2018-10-03 18:50:08 UTC
163 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.29% (2.1 MB)
[#001] sha256:2e793f0ebe8a0d4496ef2fca6d5d45493df6dc40503657b357e153fa91548171 - 0.18% (302 KB)
[#002] sha256:77995fba19184aad4b702852da2d04d7b92693f2923499f5d388fd8d2ce2dd81 - 0.0% (153 Bytes)
[#003] sha256:37a0800ca4c6854b1d735c4f4c4527702e24847325a190dae95b9b7cfb6f35ae - 64.64% (105 MB)
[#004] sha256:387d73a1a3a0156951154c2b802c9c65cbe51fa032e9e3687f1af41567e68c4f - 0.0% (126 Bytes)
[#005] sha256:e7da8fef4d16d86f18073acc9fa117130b491441edac55d0a88a99ba90a41a73 - 25.4% (41.3 MB)
[#006] sha256:c3db1d33aff66ea3bd5b29c6735ff497448f97701753cb4fe4d94aa82388ea1a - 0.0% (111 Bytes)
[#007] sha256:83ccbcb563dce23d2541bae558004ebe446d16c143b657525dcb6f835bc30f71 - 0.01% (9.38 KB)
[#008] sha256:54a74e989b9abb7efaecec451b7d859f949cff5d4d995b7147683a5326ec7152 - 6.98% (11.4 MB)
[#009] sha256:7618ca85012dc733e1311077c4db4f8d586ca292f900431ae29ebe8326910ee8 - 1.5% (2.43 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-03 18:48:39 UTC/bin/sh -c #(nop) ENV GO111MODULE=on
2018-10-03 18:48:48 UTC/bin/sh -c set -ex; apk add --no-cache git gcc musl-dev
2018-10-03 18:48:48 UTC/bin/sh -c #(nop) WORKDIR /home/app
2018-10-03 18:48:48 UTC/bin/sh -c #(nop) ONBUILD COPY . .
2018-10-03 18:48:49 UTC/bin/sh -c #(nop) ONBUILD RUN go mod vendor
2018-10-03 18:48:49 UTC/bin/sh -c #(nop) ONBUILD RUN go build -o /bin/app
2018-10-03 18:48:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["app"]
2018-10-03 18:49:57 UTC/bin/sh -c #(nop) COPY dir:dd65757a383ccd945141beee0f4f971b86ff63e88b90d46c2a09c84834f66c65 in .
2018-10-03 18:50:03 UTC/bin/sh -c go mod vendor
2018-10-03 18:50:08 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.