2021-04-23 20:31:09 UTC
165 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.63% (2.68 MB)
[#001] sha256:9e181322f1e7b3ebee5deeef0af7d13619801172e91d2d73dcf79b5d53d82d91 - 0.16% (275 KB)
[#002] sha256:6422294da7d35128e72551ecf15f3a4d9577e5cfa516b6d62fe8b841a9470cb3 - 0.0% (154 Bytes)
[#003] sha256:8b36f00a8e74ce31a867744519cc5db8c4aaeb181cffcda1b4d8269b1cc7f336 - 61.86% (102 MB)
[#004] sha256:5e5ebcc3e85238e4fbf5ab2428f9ed61dcede6c59b605d56b2f02fb991c70850 - 0.0% (126 Bytes)
[#005] sha256:b7b2e7b41099cd4f10831533246a33d008494d0820fa9b1a692255ae1e98f948 - 4.64% (7.64 MB)
[#006] sha256:af3cf806481fbad6c1465a3639d6072c833cafa45ee636a5789f5e8ad3f76c9e - 31.69% (52.2 MB)
[#007] sha256:150a424667cc01f1bbe3fc7f2a51fc9a0004a8bfe7e24de00ea5d343688e8c78 - 0.01% (21.9 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-04-23 20:31:04 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2021-04-23 20:31:05 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2021-04-23 20:31:05 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2021-04-23 20:31:08 UTC/bin/sh -c #(nop) COPY dir:56448dd4c6cb9d94082a45bae2d06bdac2aa6f81241e6ad7cf99bb06efcec54b in /usr/local/bin
2021-04-23 20:31:09 UTC/bin/sh -c #(nop) COPY dir:ab6a800cd04923dfa4b0a372fa73327345e3d67eef50d53d685ab74a8d97c997 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.