go-traintimes (4.0.2)

Published 2024-09-10 09:11:41 +00:00 by martin

Installation

docker pull git.caliban.io/martin/go-traintimes:4.0.2
sha256:176ec9081dcf6db989b93c53746ef31b38317e5a21ce3e3a89f8aff9825f801c

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 ./dist /app/dist # 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"]
Details
Container
2024-09-10 09:11:41 +00:00
1
OCI / Docker
linux/amd64
51 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