sha256:557704259e9de3eef6011b1e6ebd472e126cda01c695ed6c4ba03b61276e8658
OS/ARCH
linux/amd64
Compressed size
11.81 MB
Last pushed
7 days by bborbe
Type
Image
Manifest digest
sha256:bddeb86867f1167e2f1837e15dbe4d967e66ebc88e4fe4bb33c542bdcc6834b3
Image Layers
1ARG BUILD_GIT_VERSION=v0.9.10 B2ARG BUILD_GIT_COMMIT=84155e20 B3ARG BUILD_DATE=2026-07-12T17:55:48Z0 B4LABEL org.opencontainers.image.title=Skeleton0 B5LABEL org.opencontainers.image.description=Go microservice recurring-task-creator/demonstration project0 B6LABEL org.opencontainers.image.vendor=Benjamin Borbe0 B7LABEL org.opencontainers.image.licenses=BSD-2-Clause0 B8LABEL org.opencontainers.image.source=https://github.com/bborbe/recurring-task-creator0 B9LABEL org.opencontainers.image.documentation=https://github.com/bborbe/recurring-task-creator0 B10LABEL org.opencontainers.image.version=v0.9.10 B11LABEL org.opencontainers.image.created=2026-07-12T17:55:48Z0 B12LABEL org.opencontainers.image.revision=84155e20 B13COPY /main /main # buildkit11.61 MB14COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit102.33 KB15COPY /usr/local/go/lib/time/zoneinfo.zip / # buildkit94.5 KB16ENV ZONEINFO=/zoneinfo.zip0 B17ENV BUILD_GIT_VERSION=v0.9.10 B18ENV BUILD_GIT_COMMIT=84155e20 B19ENV BUILD_DATE=2026-07-12T17:55:48Z0 B20ENTRYPOINT ["/main"]0 BCommand
ARG BUILD_GIT_VERSION=v0.9.1