2021-04-16 16:58:32 UTC
172 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.56% (2.68 MB)
[#001] sha256:9e181322f1e7b3ebee5deeef0af7d13619801172e91d2d73dcf79b5d53d82d91 - 0.16% (275 KB)
[#002] sha256:6422294da7d35128e72551ecf15f3a4d9577e5cfa516b6d62fe8b841a9470cb3 - 0.0% (154 Bytes)
[#003] sha256:8b36f00a8e74ce31a867744519cc5db8c4aaeb181cffcda1b4d8269b1cc7f336 - 59.3% (102 MB)
[#004] sha256:5e5ebcc3e85238e4fbf5ab2428f9ed61dcede6c59b605d56b2f02fb991c70850 - 0.0% (126 Bytes)
[#005] sha256:942ed2c290be73b25641d3f454b2e17976231f8467f946727c6fff2a3ce8c327 - 4.45% (7.64 MB)
[#006] sha256:a54bd9fcc0b55683e6104f570b7a6b664302c4828589ca3d06caa4ca05d7d54d - 34.51% (59.3 MB)
[#007] sha256:2a49d3af7c3f3206dbe996b6411b46a75a3182f9ce96bc23fb2aaff76e6617b5 - 0.01% (22.4 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-16 16:58:26 UTC/bin/sh -c apk add --no-cache bash git jq tzdata;
2021-04-16 16:58:27 UTC/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric
2021-04-16 16:58:27 UTC/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]
2021-04-16 16:58:29 UTC/bin/sh -c #(nop) COPY dir:c941c791ad0531627788bb7e53c5611e20a6110a42512cf617417c6b8c10e252 in /usr/local/bin
2021-04-16 16:58:32 UTC/bin/sh -c #(nop) COPY dir:22a50551c078b78e2814c3b878fb962391711b497570135a4f4ec4e46991b951 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.