Namespace
hyperledger
Image / Tag
fabric-tools:amd64-2.4.8
Content Digest
sha256:935d4642c7dae6adfac801fb44d77691f0616a684363113c72771ddaf42aeeba
Details
Created

2023-01-26 16:19:14 UTC

Size

189 MB

Content Digest
Environment
FABRIC_CFG_PATH

/etc/hyperledger/fabric

GOLANG_VERSION

1.18.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 1.42% (2.68 MB)

[#001] sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 - 0.14% (278 KB)

[#002] sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 - 58.45% (110 MB)

[#003] sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 - 0.0% (155 Bytes)

[#004] sha256:7a19511301deb1486e6e56e19c4c10be2436fae3d8348a50e5146b9e18e9a1fd - 4.33% (8.18 MB)

[#005] sha256:cfc9271391d93602b79970a34f5a8f305daf0982bb475525e521b656e164b3d8 - 35.65% (67.4 MB)

[#006] sha256:97448f41d1e55f59ea3f66f5558a6e923ad520dc8609eac21e5f99fbb1d8e99e - 0.01% (22.9 KB)


History
2022-11-12 04:19:23 UTC

/bin/sh -c #(nop) ADD file:ceeb6e8632fafc657116cbf3afbd522185a16963230b57881073dad22eb0e1a3 in /

2022-11-12 04:19:23 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-11-12 05:48:10 UTC

/bin/sh -c apk add --no-cache ca-certificates

2022-12-01 20:32:24 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-01-11 00:04:27 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.18.10

2023-01-11 00:06:02 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .fetch-deps gnupg; arch="$(apk --print-arch)"; url=; case "$arch" in 'x86_64') export GOAMD64='v1' GOARCH='amd64' GOOS='linux'; ;; 'armhf') export GOARCH='arm' GOARM='6' GOOS='linux'; ;; 'armv7') export GOARCH='arm' GOARM='7' GOOS='linux'; ;; 'aarch64') export GOARCH='arm64' GOOS='linux'; ;; 'x86') export GO386='softfloat' GOARCH='386' GOOS='linux'; ;; 'ppc64le') export GOARCH='ppc64le' GOOS='linux'; ;; 's390x') export GOARCH='s390x' GOOS='linux'; ;; *) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; esac; build=; if [ -z "$url" ]; then build=1; url='https://dl.google.com/go/go1.18.10.src.tar.gz'; sha256='9cedcca58845df0c9474ae00274c44a95c9dfaefb132fc59921c28c7c106f8e6'; fi; wget -O go.tgz.asc "$url.asc"; wget -O go.tgz "$url"; echo "$sha256 *go.tgz" | sha256sum -c -; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 'EB4C 1BFD 4F04 2F6D DDCC EC91 7721 F63B D38B 4796'; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys '2F52 8D36 D67B 69ED F998 D857 78BD 6547 3CB3 BD13'; 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; if [ -n "$build" ]; then apk add --no-cache --virtual .build-deps bash gcc go musl-dev ; export GOCACHE='/tmp/gocache'; ( cd /usr/local/go/src; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOHOSTOS="$GOOS" GOHOSTARCH="$GOARCH"; ./make.bash; ); apk del --no-network .build-deps; 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 "$GOCACHE" ; fi; apk del --no-network .fetch-deps; go version

2023-01-11 00:06:03 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2023-01-11 00:06:03 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

2023-01-11 00:06:03 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2023-01-11 00:06:04 UTC

/bin/sh -c #(nop) WORKDIR /go

2023-01-26 16:19:08 UTC

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

2023-01-26 16:19:09 UTC

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

2023-01-26 16:19:09 UTC

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

2023-01-26 16:19:13 UTC

/bin/sh -c #(nop) COPY dir:91b6049bc7a93ceffbc9744c942621e846cd0ad2e493b6abc478619378d5c336 in /usr/local/bin

2023-01-26 16:19:14 UTC

/bin/sh -c #(nop) COPY dir:5c5045082efc4d5c41701e2bcc73611b9566a64e5cccf5617fe1a2c3a97154d2 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