2020-08-21 09:58:42 UTC
49.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d - 5.41% (2.67 MB)
[#001] sha256:787bc9e182f595b81098075ce51966253c59429ae7d21650141b528765e36131 - 0.0% (1.27 KB)
[#002] sha256:23345a380237789290bf7ef37efb0eaa485a4f941aab62af329ce72e73ba0471 - 94.58% (46.6 MB)
[#003] sha256:2f682b268f562064a37c514216bfc5bb234b2772bdf572488aa3a18613129157 - 0.0% (179 Bytes)
[#004] sha256:89c92bc569ea44725d8662864bebd8e6649e514b233fbcf20e8b330fc5747024 - 0.0% (1.77 KB)
/bin/sh -c #(nop) ADD file:66a440394c2442570f1f060e25c86613cb2d88a8af0c71c5a4154b3570e9a805 in /
2020-04-24 01:05:21 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-08-21 09:58:24 UTC/bin/sh -c #(nop) ARG VAULT_VERSION=1.3.9
2020-08-21 09:58:25 UTC|1 VAULT_VERSION=1.3.9 /bin/sh -c addgroup vault && adduser -S -G vault vault
2020-08-21 09:58:40 UTC|1 VAULT_VERSION=1.3.9 /bin/sh -c set -eux; apk add --no-cache ca-certificates gnupg openssl libcap su-exec dumb-init tzdata && apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) ARCH='arm' ;; aarch64) ARCH='arm64' ;; x86_64) ARCH='amd64' ;; x86) ARCH='386' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac && VAULT_GPGKEY=91A6E7F85D05C65630BEF18951852D87348FFC4C; 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 $VAULT_GPGKEY from $server"; gpg --batch --keyserver "$server" --recv-keys "$VAULT_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $VAULT_GPGKEY" && exit 1; mkdir -p /tmp/build && cd /tmp/build && wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_${ARCH}.zip && wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_SHA256SUMS && wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_SHA256SUMS.sig && gpg --batch --verify vault_${VAULT_VERSION}_SHA256SUMS.sig vault_${VAULT_VERSION}_SHA256SUMS && grep vault_${VAULT_VERSION}_linux_${ARCH}.zip vault_${VAULT_VERSION}_SHA256SUMS | sha256sum -c && unzip -d /bin vault_${VAULT_VERSION}_linux_${ARCH}.zip && cd /tmp && rm -rf /tmp/build && gpgconf --kill dirmngr && gpgconf --kill gpg-agent && apk del gnupg openssl && rm -rf /root/.gnupg
2020-08-21 09:58:41 UTC|1 VAULT_VERSION=1.3.9 /bin/sh -c mkdir -p /vault/logs && mkdir -p /vault/file && mkdir -p /vault/config && chown -R vault:vault /vault
2020-08-21 09:58:41 UTC/bin/sh -c #(nop) VOLUME [/vault/logs]
2020-08-21 09:58:41 UTC/bin/sh -c #(nop) VOLUME [/vault/file]
2020-08-21 09:58:41 UTC/bin/sh -c #(nop) EXPOSE 8200
2020-08-21 09:58:42 UTC/bin/sh -c #(nop) COPY file:2c19c761269d1de3932d388359cb86d51aed759d63ef7bc28dcedee87038e54d in /usr/local/bin/docker-entrypoint.sh
2020-08-21 09:58:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-08-21 09:58:42 UTC/bin/sh -c #(nop) CMD ["server" "-dev"]
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.