2022-07-20 20:45:12 UTC
79 MB
consul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION containeroci
[#000] sha256:54e56e6f85721741ee7bf0336de8ad3bf138a56769a6d0097b600a0e361be58d - 47.8% (37.8 MB)
[#001] sha256:4f8ddd7f5a755f537dd9d5f553c8c78171dcf3018c5fc96676a07380d3e14e20 - 0.0% (1.7 KB)
[#002] sha256:e09c1e947660d6265eb6627eeb2bb9fa196255054e4b5f499266e45fc972dc3f - 0.01% (5.25 KB)
[#003] sha256:279f1c24b9ee16cda5a2595ae013fcc52e28de9417913d5318590a4c0d6dcee9 - 15.59% (12.3 MB)
[#004] sha256:675c4e31fedf6319d86bbdf8268c93f7a5fbc08654b716f11a930a74e16bea7c - 0.0% (893 Bytes)
[#005] sha256:0966337c6b1bee806b7582c2b890903a8185f0943bad8c9493a39416d82ce6d4 - 36.6% (28.9 MB)
ARG BIN_NAME
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version= release= summary=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes. description=consul-k8s-control-plane provides first-class integrations between Consul and Kubernetes.
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)ENV VERSION=
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2022-07-20 20:45:09 UTC (buildkit.dockerfile.v0)COPY LICENSE.md /licenses/mozilla.txt # buildkit
2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)RUN |4 BIN_NAME=consul-k8s-control-plane VERSION= TARGETOS=linux TARGETARCH=amd64 /bin/sh -c microdnf install -y ca-certificates gnupg libcap openssl shadow-utils iptables # buildkit
2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)RUN |4 BIN_NAME=consul-k8s-control-plane VERSION= TARGETOS=linux TARGETARCH=amd64 /bin/sh -c groupadd --gid 1000 ${BIN_NAME} && adduser --uid 100 --system -g ${BIN_NAME} ${BIN_NAME} && usermod -a -G root ${BIN_NAME} # buildkit
2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)COPY dist/linux/amd64/consul-k8s-control-plane /bin/ # buildkit
2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)USER 100
2022-07-20 20:45:12 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${BIN_NAME}"]
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.