Namespace
hyperledger
Image / Tag
fabric-tools:2.2.5
Content Digest
sha256:c91aa5796b1db1385c0e65d2b99e7de41d4a627ebb83531fc2f169b6ea1e7b75
Details
Created

2022-01-28 12:44:47 UTC

Size

166 MB

Content Digest
Environment
FABRIC_CFG_PATH

/etc/hyperledger/fabric

GOLANG_VERSION

1.17.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 1.62% (2.69 MB)

[#001] sha256:666ba61612fd7c93393f9a5bc1751d8a9929e32d51501dba691da9e8232bc87b - 0.16% (276 KB)

[#002] sha256:8ed8ca4862056a130f714accb3538decfa0663fec84e635d8b5a0a3305353dee - 0.0% (155 Bytes)

[#003] sha256:1ff5b6d8b8c6b6093e19083f398755431fee6120fae681379ad828e84f387ec0 - 63.22% (105 MB)

[#004] sha256:40fcfd711f8db74e87407ed47c1d306a77eefe885d79679595d94f13c905f395 - 0.0% (155 Bytes)

[#005] sha256:905e0f6c9d7300f527bc0ac5588b7e816dde772847b49b879f043bb3278a7331 - 4.86% (8.08 MB)

[#006] sha256:32a69c1b79ad37c397b3e9c190c9e9a4cb2851bd2003bfb193ccd4d3c6166c9e - 30.12% (50 MB)

[#007] sha256:d9585a8fad8df34ab24cbdb7f608bcda209d5e13a85a5ecb1f775eadcd51f833 - 0.01% (22.2 KB)


History
2021-11-24 20:19:40 UTC

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

2021-11-24 20:19:40 UTC

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

2021-11-30 04:21:45 UTC

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

2021-11-30 04:21:46 UTC

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

2021-11-30 04:21:47 UTC

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

2021-12-09 16:21:02 UTC

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

2021-12-09 16:23:10 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 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.17.5.src.tar.gz'; sha256='3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d'; 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 ; ( cd /usr/local/go/src; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOHOSTOS="$GOOS" GOHOSTARCH="$GOARCH"; ./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 ; fi; apk del --no-network .fetch-deps; go version

2021-12-09 16:23:11 UTC

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

2021-12-09 16:23:12 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-12-09 16:23:13 UTC

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

2021-12-09 16:23:13 UTC

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

2022-01-28 12:44:42 UTC

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

2022-01-28 12:44:43 UTC

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

2022-01-28 12:44:43 UTC

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

2022-01-28 12:44:46 UTC

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

2022-01-28 12:44:47 UTC

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