2022-04-04 21:05:20 UTC
30.9 MB
https://releases.hashicorp.com
NAMEconsul-k8s-control-plane
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
VERSION0.42.0
[#000] sha256:134f45dc6b904419acf27b9807970f271117691bc67b963b86de8965db932175 - 8.71% (2.69 MB)
[#001] sha256:cd946a7473d9932c2747893dacda568b052fd3d095b063f6942ec8d1298d4a88 - 0.0% (1.24 KB)
[#002] sha256:246b9c5904fec2bcdc97925c4eebb066f70b8ca1cb2e0962c86beec9760ea36d - 91.29% (28.2 MB)
/bin/sh -c #(nop) ADD file:8d3b249cd4cd9b2fb1888f3efcc06d39c2f56b4c25257ecee645c1be0146f7fd in /
2022-03-29 00:38:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG NAME
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.42.0 release=0.42.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-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV VERSION=0.42.0
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-04-04 21:05:20 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.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-04-04 21:05:20 UTC (buildkit.dockerfile.v0)USER 100
2022-04-04 21:05:20 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-04-04 21:05:19 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.42.0
[#000] sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 - 8.41% (2.68 MB)
[#001] sha256:1b9ac9ec1e5f263d936e1659e8c18837885f6610a03dd2d2ed93d83e7534f657 - 0.0% (1.24 KB)
[#002] sha256:12d790dfdb90ffdec63438b7c8ec70395bcd2a144e947ff18fff764ddb64c49d - 91.59% (29.2 MB)
/bin/sh -c #(nop) ADD file:3b5a33c96fd3c10d0c438d907ce172903f7b2bde0f4e5107831e135ddf111b19 in /
2022-03-29 00:19:36 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG NAME
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.42.0 release=0.42.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-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV VERSION=0.42.0
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-04-04 21:05:19 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.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-04-04 21:05:19 UTC (buildkit.dockerfile.v0)USER 100
2022-04-04 21:05:19 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-04-04 21:05:26 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.42.0
[#000] sha256:84f033dabe5013c0dfae4263abd951011719d0a15adc3c7312c5be994deff030 - 8.34% (2.5 MB)
[#001] sha256:90c020238805fa2580d847804a2ed4a34d85b95660682ef2002fbe97abfd9686 - 0.0% (1.24 KB)
[#002] sha256:b1a44de3719ca5cf5099658251eec26b83675afce5a02920d0e21632a268033f - 91.66% (27.5 MB)
/bin/sh -c #(nop) ADD file:44acf536d487bec7f7bf16561f4ec90e60d4447b3cbabfeca66953c4491aabeb in /
2022-03-29 00:49:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG NAME
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.42.0 release=0.42.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-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV VERSION=0.42.0
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-04-04 21:05:26 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.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-04-04 21:05:26 UTC (buildkit.dockerfile.v0)USER 100
2022-04-04 21:05:26 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "/bin/${NAME}"]
2022-04-04 21:05:28 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.42.0
[#000] sha256:80fa7f07ec7b717ec5f8e2717b91e3d659e129052ec3def2570a5674322688d9 - 8.67% (2.59 MB)
[#001] sha256:c25b0d37ecdfcb6ea8824524fa018c2980759a9a984ba2f85ed46eae48246549 - 0.0% (1.24 KB)
[#002] sha256:73a1a41659169d5c5e7c27f2e126d8f4ff4990bc20376fef085560976fb0e881 - 91.33% (27.3 MB)
/bin/sh -c #(nop) ADD file:24e8b04304ef91bbf949674909ccaf2c66e3dcd096c3c307a0510569eadf576f in /
2022-03-29 00:40:05 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG NAME
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ARG VERSION
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)LABEL name=consul-k8s-control-plane maintainer=Consul Team <consul@hashicorp.com> vendor=HashiCorp version=0.42.0 release=0.42.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-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV NAME=consul-k8s-control-plane
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV VERSION=0.42.0
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)ENV HASHICORP_RELEASES=https://releases.hashicorp.com
2022-04-04 21:04:36 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.0 /bin/sh -c addgroup ${NAME} && adduser -S -G ${NAME} 100 # buildkit
2022-04-04 21:05:28 UTC (buildkit.dockerfile.v0)RUN |2 NAME=consul-k8s-control-plane VERSION=0.42.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-04-04 21:05:28 UTC (buildkit.dockerfile.v0)USER 100
2022-04-04 21:05:28 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.