2022-07-26 22:31:14 UTC
76 MB
consul-k8s-control-plane
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PRODUCT_VERSION0.46.1
VERSION containeroci
[#000] sha256:1e09a5ee0038fbe06a18e7f355188bbabc387467144abcd435f7544fef395aa1 - 45.72% (34.7 MB)
[#001] sha256:0d725b91398ed3db11249808d89e688e62e511bbd4a2e875ed8493ce1febdb2c - 0.0% (1.7 KB)
[#002] sha256:4a65e95c14933185bb1083739802d47c66e9458780c9608016347cde69975dba - 0.01% (5.25 KB)
[#003] sha256:abdf2b9263c0ebc69e9f99d2625c4c25ea47b176960ce90e371905cde13b00f6 - 16.19% (12.3 MB)
[#004] sha256:e49bb62319ee3bdec5484da8b3a0da19ae1469387ee7bd9d9354185dd97fd996 - 0.0% (893 Bytes)
[#005] sha256:e0a6fd6e0f6f907d3058c77b9bf4b07e9e7ae136a8161bf93b0d664f0d63d220 - 38.07% (28.9 MB)
ARG PRODUCT_NAME
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG PRODUCT_VERSION
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG PRODUCT_REVISION
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG BIN_NAME
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ENV BIN_NAME=consul-k8s-control-plane
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ENV PRODUCT_VERSION=0.46.1
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG PRODUCT_NAME=consul-k8s-control-plane
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Team Consul Kubernetes <team-consul-kubernetes@hashicorp.com> vendor=HashiCorp version=0.46.1 release=0.46.1 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-26 22:31:12 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ENV VERSION=
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2022-07-26 22:31:12 UTC (buildkit.dockerfile.v0)COPY LICENSE.md /licenses/mozilla.txt # buildkit
2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)RUN |7 PRODUCT_NAME=consul-k8s-control-plane PRODUCT_VERSION=0.46.1 PRODUCT_REVISION=e02d8a42978488f3eb51e008be880ba9ab568b2c BIN_NAME=consul-k8s-control-plane PRODUCT_NAME=consul-k8s-control-plane TARGETOS=linux TARGETARCH=amd64 /bin/sh -c microdnf install -y ca-certificates gnupg libcap openssl shadow-utils iptables # buildkit
2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)RUN |7 PRODUCT_NAME=consul-k8s-control-plane PRODUCT_VERSION=0.46.1 PRODUCT_REVISION=e02d8a42978488f3eb51e008be880ba9ab568b2c BIN_NAME=consul-k8s-control-plane PRODUCT_NAME=consul-k8s-control-plane 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-26 22:31:14 UTC (buildkit.dockerfile.v0)COPY dist/linux/amd64/consul-k8s-control-plane /bin/ # buildkit
2022-07-26 22:31:14 UTC (buildkit.dockerfile.v0)USER 100
2022-07-26 22:31:14 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.