2018-01-09 22:41:49 UTC
74.4 MB
1.8.5
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:550fe1bea624a5c62551cf09f3aa10886eed133794844af1dfb775118309387e - 2.53% (1.88 MB)
[#001] sha256:cbc8da23026a6f8a7d1254ad40c91449a96ca7ee3263195b70dec76020fab46a - 0.45% (342 KB)
[#002] sha256:12508f45ab1be54dec58d1308489ba38d89a06408625f71be9d42356390dd14c - 0.0% (487 Bytes)
[#003] sha256:f6a6c5429359323ca1b480da3adc24f3b7e62157678a86ca038f748bc80ac60b - 97.02% (72.1 MB)
[#004] sha256:1c48badb84766e082e276dcdea45dd31c06e4b068d964f7ef23e81ac3d78d32e - 0.0% (126 Bytes)
[#005] sha256:2866b24847ef279e09e6116f9f43c7307178e6a3564ae1e34ad42eb988db2037 - 0.0% (1.33 KB)
/bin/sh -c #(nop) ADD file:df48d6d6df42a01380557aebd4ca02807fc08a76a1d1b36d957e59a41c69db0b in /
2018-01-09 21:13:01 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-01-09 22:39:04 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-01-09 22:39:11 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.5
2018-01-09 22:39:12 UTC/bin/sh -c #(nop) COPY file:8bfad5c310fe0639fcf658b30e2f65d04df13ad329573b58a3e782441bb7839c in /go-alpine-patches/
2018-01-09 22:40:21 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 '4949fd1a5a4954eb54dd208f2f412e720e23f32c91203116bed0387cf5d0ff2d *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-01-09 22:41:47 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-09 22:41:47 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
2018-01-09 22:41:48 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-09 22:41:48 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-09 22:41:49 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
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.