2022-06-17 12:37:45 UTC
31 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.45.0
[#000] sha256:73b28a5955ec7fb46f2cf0434e4901a889f7dda3f8c9ec496300feb256c7eda8 - 8.68% (2.69 MB)
[#001] sha256:00e4c9597db833e3f03bd0af004e590b3301548b9ed660c1caa9670fd8363649 - 0.0% (1.24 KB)
[#002] sha256:98cc4da20465f9d9f70d918cbabe00d5288b30bbb50f02318ff53847ff03dccb - 91.31% (28.3 MB)
/bin/sh -c #(nop) ADD file:7d51a0f8691eb78c9062fd31984423a93d276a67b4ed5d1a706e1c2cd9fea23a in /
2022-04-04 23:38:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG NAME
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.45.0 release=0.45.0 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-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV VERSION=0.45.0
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-06-17 12:37:45 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl gnupg libcap openssl su-exec iputils libc6-compat iptables && BUILD_GPGKEY=C874011F0AB405110D02105534365D9472D7468F; found=''; for server in hkp://p80.pool.sks-keyservers.net:80 hkp://keyserver.ubuntu.com:80 hkp://pgp.mit.edu:80 ; do echo "Fetching GPG key $BUILD_GPGKEY from $server"; gpg --keyserver "$server" --recv-keys "$BUILD_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $BUILD_GPGKEY" && exit 1; mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) ARCH='arm64' ;; armhf) ARCH='arm' ;; x86) ARCH='386' ;; x86_64) ARCH='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/${NAME}/${VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_linux_${ARCH}.zip && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS.sig && gpg --batch --verify ${NAME}_${VERSION}_SHA256SUMS.sig ${NAME}_${VERSION}_SHA256SUMS && grep ${NAME}_${VERSION}_linux_${ARCH}.zip ${NAME}_${VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin ${NAME}_${VERSION}_linux_${ARCH}.zip && cd /tmp && rm -rf /tmp/build && apk del gnupg openssl && rm -rf /root/.gnupg # buildkit
2022-06-17 12:37:45 UTC (buildkit.dockerfile.v0)USER 100
2022-06-17 12:37:45 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-06-17 12:37:44 UTC
32.1 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.45.0
[#000] sha256:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 8.37% (2.68 MB)
[#001] sha256:d69d2665df4a6bc9a399950848709b85fc638a69f915c491ee2b7a48331e3066 - 0.0% (1.24 KB)
[#002] sha256:267bed8cd52c1748a1e358713daa00559f526b3338ed5e97bffa60bb17eec997 - 91.62% (29.4 MB)
/bin/sh -c #(nop) ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /
2022-04-05 00:19:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG NAME
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.45.0 release=0.45.0 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-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV VERSION=0.45.0
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-06-17 12:37:44 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl gnupg libcap openssl su-exec iputils libc6-compat iptables && BUILD_GPGKEY=C874011F0AB405110D02105534365D9472D7468F; found=''; for server in hkp://p80.pool.sks-keyservers.net:80 hkp://keyserver.ubuntu.com:80 hkp://pgp.mit.edu:80 ; do echo "Fetching GPG key $BUILD_GPGKEY from $server"; gpg --keyserver "$server" --recv-keys "$BUILD_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $BUILD_GPGKEY" && exit 1; mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) ARCH='arm64' ;; armhf) ARCH='arm' ;; x86) ARCH='386' ;; x86_64) ARCH='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/${NAME}/${VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_linux_${ARCH}.zip && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS.sig && gpg --batch --verify ${NAME}_${VERSION}_SHA256SUMS.sig ${NAME}_${VERSION}_SHA256SUMS && grep ${NAME}_${VERSION}_linux_${ARCH}.zip ${NAME}_${VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin ${NAME}_${VERSION}_linux_${ARCH}.zip && cd /tmp && rm -rf /tmp/build && apk del gnupg openssl && rm -rf /root/.gnupg # buildkit
2022-06-17 12:37:44 UTC (buildkit.dockerfile.v0)USER 100
2022-06-17 12:37:44 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-06-17 12:37:51 UTC
30.1 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.45.0
[#000] sha256:c319b1fc4ed70b8241a7ce6ac0c4015d354bf5cf8c01eb73c50b6709c0c46e49 - 8.31% (2.5 MB)
[#001] sha256:f42dd1f40c16df76084476d6fbb3f16433093565abd9be83c2085ddc6b33e6b4 - 0.0% (1.24 KB)
[#002] sha256:285c37f7756a910d49f157e0f3326e46b533be7b92eb3321a7c011bddbb9f1a6 - 91.69% (27.6 MB)
/bin/sh -c #(nop) ADD file:159dcddaab900372df882a4e94615ed84250e9cea3e74bc0479d98280342f596 in /
2022-04-04 23:49:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG NAME
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.45.0 release=0.45.0 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-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV VERSION=0.45.0
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl gnupg libcap openssl su-exec iputils libc6-compat iptables && BUILD_GPGKEY=C874011F0AB405110D02105534365D9472D7468F; found=''; for server in hkp://p80.pool.sks-keyservers.net:80 hkp://keyserver.ubuntu.com:80 hkp://pgp.mit.edu:80 ; do echo "Fetching GPG key $BUILD_GPGKEY from $server"; gpg --keyserver "$server" --recv-keys "$BUILD_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $BUILD_GPGKEY" && exit 1; mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) ARCH='arm64' ;; armhf) ARCH='arm' ;; x86) ARCH='386' ;; x86_64) ARCH='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/${NAME}/${VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_linux_${ARCH}.zip && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS.sig && gpg --batch --verify ${NAME}_${VERSION}_SHA256SUMS.sig ${NAME}_${VERSION}_SHA256SUMS && grep ${NAME}_${VERSION}_linux_${ARCH}.zip ${NAME}_${VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin ${NAME}_${VERSION}_linux_${ARCH}.zip && cd /tmp && rm -rf /tmp/build && apk del gnupg openssl && rm -rf /root/.gnupg # buildkit
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)USER 100
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-06-17 12:37:51 UTC
30 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.45.0
[#000] sha256:9981e73032c8833e387a8f96986e560edbed12c38119e0edb0439c9c2234eac9 - 8.63% (2.59 MB)
[#001] sha256:6b04cce1ae5644f786ab5965e670a27199e79599bd81e44b73646b8bc12380bc - 0.0% (1.24 KB)
[#002] sha256:20c27a82eaa656822d1728d961ffafdb621fbec6449df07760415dd3abe8dc76 - 91.37% (27.4 MB)
/bin/sh -c #(nop) ADD file:90e56af13188c7f0283d244a0d70b853d8bef8587a41f1da8eac3a2aba8964ef in /
2022-04-04 23:39:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG NAME
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.45.0 release=0.45.0 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-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV VERSION=0.45.0
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-06-17 12:37:15 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.45.0 /bin/sh -c set -eux && apk add --no-cache ca-certificates curl gnupg libcap openssl su-exec iputils libc6-compat iptables && BUILD_GPGKEY=C874011F0AB405110D02105534365D9472D7468F; found=''; for server in hkp://p80.pool.sks-keyservers.net:80 hkp://keyserver.ubuntu.com:80 hkp://pgp.mit.edu:80 ; do echo "Fetching GPG key $BUILD_GPGKEY from $server"; gpg --keyserver "$server" --recv-keys "$BUILD_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $BUILD_GPGKEY" && exit 1; mkdir -p /tmp/build && cd /tmp/build && apkArch="$(apk --print-arch)" && case "${apkArch}" in aarch64) ARCH='arm64' ;; armhf) ARCH='arm' ;; x86) ARCH='386' ;; x86_64) ARCH='amd64' ;; *) echo >&2 "error: unsupported architecture: ${apkArch} (see ${HASHICORP_RELEASES}/${NAME}/${VERSION}/)" && exit 1 ;; esac && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_linux_${ARCH}.zip && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS && wget ${HASHICORP_RELEASES}/${NAME}/${VERSION}/${NAME}_${VERSION}_SHA256SUMS.sig && gpg --batch --verify ${NAME}_${VERSION}_SHA256SUMS.sig ${NAME}_${VERSION}_SHA256SUMS && grep ${NAME}_${VERSION}_linux_${ARCH}.zip ${NAME}_${VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin ${NAME}_${VERSION}_linux_${ARCH}.zip && cd /tmp && rm -rf /tmp/build && apk del gnupg openssl && rm -rf /root/.gnupg # buildkit
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)USER 100
2022-06-17 12:37:51 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/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.