2020-02-26 22:05:09 UTC
184 MB
1.13.4
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#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:6bfc2c9c9da43ffb639e3114304f88617a8c98c48f4ccf4d34e5348071d49044 - 32.71% (60.3 MB)
[#006] sha256:82b74b692a728ad9330493e94f2e479bdc2d12fd22d8dc822ac2e8fd3ddbfea8 - 0.0% (143 Bytes)
[#007] sha256:bd49945218a967ded776fb5c35b9bbe75233245f24499eb5e0fef45a4d96aedc - 0.0% (1.25 KB)
[#008] sha256:1511f0406210075f5f8881a2f6c10dd71733a66f624b1fad2eadd591d8f6b9c1 - 0.0% (138 Bytes)
/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-02-26 22:05:03 UTC/bin/sh -c apk add --no-cache g++ gcc git musl-dev
2020-02-26 22:05:06 UTC/bin/sh -c mkdir -p /chaincode/output /chaincode/input
2020-02-26 22:05:08 UTC/bin/sh -c addgroup -g 500 chaincode && adduser -u 500 -D -h /home/chaincode -G chaincode chaincode
2020-02-26 22:05:09 UTC/bin/sh -c chown -R chaincode:chaincode /chaincode
2020-02-26 22:05:09 UTC/bin/sh -c #(nop) USER chaincode
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.