2021-12-08 20:16:54 UTC
30.8 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.38.0
[#000] sha256:5420e0d28c84ecb16748cb90cc6acf8e2a81dab10cb1f674f3eee8533e53c62a - 8.76% (2.7 MB)
[#001] sha256:a4e689988c6110c7f78c74964fe0d9edeedcc06f7c269bf887e6d4f143eccd69 - 0.0% (1.24 KB)
[#002] sha256:473d72fdfcd4eb7a13e7847b4ccbb5806536f069fff8fcc90b254a3ebf1b1b61 - 91.24% (28.1 MB)
/bin/sh -c #(nop) ADD file:403428c2903dd9dea10d069185873cb2c2c3149c553797807c69f22aa3d12fe3 in /
2021-11-12 16:38:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG NAME
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.38.0 release=0.38.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.
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV VERSION=0.38.0
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-12-08 20:16:54 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.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
2021-12-08 20:16:54 UTC (buildkit.dockerfile.v0)USER 100
2021-12-08 20:16:54 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-12-08 20:16:53 UTC
31.9 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.38.0
[#000] sha256:97518928ae5f3d52d4164b314a7e73654eb686ecd8aafa0b79acd980773a740d - 8.44% (2.69 MB)
[#001] sha256:be2c9449da6d84f0b3d63bb7505bb4ba2a72db131268379b8ebbca067f3e1d29 - 0.0% (1.24 KB)
[#002] sha256:201e17571bbe76fa8113d1cc2e3a3b195fdb760af682010e9614afb6b5286647 - 91.56% (29.2 MB)
/bin/sh -c #(nop) ADD file:762c899ec0505d1a32930ee804c5b008825f41611161be104076cba33b7e5b2b in /
2021-11-12 17:19:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG NAME
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.38.0 release=0.38.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.
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV VERSION=0.38.0
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-12-08 20:16:53 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.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
2021-12-08 20:16:53 UTC (buildkit.dockerfile.v0)USER 100
2021-12-08 20:16:53 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-12-08 20:17:03 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.38.0
[#000] sha256:56afcfda5d78cc243287acbaad250c5e8c0f47aae620dd7c51985b0d3c9b2728 - 8.39% (2.51 MB)
[#001] sha256:e834e725f87ff492fb0bd1cae154f1023e7efe8a2f3aa08e486ee3d9977deac9 - 0.0% (1.24 KB)
[#002] sha256:defe47ab46547db3bf7a827b3b5ab7a29fe764de2dc54db966161757bbc2fc2b - 91.61% (27.4 MB)
/bin/sh -c #(nop) ADD file:6daf1fe862c00673bf9cf4d7e20b0bf253a56e7fb8ed5e730a4466ab9186e18a in /
2021-11-12 16:49:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG NAME
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.38.0 release=0.38.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.
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV VERSION=0.38.0
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-12-08 20:17:03 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.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
2021-12-08 20:17:03 UTC (buildkit.dockerfile.v0)USER 100
2021-12-08 20:17:03 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-12-08 20:17:04 UTC
29.9 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.38.0
[#000] sha256:be307f383ecc62b27a29b599c3fc9d3129693a798e7fcce614f09174cfe2d354 - 8.68% (2.59 MB)
[#001] sha256:3a00278c6718e40dfb7a289beb1e35a646ff5e68b92f9490dd845c003677a698 - 0.0% (1.24 KB)
[#002] sha256:b4fbb00501b23f5d9de9189ea9edc90753d5851f69368a1dbbfafb744f85a67d - 91.32% (27.3 MB)
/bin/sh -c #(nop) ADD file:400c0466b29ccad54e0f6c0acef22542992828678c96693ef1f9f4d0551935d8 in /
2021-11-12 16:39:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG NAME
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.38.0 release=0.38.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.
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV VERSION=0.38.0
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-12-08 20:16:48 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-12-08 20:17:04 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.38.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
2021-12-08 20:17:04 UTC (buildkit.dockerfile.v0)USER 100
2021-12-08 20:17:04 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.