go-traintimes (5.0.0)

Published 2024-09-10 09:56:39 +00:00 by martin

Installation

docker pull git.caliban.io/martin/go-traintimes:5.0.0
sha256:8199f91774259d082177f7befdaeba138aee0f0a619696c1208ff9abaae5d94e

Image Layers

ADD file:d13afefcc2b0b02b598a3ac2598fe2187db41de1e17820e5b600a955b1429d59 in /
CMD ["bash"]
WORKDIR /app
RUN /bin/sh -c mkdir -p /app/dist # buildkit
COPY ./go-traintimes /app/ # buildkit
COPY ./pb_data /app/pb_data # buildkit
COPY ./pb_public /app/pb_public # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates # buildkit
RUN /bin/sh -c chmod +x /app/go-traintimes # buildkit
EXPOSE map[8100/tcp:{}]
CMD ["/app/go-traintimes" "serve" "--http=0.0.0.0:8100" "--dev"]
Details
Container
2024-09-10 09:56:39 +00:00
1
OCI / Docker
linux/amd64
58 MiB
Versions (6) View all
5.0.2 2024-10-29
5.0.1 2024-10-28
5.0.0 2024-09-10
4.0.2 2024-09-10
4.0.1 2024-09-10