2025-03-25 09:21:40 UTC
49.4 MB
2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT9000
[#000] sha256:f18232174bc91741fdf3da96d85011092101a032a93a388b79e99e69c2d5c870 - 7.03% (3.47 MB)
[#001] sha256:951e376c0c70c12f16ecc9767ff2e6a83af222118eed5ac9e1f64f4014b3fbef - 81.65% (40.3 MB)
[#002] sha256:ae654a1c3192af18f2928bc8f394b861bbf6907821394ac42e8584b7a94f004c - 11.31% (5.59 MB)
[#003] sha256:4c50368e165bb0cb217c878b75ad40c8832558f9e2125c360eb706766d9373c2 - 0.0% (242 Bytes)
[#004] sha256:85afc236de20b29a880f221e49ca07159e5f792e652b6b39a9fdf58df0d2d154 - 0.0% (154 Bytes)
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
2025-02-14 03:28:36 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2025-03-25 09:21:10 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c set -ex; apk upgrade --no-cache -a; apk add --no-cache tzdata ca-certificates netcat-openbsd vips vips-magick vips-heif vips-jxl vips-poppler ttf-dejavu bash # buildkit
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)COPY /go/bin/imaginary /usr/local/bin/imaginary # buildkit
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)COPY --chmod=775 start.sh /start.sh # buildkit
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)COPY --chmod=775 healthcheck.sh /healthcheck.sh # buildkit
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)ENV PORT=9000
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)USER 65534
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)ENV MALLOC_ARENA_MAX=2
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/start.sh"]
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "/healthcheck.sh"] "0s" "0s" "0s" "0s" '\x00'}
2025-03-25 09:21:40 UTC (buildkit.dockerfile.v0)LABEL com.centurylinklabs.watchtower.enable=false
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.