2019-04-09 22:29:03 UTC
164 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:d981dc59d98dcf79c1920d433d8d56f9892f229da716de64280980f317a80ef1 - 1.47% (2.42 MB)
[#001] sha256:29c12d3dbd7380bfedcd015572c35c1dce283417c0c2b631ac99f2161b040271 - 0.18% (295 KB)
[#002] sha256:c7ad92bf9a398037815abc4ee32c231115e14a1ae723edc9f817d06fd3937a6a - 0.0% (154 Bytes)
[#003] sha256:1c9ea4e6e7af84815b089a7fd64077f979a4f85de98fe48987b6768db0bb2f65 - 64.03% (105 MB)
[#004] sha256:b80078dbd0cd7035ef10c281b7348c5e332e11fd3e8cf5d16fd0315812b0db83 - 0.0% (124 Bytes)
[#005] sha256:2cd4ad3abda5d8b6860bf3972828744754c90edd80c40ec419cd6126d23d935e - 33.0% (54.2 MB)
[#006] sha256:bc0198e59ae1205aa12d44388749d2db7bdce5876c92a9f34621b21646b5d8f2 - 0.0% (135 Bytes)
[#007] sha256:eaa2df19cd4c8de1cfb565f58628f3f7f1d73d405b9093a9a5fb59375c1f2407 - 1.31% (2.15 MB)
[#008] sha256:cd157aca282ceaf58c7a13890ddf09b61816fe2be8464e62526fd219e154482f - 0.01% (23.8 KB)
[#009] sha256:01c5de2fba720af6fd4a75b8b62bee60e023d959a221176c14019051b4953553 - 0.0% (145 Bytes)
/bin/sh -c #(nop) ADD file:3f769e5ff31fbae6ea6b835fa878b05d6c6920ca4313aa63be7d057e29241d87 in /
2019-03-08 03:35:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-03-08 04:05:55 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-03-08 04:05:56 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-03-08 04:14:18 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.5
2019-03-08 04:15:44 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-08 04:15:45 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-03-08 04:15:45 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-08 04:15:46 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-03-08 04:15:46 UTC/bin/sh -c #(nop) WORKDIR /go
2019-04-09 22:28:58 UTC/bin/sh -c apk add --no-cache g++ gcc musl-dev libtool git;
2019-04-09 22:28:59 UTC/bin/sh -c mkdir -p /chaincode/output && mkdir -p /chaincode/input;
2019-04-09 22:29:00 UTC/bin/sh -c #(nop) COPY dir:e6ae7d6ed7f166b28a4da9420907bc74741ff7e599ea2635f3af7e0adfe3d28b in /go/src
2019-04-09 22:29:01 UTC/bin/sh -c addgroup chaincode && adduser -D -h /home/chaincode -G chaincode chaincode
2019-04-09 22:29:02 UTC/bin/sh -c chown -R chaincode:chaincode /chaincode/output && chown -R chaincode:chaincode /chaincode/input;
2019-04-09 22:29:03 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.