2021-02-03 18:26:59 UTC
182 MB
/etc/hyperledger/fabric
GOLANG_VERSION1.14.12
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:188c0c94c7c576fff0792aca7ec73d67a2f7f4cb3a6e53a84559337260b36964 - 1.46% (2.67 MB)
[#001] sha256:0ef7d3d256c8367c41c431143c63d083a25dd62ec9ee9d9773dd9e6c7b70ec9e - 0.15% (274 KB)
[#002] sha256:de9db76c5a1d06710ed4f3073476b2d883ff8e911f8e47c558bc4a8d1d8663fa - 0.0% (153 Bytes)
[#003] sha256:a99aea8d7e6633bde7390ec685502f747b02049ffa25441664112e7b2cf7a114 - 56.14% (102 MB)
[#004] sha256:a5124c9860dcbdaf3d0848aba10a21f9108f071f305aed62e87dadebd377990f - 0.0% (127 Bytes)
[#005] sha256:e7b57d412333883bc2d456bab77741cef344a1a8d32b57f974f537e6ad0904d5 - 5.18% (9.44 MB)
[#006] sha256:04a826e7629092fc518787c236ad7e01d575f088db204dcade1098a3caa9281c - 37.05% (67.5 MB)
[#007] sha256:c53dc52418dee8e3d56fba179e403560a8d352df8f6b321279786a7a218d7b5b - 0.01% (22.4 KB)
/bin/sh -c #(nop) ADD file:f17f65714f703db9012f00e5ec98d0b2541ff6147c2633f7ab9ba659d0c507f4 in /
2020-10-22 02:19:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-10-22 03:34:56 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-10-22 03:34:57 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-10-22 03:34:57 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-11-12 21:23:18 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.14.12
2020-11-12 21:25:33 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc gnupg go musl-dev openssl ; 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; url='https://storage.googleapis.com/golang/go1.14.12.src.tar.gz'; sha256='b34f4b7ad799eab4c1a52bdef253602ce957125a512f5a1b28dce43c6841b971'; wget -O go.tgz.asc "$url.asc"; wget -O go.tgz "$url"; echo "$sha256 *go.tgz" | sha256sum -c -; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 'EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796'; gpg --batch --verify go.tgz.asc go.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME" go.tgz.asc; tar -C /usr/local -xzf go.tgz; rm go.tgz; goEnv="$(go env | sed -rn -e '/^GO(OS|ARCH|ARM|386)=/s//export \0/p')"; eval "$goEnv"; [ -n "$GOOS" ]; [ -n "$GOARCH" ]; ( cd /usr/local/go/src; ./make.bash; ); apk del --no-network .build-deps; go install std; rm -rf /usr/local/go/pkg/*/cmd /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj /usr/local/go/pkg/tool/*/api /usr/local/go/pkg/tool/*/go_bootstrap /usr/local/go/src/cmd/dist/dist ; go version
2020-11-12 21:25:33 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2020-11-12 21:25:34 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-11-12 21:25:35 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2020-11-12 21:25:35 UTC/bin/sh -c #(nop) WORKDIR /go
2021-02-03 18:26:50 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2021-02-03 18:26:51 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2021-02-03 18:26:52 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2021-02-03 18:26:54 UTC/bin/sh -c #(nop) COPY dir:955b98f0c4a6690377d289d01ef767beffb515817225da27c7a2580b4f23b57e in /usr/local/bin
2021-02-03 18:26:59 UTC/bin/sh -c #(nop) COPY dir:5fc105dc2d2588081e745afefa003a8252b3af3cbe6f44d9bf7b9db0b8b4ed0d 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.