Namespace
hyperledger
Image / Tag
fabric-ccenv:amd64-2.2.10
Content Digest
sha256:a316ed2ec64d52e6803ab456d6d2a33979c5c10119866bfc8ef4c209376e4c7c
Details
Created

2023-02-17 19:16:47 UTC

Size

182 MB

Content Digest
Environment
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.47% (2.68 MB)

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

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

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

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

[#005] sha256:f90a03c409e355b7e4d3d0562543171b3dbd7d9e1805fafbcbb05348c70552f0 - 37.94% (69.1 MB)

[#006] sha256:fbca05b24fef820d2402e928bce6aa424247deb52289ac04bb1dbd8559fd3783 - 0.0% (135 Bytes)

[#007] sha256:97d0edac1b48b41db0dcc0cad9d3b35882ed4d79596968eeec26e7ba6a5bac10 - 0.0% (1.21 KB)

[#008] sha256:d1a04a9df703ecb6e2b36b45911b097aab378efe2394b7a801ac7d129a917ace - 0.0% (139 Bytes)


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

2023-02-17 19:16:42 UTC

/bin/sh -c apk add --no-cache g++ gcc git musl-dev

2023-02-17 19:16:43 UTC

/bin/sh -c mkdir -p /chaincode/output /chaincode/input

2023-02-17 19:16:45 UTC

/bin/sh -c addgroup -g 500 chaincode && adduser -u 500 -D -h /home/chaincode -G chaincode chaincode

2023-02-17 19:16:46 UTC

/bin/sh -c chown -R chaincode:chaincode /chaincode

2023-02-17 19:16:47 UTC

/bin/sh -c #(nop) USER chaincode

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