Namespace
hyperledger
Image / Tag
fabric-tools:2.4.7
Content Digest
sha256:9e8aabe63e5a3490dd22e39ed4218db8453e0d6fa13fe8a95af7c34c85853db5
Details
Created

2022-10-26 16:06:01 UTC

Size

189 MB

Content Digest
Environment
FABRIC_CFG_PATH

/etc/hyperledger/fabric

GOLANG_VERSION

1.18.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:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 1.42% (2.68 MB)

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

[#002] sha256:93c1e223e6f2123b855e0c95898eba50cb6a055881ba9023527c0a361761c1cf - 0.0% (153 Bytes)

[#003] sha256:53926ce57604f675f74f47e6ece02e0922a609226d7aca3464fe527528c14864 - 58.35% (110 MB)

[#004] sha256:21b2b0c7a3f441ae21545bcd350bcdb5319de16b19cb37e11fb0aa66d4f2e053 - 0.0% (155 Bytes)

[#005] sha256:0a7cd7211884fb6753fb946d495a76dba3aa828bd356bf107f90296a24cdd375 - 4.34% (8.19 MB)

[#006] sha256:c96de9f5a36bf35ebf9b11a83dcbfb6be7496e93ed3e4358b380345b37fc9d1f - 35.74% (67.4 MB)

[#007] sha256:77c129e1aaf4f47d21ab4eab8a5ca0c22f6f1041a3fe866a83168d47bf94ca1c - 0.01% (22.9 KB)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-10-06 21:16:53 UTC

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

2022-10-06 21:16:53 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2022-10-06 21:16:53 UTC

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

2022-10-06 21:20:42 UTC

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

2022-10-06 21:22:16 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.7.src.tar.gz'; sha256='9467e33b819f71bebb21fb0ee1dd6794fd2244ae94907a984286712f9839a944'; 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

2022-10-06 21:22:17 UTC

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

2022-10-06 21:22:17 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

2022-10-06 21:22:18 UTC

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

2022-10-06 21:22:18 UTC

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

2022-10-26 16:05:54 UTC

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

2022-10-26 16:05:55 UTC

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

2022-10-26 16:05:56 UTC

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

2022-10-26 16:06:00 UTC

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

2022-10-26 16:06:01 UTC

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