2018-11-11 12:16:38 UTC
162 MB
on
GOLANG_VERSION1.11.1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 1.3% (2.1 MB)
[#001] sha256:2e793f0ebe8a0d4496ef2fca6d5d45493df6dc40503657b357e153fa91548171 - 0.18% (302 KB)
[#002] sha256:77995fba19184aad4b702852da2d04d7b92693f2923499f5d388fd8d2ce2dd81 - 0.0% (153 Bytes)
[#003] sha256:37a0800ca4c6854b1d735c4f4c4527702e24847325a190dae95b9b7cfb6f35ae - 64.99% (105 MB)
[#004] sha256:387d73a1a3a0156951154c2b802c9c65cbe51fa032e9e3687f1af41567e68c4f - 0.0% (126 Bytes)
[#005] sha256:a4e0ad56bcfe8a02c5e80a3d647c65e3fd2c68e94cfba7b3393b3fb474185abe - 25.53% (41.3 MB)
[#006] sha256:b5c8e47ddb38951f2fa668f53c6152761d72fe7635a91f2615c9658c5c02d201 - 0.0% (111 Bytes)
[#007] sha256:37a7decf90853fb6054753eb768100b71acaf9054a2056e1f29c0ed4d391fff9 - 0.86% (1.4 MB)
[#008] sha256:34972553a084bce54981bef219c5df1920a8df99468a47a29d55d9ff0ec39a8c - 7.13% (11.5 MB)
/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
2018-09-11 22:19:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-11 22:52:16 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-11 22:52:16 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-10-02 17:15:22 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.1
2018-10-02 17:17:01 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 '558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 *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
2018-10-02 17:17:02 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-10-02 17:17:02 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-10-02 17:17:03 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-10-02 17:17:03 UTC/bin/sh -c #(nop) WORKDIR /go
2018-10-05 05:12:22 UTC/bin/sh -c #(nop) ENV GO111MODULE=on
2018-10-05 05:12:38 UTC/bin/sh -c set -ex; apk add --no-cache git gcc musl-dev
2018-10-05 05:12:39 UTC/bin/sh -c #(nop) WORKDIR /home/app
2018-10-05 05:12:39 UTC/bin/sh -c #(nop) ONBUILD COPY . .
2018-10-05 05:12:40 UTC/bin/sh -c #(nop) ONBUILD RUN go build -o /bin/app
2018-10-05 05:12:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["app"]
2018-11-11 12:16:21 UTC/bin/sh -c #(nop) COPY dir:6b4277b7112b4fbc93f59d7faf18f713dc114c13472adec745330c29b5a088ff in .
2018-11-11 12:16:38 UTC/bin/sh -c go build -o /bin/app
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.