2016-07-18 17:24:05 UTC
239 MB
145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
GOLANG_DOWNLOAD_URLhttps://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
GOLANG_VERSION1.7rc2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 20.47% (49 MB)
[#001] sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437 - 7.39% (17.7 MB)
[#002] sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33 - 16.95% (40.6 MB)
[#003] sha256:0ffc1204e0abead91aa6678abffa44739455c7b95b96b108eefc2f29d6001fdf - 22.69% (54.3 MB)
[#004] sha256:849f2fd9999a429eb75e0f2f2f4a9f915f4d57e7adfb6a70c5ae07199ef79718 - 32.48% (77.7 MB)
[#005] sha256:d8e6b9738392865470b87317b0a4ec3008426defc7d867b65ea7f41a442f6e50 - 0.0% (122 Bytes)
[#006] sha256:d1100a4447aec4d828b6540be79314f679d8d6176c293c38dbc1648728f237b8 - 0.0% (1.32 KB)
[#007] sha256:e1856adcf1e09ddd804838c4e72db1b5621c8fa974c0350dafa08566f91c3b2e - 0.0% (132 Bytes)
/bin/sh -c #(nop) ADD file:76679eeb94129df23c99013487d6b6bd779d2107bf07d194a524fdbb6a961530 in /
2016-06-09 21:28:43 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2016-06-09 21:35:50 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-06-09 21:37:09 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-06-10 21:36:11 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gcc libc6-dev make && rm -rf /var/lib/apt/lists/*
2016-07-18 17:23:45 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7rc2
2016-07-18 17:23:46 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_URL=https://golang.org/dl/go1.7rc2.linux-amd64.tar.gz
2016-07-18 17:23:46 UTC/bin/sh -c #(nop) ENV GOLANG_DOWNLOAD_SHA256=145e486499d349757cbb7ae8dfeeea5d7a76f146f6c8880173fe3d0aacc5dd42
2016-07-18 17:23:56 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-07-18 17:23:59 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2016-07-18 17:23:59 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-07-18 17:24:00 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2016-07-18 17:24:01 UTC/bin/sh -c #(nop) WORKDIR /go
2016-07-18 17:24:01 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2016-07-18 17:24:03 UTC/bin/sh -c mkdir -p /go/src/app
2016-07-18 17:24:03 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2016-07-18 17:24:04 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2016-07-18 17:24:04 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2016-07-18 17:24:05 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2016-07-18 17:24:05 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.