Namespace
hyperledger
Image / Tag
fabric-tools:amd64-2.3.2
Content Digest
sha256:00cbe11e72845724d50758c8ba4d3a8e674f0241490ca24251a8eb1dce96985a
Details
Created

2021-04-23 20:32:58 UTC

Size

173 MB

Content Digest
Environment
FABRIC_CFG_PATH

/etc/hyperledger/fabric

GOLANG_VERSION

1.15.7

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:4c0d98bf9879488e0407f897d9dd4bf758555a78e39675e72b5124ccf12c2580 - 1.55% (2.68 MB)

[#001] sha256:9e181322f1e7b3ebee5deeef0af7d13619801172e91d2d73dcf79b5d53d82d91 - 0.16% (275 KB)

[#002] sha256:6422294da7d35128e72551ecf15f3a4d9577e5cfa516b6d62fe8b841a9470cb3 - 0.0% (154 Bytes)

[#003] sha256:8b36f00a8e74ce31a867744519cc5db8c4aaeb181cffcda1b4d8269b1cc7f336 - 59.01% (102 MB)

[#004] sha256:5e5ebcc3e85238e4fbf5ab2428f9ed61dcede6c59b605d56b2f02fb991c70850 - 0.0% (126 Bytes)

[#005] sha256:f1a92af8bce7ac7feac5f04ed86f714a92f913e20ca0cf509d57c1b913cf449c - 4.43% (7.64 MB)

[#006] sha256:af6d90c79214abc39a5de5bf0a0b402cf22532916ebd6a7b83508bc2666e69d3 - 34.84% (60.1 MB)

[#007] sha256:887182524f3bea33558a2a93319bd6218b9c348da317a925656a2ab667db90d4 - 0.01% (22.4 KB)


History
2021-01-28 23:19:38 UTC

/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:32:52 UTC

/bin/sh -c apk add --no-cache bash git jq tzdata;

2021-04-23 20:32:52 UTC

/bin/sh -c #(nop) ENV FABRIC_CFG_PATH=/etc/hyperledger/fabric

2021-04-23 20:32:53 UTC

/bin/sh -c #(nop) VOLUME [/etc/hyperledger/fabric]

2021-04-23 20:32:57 UTC

/bin/sh -c #(nop) COPY dir:8f25af4f031e83a8eb9877a133e29de765bfd265e2dc974a621d53691eeb3429 in /usr/local/bin

2021-04-23 20:32:58 UTC

/bin/sh -c #(nop) COPY dir:5fc105dc2d2588081e745afefa003a8252b3af3cbe6f44d9bf7b9db0b8b4ed0d in /etc/hyperledger/fabric

Danger Zone
Delete Tag

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.

Delete