2020-07-09 13:23:02 UTC
204 MB
1.14.4
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 1.31% (2.67 MB)
[#001] sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d - 0.13% (276 KB)
[#002] sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f - 0.0% (155 Bytes)
[#003] sha256:9e0cccf56431698a0981b191f61dcb4ba6afa272d35deb14eaccf2cb46ed0f9d - 61.68% (126 MB)
[#004] sha256:cbe0275821fc905c0321a44449b7ca670963f2cc0824150bea2125dee8dc7376 - 0.0% (125 Bytes)
[#005] sha256:d8f39229024fc5f0272874b5b1857b8faa336fb29695d42d2d2510cfe6fd323f - 36.88% (75.3 MB)
[#006] sha256:9fe2c7972d1273ef34d8bca39153746adb244f6a9e7185b1524711afb7f94aee - 0.0% (134 Bytes)
[#007] sha256:050fa39404af11f943a3c4b60264ef820b86210c509de7b0ba80738e53cb7bb1 - 0.0% (1.21 KB)
[#008] sha256:ab61a9ef0e4bbac805319193b2c3a2b510b13680def5a0a07cf8f67a08b7ae40 - 0.0% (138 Bytes)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-02 01:30:19 UTC/bin/sh -c apk add --no-cache ca-certificates
2020-06-02 01:30:20 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-06-02 01:30:20 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.14.4
2020-06-02 01:32:34 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 '7011af3bbc2ac108d1b82ea8abb87b2e63f78844f0259be20cde4d42c5c40584 *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-06-02 01:32:35 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2020-06-02 01:32:35 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-06-02 01:32:36 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2020-06-02 01:32:36 UTC/bin/sh -c #(nop) WORKDIR /go
2020-07-09 13:22:54 UTC/bin/sh -c apk add --no-cache g++ gcc git musl-dev
2020-07-09 13:22:58 UTC/bin/sh -c mkdir -p /chaincode/output /chaincode/input
2020-07-09 13:23:00 UTC/bin/sh -c addgroup -g 500 chaincode && adduser -u 500 -D -h /home/chaincode -G chaincode chaincode
2020-07-09 13:23:01 UTC/bin/sh -c chown -R chaincode:chaincode /chaincode
2020-07-09 13:23:02 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.