2022-02-16 16:01:33 UTC
88.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:5dcbdc60ea6b60326f98e2b49d6ebcb7771df4b70c6297ddf2d7dede6692df6e - 87.89% (77.7 MB)
[#001] sha256:8671113e1c57d3106acaef2383f9bbfe1c45a26eacb03ec82786a494e15956c3 - 0.0% (1.75 KB)
[#002] sha256:cb8cd394f4c1d3fd6fb3790047b9f08eaa3c0e3ae65127a2e0a2261e2dad4307 - 0.0% (1.08 KB)
[#003] sha256:1c6e6fb9a2a46d20ef257461e503efe30427343c0b32679f79f81fd41efa9dc3 - 12.1% (10.7 MB)
[#004] sha256:30064952c40f6d1ecea2b2611f88efbf641fa5495a637ba684cf42c1be39a5d3 - 0.0% (3.97 KB)
ARG TAG
2022-02-16 16:01:32 UTC (buildkit.dockerfile.v0)LABEL name=Kong Ingress Controller vendor=Kong version=2.2.1 release=1 url=https://github.com/Kong/kubernetes-ingress-controller summary=Kong for Kubernetes Ingress description=Use Kong for Kubernetes Ingress. Configure plugins, health checking, load balancing and more in Kong for Kubernetes Services, all using Custom Resource Definitions (CRDs) and Kubernetes-native tooling.
2022-02-16 16:01:32 UTC (buildkit.dockerfile.v0)RUN |1 TAG=2.2.1 /bin/sh -c groupadd --system kic && adduser --system kic -g kic -u 1000 # buildkit
2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)COPY /workspace/manager . # buildkit
2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)USER 1000
2022-02-16 16:01:33 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/manager"]
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.