Namespace
hyperledger
Image / Tag
fabric-ccenv:amd64-2.4.8
Content Digest
sha256:be984b7e54b3a7c14a2e2eb209c02b2c804b0a1ccdf2f551d9a9b782f11de4fb
Details
Created

2023-01-26 16:14:07 UTC

Size

183 MB

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

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

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

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

[#004] sha256:c985410d25325da28ee59d8a218a46e36d8211a92091691d7912b4474f7d2d3f - 37.95% (69.3 MB)

[#005] sha256:a5a845332668233da5d7fc4ae8e9f3b27a6e53ab8896fef4c138b93eeaaf2895 - 0.0% (135 Bytes)

[#006] sha256:e8a5054a2da0a418ac8ce572ef62af0e370c931bb2f28fc9a616a18a845e6f15 - 0.0% (1.22 KB)

[#007] sha256:6862f4bedf45797fd4c62fc487fb8f622a92e0372858667a7126fd89c273fd94 - 0.0% (139 Bytes)


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:14:04 UTC

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

2023-01-26 16:14:05 UTC

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

2023-01-26 16:14:06 UTC

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

2023-01-26 16:14:07 UTC

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

2023-01-26 16:14:07 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