Namespace
hyperledger
Image / Tag
fabric-ccenv:amd64-2.0.0
Content Digest
sha256:8e8058c2171ec9fb92d7eddb83a2c1f1e5514a74408b592eb81dc7cb4ae41488
Details
Created

2020-01-29 22:13:12 UTC

Size

184 MB

Content Digest
Environment
GOLANG_VERSION

1.13.4

GOPATH

/go

PATH

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


Layers

[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 1.44% (2.66 MB)

[#001] sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 - 0.16% (295 KB)

[#002] sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd - 0.0% (155 Bytes)

[#003] sha256:a47b1e89d1946bbe1b6d1b7ade6d64a4411a782d115fd2d2f937de8095942190 - 65.69% (121 MB)

[#004] sha256:bf1a3d23480071c91034bf7684daaa10b200efe6f553d9b9f8e4004492769888 - 0.0% (125 Bytes)

[#005] sha256:681c29bcda7640c16e1a3fd55846ae040e2aa7d3b09436c1cea4d08ab6ef02cf - 32.71% (60.3 MB)

[#006] sha256:a5d36c55c08a263a13ef5e9a87b3473d7f22672cda6cc54470574f9541ea6a9f - 0.0% (142 Bytes)

[#007] sha256:628155191e549586badb71fb1de1de5f471a458fa6ae3ec34489889511228573 - 0.0% (1.25 KB)

[#008] sha256:3d0b9d65b41b87ddcb31a25e3b491988d57b8ae7238e80608503c46f79f9af44 - 0.0% (141 Bytes)


History
2019-10-21 17:21:42 UTC

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

2019-10-21 17:21:42 UTC

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

2019-10-21 18:18:34 UTC

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

2019-10-21 18:18:35 UTC

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

2019-11-01 20:20:09 UTC

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

2019-11-01 20:22:26 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '95dbeab442ee2746b9acf0934c8e2fc26414a0565c008631b04addb8c02e7624 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2019-11-01 20:22:26 UTC

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

2019-11-01 20:22:26 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

2019-11-01 20:22:27 UTC

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

2019-11-01 20:22:27 UTC

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

2020-01-29 22:13:06 UTC

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

2020-01-29 22:13:09 UTC

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

2020-01-29 22:13:11 UTC

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

2020-01-29 22:13:12 UTC

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

2020-01-29 22:13:12 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