2022-09-14 22:09:08 UTC
87.9 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:1b3417e31a5e0e64f861e121d4efed3152e75aaa85026cd784cd0070e063daa3 - 86.14% (75.8 MB)
[#001] sha256:809fe483e88523e7021d76b001a552856f216430023bdc0aeff8fce8df385535 - 0.0% (1.75 KB)
[#002] sha256:510f19d6e516bc4d44157e1c075b1ffb46fa67b55edf8575654a3d9ef2b995e7 - 0.0% (1.07 KB)
[#003] sha256:0757f917141ad9a6b17a790b11e6bbf9e46c6b28f7f672f8c68dfb6018cbb749 - 13.79% (12.1 MB)
[#004] sha256:0f3437c9710e5f830f0e2148cbf752f360e9064643bd22de4be41deb02338219 - 0.0% (3.97 KB)
[#005] sha256:07719bb205675a571bb0c30716d418ed693d0c0df97f1ad71967fe78dace3018 - 0.07% (61.7 KB)
ARG TAG
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)LABEL name=Kong Ingress Controller vendor=Kong version=2.6.0 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-09-14 22:09:08 UTC (buildkit.dockerfile.v0)RUN |4 TAG=2.6.0 TARGETPLATFORM=linux/amd64 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c groupadd --system kic && adduser --system kic -g kic -u 1000 # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY /workspace/manager . # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY LICENSES /licenses/ # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)USER 1000
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/manager"]
2022-09-14 22:09:08 UTC
84.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
containeroci
[#000] sha256:5de56acaf79101ba5e94d782903ed857406f118ad64b5cbab7d8e0adb3f180c7 - 87.1% (73.9 MB)
[#001] sha256:df0243961890ddeb56a53099a4b964cf6e02e7024468400ee29eaafeffcf08b6 - 0.0% (1.76 KB)
[#002] sha256:98ce904532807943e1ff3270733870e66ceb1e848f6dc46256e1ff745546928a - 0.0% (1.08 KB)
[#003] sha256:fa566d4f14d8e90df89c202abccdd2f061e7fc7c82ec396e80e30ac64714b1cb - 12.82% (10.9 MB)
[#004] sha256:0f3437c9710e5f830f0e2148cbf752f360e9064643bd22de4be41deb02338219 - 0.0% (3.97 KB)
[#005] sha256:07719bb205675a571bb0c30716d418ed693d0c0df97f1ad71967fe78dace3018 - 0.07% (61.7 KB)
ARG TAG
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)LABEL name=Kong Ingress Controller vendor=Kong version=2.6.0 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-09-14 22:09:08 UTC (buildkit.dockerfile.v0)RUN |4 TAG=2.6.0 TARGETPLATFORM=linux/arm64 TARGETOS=linux TARGETARCH=arm64 /bin/sh -c groupadd --system kic && adduser --system kic -g kic -u 1000 # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY /workspace/manager . # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY LICENSE /licenses/ # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)COPY LICENSES /licenses/ # buildkit
2022-09-14 22:09:08 UTC (buildkit.dockerfile.v0)USER 1000
2022-09-14 22:09:08 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.