2020-09-30 18:46:16 UTC
197 MB
/etc/hyperledger/fabric
GOLANG_VERSION1.14.4
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 1.35% (2.67 MB)
[#001] sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d - 0.14% (276 KB)
[#002] sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f - 0.0% (155 Bytes)
[#003] sha256:9e0cccf56431698a0981b191f61dcb4ba6afa272d35deb14eaccf2cb46ed0f9d - 63.84% (126 MB)
[#004] sha256:cbe0275821fc905c0321a44449b7ca670963f2cc0824150bea2125dee8dc7376 - 0.0% (125 Bytes)
[#005] sha256:fc29419e94655e990cc365d9b8dcefee5fada195b2b0f65ca6defbeaf117c99d - 4.78% (9.44 MB)
[#006] sha256:cdc595286425274799e040d38d33b5516cdc27520b3752ed3bfeba494f53d445 - 29.88% (59 MB)
[#007] sha256:cb8ac257822393db31986dafefe78f14d4b869b9f9a78812df086b7c52447cca - 0.01% (21.8 KB)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-02 01:30:19 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-06-02 01:30:20 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-06-02 01:30:20 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.14.4
2020-06-02 01:32:34 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2020-06-02 01:32:35 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2020-06-02 01:32:35 UTC/bin/sh -c #(nop) ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-06-02 01:32:36 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2020-06-02 01:32:36 UTC/bin/sh -c #(nop) WORKDIR /go
2020-09-30 18:46:07 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2020-09-30 18:46:08 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2020-09-30 18:46:09 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2020-09-30 18:46:12 UTC/bin/sh -c #(nop) COPY dir:61386fcb20f4d26922fd37875520fc81ea6ecb18817e5044bf8743104b7a5040 in /usr/local/bin
2020-09-30 18:46:16 UTC/bin/sh -c #(nop) COPY dir:832bd13619333383bfdaf1bba915cc05b8ac4aca085d6c15de0f9f607fc69086 in /etc/hyperledger/fabric
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.