2021-07-28 15:01:56 UTC
101 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:1cadda38f72dece653de82063e3c8e910265fe7a342ec2fb73ad8e540c47e1f7 - 78.33% (79.5 MB)
[#001] sha256:a50df8fd88fecefc26fd331f832672108deb08cf9d2b303a5b86156a7f51b5d8 - 0.0% (1.76 KB)
[#002] sha256:b9687b99f1e806bfe110a7b44d8bb9f88b2307d229287460df73f70a0a402f6f - 0.0% (1.08 KB)
[#003] sha256:fab637e916904129be187e331cb291f0f322e47e4bb9dd4643625627c82e96d5 - 10.83% (11 MB)
[#004] sha256:73f185f52f2f28c460c078350f4e544d782607a5030d0ae12cc1b7ebe09b386c - 10.83% (11 MB)
ARG TAG
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)LABEL name=Kong Ingress Controller vendor=Kong version= 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.
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)RUN |1 TAG= /bin/sh -c groupadd --system kic && adduser --system kic -g kic -u 1000 # buildkit
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)COPY /kong-ingress-controller/kong-ingress-controller /bin # buildkit
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)COPY /kong-ingress-controller/kong-ingress-controller . # buildkit
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)USER 1000
2021-07-28 15:01:56 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/kong-ingress-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.