2021-08-12 02:29:04 UTC
179 MB
/etc/hyperledger/fabric
GOLANG_VERSION1.15.7
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 1.5% (2.68 MB)
[#001] sha256:9e181322f1e7b3ebee5deeef0af7d13619801172e91d2d73dcf79b5d53d82d91 - 0.15% (275 KB)
[#002] sha256:6422294da7d35128e72551ecf15f3a4d9577e5cfa516b6d62fe8b841a9470cb3 - 0.0% (154 Bytes)
[#003] sha256:8b36f00a8e74ce31a867744519cc5db8c4aaeb181cffcda1b4d8269b1cc7f336 - 56.78% (102 MB)
[#004] sha256:5e5ebcc3e85238e4fbf5ab2428f9ed61dcede6c59b605d56b2f02fb991c70850 - 0.0% (126 Bytes)
[#005] sha256:4b38ff48ec0b9ae692ce99b8c01e44ad172e37e96ac34e3ac73875fd5e21bdaa - 4.27% (7.65 MB)
[#006] sha256:6a2a85ff79deb67894309f641628b6395df38f5f6cc0e9df02c95a8a84c135f7 - 37.29% (66.9 MB)
[#007] sha256:738cb932e49cc64796c31266314896629848e12f31d86888fba6e5e0465e4140 - 0.01% (22.6 KB)
/bin/sh -c #(nop) ADD file:0e2d487cd80773e947c8aae6daad3d565b7bb019a954af2b8bff188681c00d81 in /
2021-01-28 23:19:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-29 00:36:32 UTC/bin/sh -c apk add --no-cache ca-certificates
2021-01-29 00:36:34 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2021-01-29 00:36:34 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-01-29 00:41:47 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.15.7
2021-01-29 00:46:18 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.15.7.src.tar.gz'; sha256='8631b3aafd8ecb9244ec2ffb8a2a8b4983cf4ad15572b9801f7c5b167c1a2abc'; 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
2021-01-29 00:46:19 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2021-01-29 00:46:19 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
2021-01-29 00:46:21 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2021-01-29 00:46:21 UTC/bin/sh -c #(nop) WORKDIR /go
2021-08-12 02:28:58 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2021-08-12 02:28:58 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2021-08-12 02:28:59 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2021-08-12 02:29:03 UTC/bin/sh -c #(nop) COPY dir:3f85d3272224d8366c7e12a2acbba6c610f4b10dab2547323e481d7dd19321c1 in /usr/local/bin
2021-08-12 02:29:04 UTC/bin/sh -c #(nop) COPY dir:c0652723a27c808ab6ad97c0aee679e8d6a47731f93d8f742bcd0016bf247055 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.