sha256:6fd213a0a2656b3bc28fe937bfff9b2465d8840b487d6c469230c35d627e24d8
OS/ARCH
linux/amd64
Compressed size
11.21 MB
Last pushed
about 1 month by bborbe
Type
Image
Manifest digest
sha256:e9809101258cdfc4f46b6572aa04bea7fe95b7daa291b7c17b6cd19795658c19
Image Layers
1ARG BUILD_GIT_VERSION=v0.1.10 B2ARG BUILD_GIT_COMMIT=c8da0940 B3ARG BUILD_DATE=2026-08-16T20:26:18Z0 B4LABEL org.opencontainers.image.title=Skeleton0 B5LABEL org.opencontainers.image.description=Go microservice github-update-go-watcher/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/github-update-go-watcher0 B9LABEL org.opencontainers.image.documentation=https://github.com/bborbe/github-update-go-watcher0 B10LABEL org.opencontainers.image.version=v0.1.10 B11LABEL org.opencontainers.image.created=2026-08-16T20:26:18Z0 B12LABEL org.opencontainers.image.revision=c8da0940 B13COPY /main /main # buildkit11.01 MB14COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit102.32 KB15COPY /usr/local/go/lib/time/zoneinfo.zip / # buildkit94.5 KB16ENV ZONEINFO=/zoneinfo.zip0 B17ENV BUILD_GIT_VERSION=v0.1.10 B18ENV BUILD_GIT_COMMIT=c8da0940 B19ENV BUILD_DATE=2026-08-16T20:26:18Z0 B20ENTRYPOINT ["/main"]0 BCommand
ARG BUILD_GIT_VERSION=v0.1.1