Giter Site home page Giter Site logo

Comments (5)

p4p4 avatar p4p4 commented on May 25, 2024 2

In the meantime, until an official temporalite docker image is available for local dev, I use the following Dockerfile as an alternative.

It is fast to build (just download latest temporal CLI, no need to build go modules), and starts temporalite via the new temporal CLI.

FROM curlimages/curl as builder

WORKDIR /
RUN curl -sSf https://temporal.download/cli.sh | sh

FROM gcr.io/distroless/base-debian11

COPY --from=builder /home/curl_user/.temporalio/bin/temporal /bin/temporal
EXPOSE 7233
EXPOSE 8233

ENTRYPOINT ["temporal", "server", "start-dev", "--ip" , "0.0.0.0"]

from temporalite-archived.

thesiti92 avatar thesiti92 commented on May 25, 2024 1

this would be super helpful!

from temporalite-archived.

slamdev avatar slamdev commented on May 25, 2024

I am building a multi-arch temporalite image here https://github.com/slamdev/temporalite-container-image

Let me know if you are open for contribution of this solution to temporalite repo.

from temporalite-archived.

nomad-software avatar nomad-software commented on May 25, 2024

Is there any chance of an official docker image being pushed to Docker Hub please?

from temporalite-archived.

ramiloif avatar ramiloif commented on May 25, 2024

Also waiting for official image to use in testcontainers library 🙏

from temporalite-archived.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.