2019-04-09 22:36:21 UTC
172 MB
1.11.5
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8e402f1a9c577ded051c1ef10e9fe4492890459522089959988a4852dee8ab2c - 1.53% (2.63 MB)
[#001] sha256:ce7779d8bfe3415e27ec3bf5950b2ab67a854c608595f0f2e49066fb5806fd12 - 0.17% (295 KB)
[#002] sha256:de1a1e452942df2228b914d2ce9be43f18b137f4ebc3dce9491bc08c2630a2ea - 0.0% (154 Bytes)
[#003] sha256:86fe356376ff5e13ace512b478c5f8e87ca0d25b97a8fd385f7763bad44b6787 - 61.04% (105 MB)
[#004] sha256:abe514ab672bab602ed349a878451331ebc28659c651e10ab1a01ef22398fc4a - 0.0% (126 Bytes)
[#005] sha256:17e2f8d99e03c464d865dfe965249ec8bef6087c401d3366459b971177a12ce3 - 36.02% (62 MB)
[#006] sha256:e314fda00fd90ffbda1e01b6f09aeea8dd735965ed084c6dd9be0727e0a9d872 - 0.0% (136 Bytes)
[#007] sha256:a8842a2e00f886b17d1cc036a5ca43bef4f8265a0f7d0f144d2c4f198c21da0e - 1.25% (2.15 MB)
[#008] sha256:18cb63aa463c5e204fd93fa3205407d7ae8f318f33e4a3943af922d546f48962 - 0.0% (1.23 KB)
[#009] sha256:bc1de11cb33447e371060b536ebf506bb502e663cd67bcdd52d6419305db4af5 - 0.0% (143 Bytes)
/bin/sh -c #(nop) ADD file:88875982b0512a9d0ba001bfea19497ae9a9442c257b19c61bffc56e7201b0c3 in /
2019-03-07 22:19:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-03-07 23:17:18 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-03-07 23:17:19 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-03-07 23:23:21 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.5
2019-03-07 23:26:07 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 'bc1ef02bb1668835db1390a2e478dcbccb5dd16911691af9d75184bbe5aa943e *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-03-07 23:26:09 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-03-07 23:26:09 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-03-07 23:26:10 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-03-07 23:26:11 UTC/bin/sh -c #(nop) WORKDIR /go
2019-04-09 22:36:17 UTC/bin/sh -c apk add --no-cache g++ gcc musl-dev libtool git;
2019-04-09 22:36:18 UTC/bin/sh -c mkdir -p /chaincode/output && mkdir -p /chaincode/input;
2019-04-09 22:36:19 UTC/bin/sh -c #(nop) COPY dir:e6ae7d6ed7f166b28a4da9420907bc74741ff7e599ea2635f3af7e0adfe3d28b in /go/src
2019-04-09 22:36:20 UTC/bin/sh -c addgroup chaincode && adduser -D -h /home/chaincode -G chaincode chaincode
2019-04-09 22:36:21 UTC/bin/sh -c chown -R chaincode:chaincode /chaincode/output && chown -R chaincode:chaincode /chaincode/input;
2019-04-09 22:36:21 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.