2016-11-08 19:34:10 UTC
242 MB
508028aac0654e993564b6e2014bf2d4a9751e3b286661b0b0040046cf18028e
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.7.3.linux-amd64.tar.gz
GOLANG_VERSION1.7.3
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:386a066cd84a33a04d560c42bef66d1dd64ebfc76de78550e5fd0f8d57778bca - 20.25% (49 MB)
[#001] sha256:75ea8418708338e40dce9179cfe97fd116831f1601be50fef48ea6011653c986 - 7.3% (17.7 MB)
[#002] sha256:88b459c9f665cc39ff5fc09071b5dada4dad766573d962276f999d0c466d5405 - 16.75% (40.5 MB)
[#003] sha256:a31e17eb948566dddd677fa4557f7b9a874ddaf967e36cd5474f972fb5fa6097 - 23.52% (56.9 MB)
[#004] sha256:457559cc1d6958f0e68fc282958bcd89eae53b060af26b81a03a10e8282fba87 - 32.18% (77.9 MB)
[#005] sha256:47fe51a74a066840cfb4b54bba4306910acb643763c7a7de45bba12de7944043 - 0.0% (121 Bytes)
[#006] sha256:08dacccac43c542e4c9212d0d4c7c8ca435817eb747f91a77892123945271ad2 - 0.0% (1.32 KB)
[#007] sha256:922788af3f35ae6c68cbf9bfd3609d0d3d1ceda92f64fffa1046ef299ce7877f - 0.0% (130 Bytes)
/bin/sh -c #(nop) ADD file:41ea5187c50116884c38d9ec51d920d79cfaeb2a61c52e07a97f457419a10a4f in /
2016-11-07 20:30:26 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-11-07 22:27:33 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2016-11-07 22:27:51 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2016-11-08 19:32:26 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config && rm -rf /var/lib/apt/lists/*
2016-11-08 19:32:26 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7.3
2016-11-08 19:32:27 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7.3.linux-amd64.tar.gz
2016-11-08 19:32:27 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=508028aac0654e993564b6e2014bf2d4a9751e3b286661b0b0040046cf18028e
2016-11-08 19:32:37 UTC/bin/sh -c curl -fsSL "$GOLANG_DOWNLOAD_URL" -o golang.tar.gz && echo "$GOLANG_DOWNLOAD_SHA256 golang.tar.gz" | sha256sum -c - && tar -C /usr/local -xzf golang.tar.gz && rm golang.tar.gz
2016-11-08 19:32:37 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-11-08 19:32:37 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
2016-11-08 19:32:38 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-11-08 19:32:39 UTC/bin/sh -c #(nop) WORKDIR /go
2016-11-08 19:32:39 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2016-11-08 19:34:08 UTC/bin/sh -c mkdir -p /go/src/app
2016-11-08 19:34:08 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2016-11-08 19:34:09 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2016-11-08 19:34:09 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2016-11-08 19:34:09 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2016-11-08 19:34:10 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
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.