2020-04-15 20:53:32 UTC
197 MB
/etc/hyperledger/fabric
GOLANG_VERSION1.14.1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 1.36% (2.67 MB)
[#001] sha256:c732a2540651eb09faab95b03b3b5928ab23e096fae0006bdc2abf9e0cb5bfb4 - 0.15% (294 KB)
[#002] sha256:7b2225181d6bcfb7877529a7257ff207cb14e52831420f770cbc2187031b6228 - 0.0% (153 Bytes)
[#003] sha256:c8dae7ec6990c7bc4c11880ff4c8ad988fbb8e33b575d0c4bcb89e34e68e0624 - 63.84% (126 MB)
[#004] sha256:08684ee472f39cbba2db3b665d1e96eb3ba2e634302461e4bf13aada1d7f6a7e - 0.0% (126 Bytes)
[#005] sha256:da7709617ee689b64236c31f66df5f65e1876135af04e4dbd222a3bbc7ef762f - 4.73% (9.32 MB)
[#006] sha256:c414c3a96843e5c906ad71ba058fb1d24ccaee97044f3f2c191018240e7a21a0 - 29.92% (59 MB)
[#007] sha256:e41f76c354cf68e9f5eebac6a58706ee1fdb64501019ad48bc6d49ffc21a3aba - 0.01% (21.6 KB)
/bin/sh -c #(nop) ADD file:0c4555f363c2672e350001f1293e689875a3760afe7b3f9146886afe67121cba in /
2020-03-23 21:19:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-23 23:02:02 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-03-23 23:02:04 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-03-23 23:02:04 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.14.1
2020-03-23 23:07:02 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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 23:07:02 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2020-03-23 23:07:03 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-03-23 23:07:04 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2020-03-23 23:07:05 UTC/bin/sh -c #(nop) WORKDIR /go
2020-04-15 20:53:23 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2020-04-15 20:53:24 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2020-04-15 20:53:25 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2020-04-15 20:53:28 UTC/bin/sh -c #(nop) COPY dir:830b647cc96d669354e7bc357cc910a06aedb3aab36637977440b8692105ddbd in /usr/local/bin
2020-04-15 20:53:32 UTC/bin/sh -c #(nop) COPY dir:d9c7f4188560e96ad2b4ea80e4aefb3c5ad824894544be58dd4afa2342c753b0 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.