2016-11-08 19:39:20 UTC
245 MB
cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.6.3.linux-amd64.tar.gz
GOLANG_VERSION1.6.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 - 19.99% (49 MB)
[#001] sha256:75ea8418708338e40dce9179cfe97fd116831f1601be50fef48ea6011653c986 - 7.21% (17.7 MB)
[#002] sha256:88b459c9f665cc39ff5fc09071b5dada4dad766573d962276f999d0c466d5405 - 16.54% (40.5 MB)
[#003] sha256:a31e17eb948566dddd677fa4557f7b9a874ddaf967e36cd5474f972fb5fa6097 - 23.22% (56.9 MB)
[#004] sha256:ca401ff682d8d4d1b3e83596303fd9ca352be44938b843187947b39fc72278b6 - 33.04% (80.9 MB)
[#005] sha256:9ce78c48a8ff830ef3f6c4a407ca58b61a0007e83c20d1854bfa91cb9443dc91 - 0.0% (120 Bytes)
[#006] sha256:e003bd57c0f10df2871af1814d8e1468d228493311eadc58188e1599a692fa59 - 0.0% (1.32 KB)
[#007] sha256:c7cb6eaaa8f2e99b3d789016df2e0f83daf1c3f976510eca1a0052658618aa42 - 0.0% (132 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:37:36 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.6.3
2016-11-08 19:37:36 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.6.3.linux-amd64.tar.gz
2016-11-08 19:37:37 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=cdde5e08530c0579255d6153b08fdb3b8e47caabbe717bc7bcd7561275a87aeb
2016-11-08 19:37:47 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:37:50 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-11-08 19:37:50 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:37:51 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-11-08 19:37:52 UTC/bin/sh -c #(nop) WORKDIR /go
2016-11-08 19:37:52 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2016-11-08 19:39:18 UTC/bin/sh -c mkdir -p /go/src/app
2016-11-08 19:39:18 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2016-11-08 19:39:19 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2016-11-08 19:39:19 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2016-11-08 19:39:19 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2016-11-08 19:39:20 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.