2020-12-18 10:50:01 UTC
25 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 10.69% (2.67 MB)
[#001] sha256:dbc12b00410ea451057249a663f82ed2a523fd8c25b90b9e5e0a56e5c0b6bd4e - 1.1% (282 KB)
[#002] sha256:92111a1d5a99df26c975373e01c5f6a39f944a7fd19ead5f837f86986665660b - 2.91% (744 KB)
[#003] sha256:e5aef713afab5ac7e37c165736fb991f310df22f0296b7a694f12540e54b9453 - 1.54% (393 KB)
[#004] sha256:e7ea2290894296b7b5c722473616808fca94cbb9dee0ca57566d74331da61c8c - 83.76% (20.9 MB)
[#005] sha256:af9f85245bc41cff7ef935dabce6b8a6dff883d42dbb5822c9746622937d5575 - 0.0% (160 Bytes)
[#006] sha256:45eb514b44b407fc1d07a3d9cae414130b4a84abee3441cc5125c5e16dda2a5a - 0.0% (1.22 KB)
/bin/sh -c #(nop) ADD file:ec475c2abb2d46435286b5ae5efacf5b50b1a9e3b6293b69db3c0172b5b9658b in /
2020-12-17 00:19:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-18 10:48:04 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/fluxcd/source-controller
2020-12-18 10:48:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache ca-certificates tini # buildkit
2020-12-18 10:48:07 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community libgit2~=1.1 # buildkit
2020-12-18 10:48:10 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main musl~=1.2 # buildkit
2020-12-18 10:50:01 UTC (buildkit.dockerfile.v0)COPY /workspace/source-controller /usr/local/bin/ # buildkit
2020-12-18 10:50:01 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf # buildkit
2020-12-18 10:50:01 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c addgroup -S controller && adduser -S -g controller controller # buildkit
2020-12-18 10:50:01 UTC (buildkit.dockerfile.v0)USER controller
2020-12-18 10:50:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/sbin/tini" "--" "source-controller"]
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.