2021-08-12 18:50:19 UTC
31.6 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.33.0
[#000] sha256:31b7e7ccca9e17fd08b39c9a4ffd3ded380b62816c489d6c3758c9bb5a632430 - 8.52% (2.69 MB)
[#001] sha256:a78229771c0204848073fd6833b9bd75352202d4ed4c25bd721df13b6609d582 - 0.0% (1.23 KB)
[#002] sha256:0a8396910f514b478197b8680f3461085edf10e437f36ba2082e7388ab131f9d - 91.48% (28.9 MB)
/bin/sh -c #(nop) ADD file:36634145ad6ec95a6b1a4f8d875f48719357c7a90f9b4906f8ce74f71b28c19d in /
2021-04-14 18:38:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG NAME
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=Consul Team <consul@hashicorp.com>
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL version=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV VERSION=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-08-12 18:50:19 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.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='armhfv6' ;; 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-08-12 18:50:19 UTC (buildkit.dockerfile.v0)USER 100
2021-08-12 18:50:19 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-08-12 18:50:19 UTC
32.2 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.33.0
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 8.33% (2.68 MB)
[#001] sha256:1bca9bb64b49fa0bac054982f5ba3efc31e3c012bb7b563b6debc9caf7902471 - 0.0% (1.23 KB)
[#002] sha256:2ff270639d40700019fc550c2a53ae88bc955041ba10ee0eee09c60be85e5d12 - 91.66% (29.5 MB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG NAME
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=Consul Team <consul@hashicorp.com>
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL version=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV VERSION=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-08-12 18:50:19 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.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='armhfv6' ;; 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-08-12 18:50:19 UTC (buildkit.dockerfile.v0)USER 100
2021-08-12 18:50:19 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-08-12 18:50:35 UTC
30.4 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.33.0
[#000] sha256:740c950346cf39c85b52576998695c9b909c24a58a8bb1b64cce91fda3ef1d3a - 8.22% (2.5 MB)
[#001] sha256:bb846381844e7878dc0d2b551aece08459d25c44239ddf74532cfc4baa7805ad - 0.0% (1.23 KB)
[#002] sha256:386bdd2be01b3cd23c83f3437c63aea6049365836f38b51c344b3be9863fd435 - 91.78% (27.9 MB)
/bin/sh -c #(nop) ADD file:4479f0a51530e039edf231d87201896dcff908aa542a613cdccb015f93dda8a3 in /
2021-07-30 17:49:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG NAME
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=Consul Team <consul@hashicorp.com>
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL version=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV VERSION=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-08-12 18:50:35 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.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='armhfv6' ;; 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-08-12 18:50:35 UTC (buildkit.dockerfile.v0)USER 100
2021-08-12 18:50:35 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2021-08-12 18:50:35 UTC
30.5 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.33.0
[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 8.48% (2.59 MB)
[#001] sha256:23ba7e8099dd52707b4deee5d3dff66b4fb79a403b20a98e2a550a27580b12e1 - 0.0% (1.23 KB)
[#002] sha256:8007c1cb174089de06b0e7acb83c2a2bd0fd6566eee36af48b6aa047e8e7fbd1 - 91.51% (27.9 MB)
/bin/sh -c #(nop) ADD file:ca9d8b5d1cc2f2186983fc6b9507da6ada5eb92f2b518c06af1128d5396c6f34 in /
2021-06-15 21:45:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG NAME
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ARG VERSION
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL maintainer=Consul Team <consul@hashicorp.com>
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)LABEL version=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV VERSION=0.33.0
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2021-08-12 18:50:10 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2021-08-12 18:50:35 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.33.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='armhfv6' ;; 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-08-12 18:50:35 UTC (buildkit.dockerfile.v0)USER 100
2021-08-12 18:50:35 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.