2020-04-15 20:47:53 UTC
193 MB
1.14.1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:aad63a9339440e7c3e1fff2b988991b9bfb81280042fa7f39a5e327023056819 - 1.39% (2.67 MB)
[#001] sha256:c732a2540651eb09faab95b03b3b5928ab23e096fae0006bdc2abf9e0cb5bfb4 - 0.15% (294 KB)
[#002] sha256:7b2225181d6bcfb7877529a7257ff207cb14e52831420f770cbc2187031b6228 - 0.0% (153 Bytes)
[#003] sha256:c8dae7ec6990c7bc4c11880ff4c8ad988fbb8e33b575d0c4bcb89e34e68e0624 - 65.24% (126 MB)
[#004] sha256:08684ee472f39cbba2db3b665d1e96eb3ba2e634302461e4bf13aada1d7f6a7e - 0.0% (126 Bytes)
[#005] sha256:e659aee94d3c4151851fc696716ed39a2bda466c872518634e699c905398fd25 - 33.23% (64.1 MB)
[#006] sha256:540f12213ced072dc7af6fc78705bad1dc3c5a0be69a991c5d3db66e3c9913fe - 0.0% (137 Bytes)
[#007] sha256:2e4347955bbd149cfb7a9583d54609e786628be20d19ce330f2d20403f35ac1f - 0.0% (1.21 KB)
[#008] sha256:95adb85a111a050842f42ebba9997888e294a95e32a81b82ea160c35bc333b77 - 0.0% (139 Bytes)
/bin/sh -c #(nop) ADD file:0c4555f363c2672e350001f1293e689875a3760afe7b3f9146886afe67121cba in /
2020-03-23 21:19:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-23 23:02:02 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-03-23 23:02:04 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-03-23 23:02:04 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.14.1
2020-03-23 23:07:02 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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
2020-03-23 23:07:02 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2020-03-23 23:07: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
2020-03-23 23:07:04 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2020-03-23 23:07:05 UTC/bin/sh -c #(nop) WORKDIR /go
2020-04-15 20:47:47 UTC/bin/sh -c apk add --no-cache g++ gcc git musl-dev
2020-04-15 20:47:51 UTC/bin/sh -c mkdir -p /chaincode/output /chaincode/input
2020-04-15 20:47:52 UTC/bin/sh -c addgroup -g 500 chaincode && adduser -u 500 -D -h /home/chaincode -G chaincode chaincode
2020-04-15 20:47:53 UTC/bin/sh -c chown -R chaincode:chaincode /chaincode
2020-04-15 20:47:53 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.