2017-05-23 22:20:48 UTC
253 MB
1.8.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 19.79% (50.1 MB)
[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 7.25% (18.4 MB)
[#002] sha256:9021b2326a1e3a942223c7e349a92203df184f2dcca45f5be7b0b80ac50e2ccf - 16.27% (41.2 MB)
[#003] sha256:96109dbc0c87efa909696eecf0f13ae03eb8c777638a5593f49652f718ae27a1 - 22.82% (57.8 MB)
[#004] sha256:86e85c214a6d14204fa0505efc3127bf70e7a48e941f6b0b774c7cb83c954b0e - 33.87% (85.8 MB)
[#005] sha256:722b17304476dd5fc2d68caafa63231d098cd0ef47e7f1a39c62bcfa6c70ca7d - 0.0% (126 Bytes)
[#006] sha256:421938132e69411cdefb982f221b091787ad344fe01d23475935aa677a330ac4 - 0.0% (1.32 KB)
[#007] sha256:831e8544251c36414398a6fbb5ddde85dd514ce229173c01ca59f0503912f137 - 0.0% (133 Bytes)
/bin/sh -c #(nop) ADD file:f4e6551ac34ab446a297849489a5693d67a7e76c9cb9ed9346d82392c9d9a5fe in /
2017-05-08 23:28:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-08 23:53:11 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-05-08 23:54:32 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/*
2017-05-09 16:43:54 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/*
2017-05-23 22:20:01 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.2
2017-05-23 22:20:16 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in ppc64el) goRelArch='linux-ppc64le'; goRelSha256='031035eab11903237e02007fc69c085bd4769ff2e2aa5e9af427ddaed3d37e2b' ;; i386) goRelArch='linux-386'; goRelSha256='00bc94606610bf25c660d6106fa8e61cca6a276c046f3ceb9091053e99ceebe9' ;; s390x) goRelArch='linux-s390x'; goRelSha256='f091afb86501191270e14a653a056e8e7635e18a72e43cfbd13093b2482ca7a8' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='a1942b2833e7d2685d7dbb7ac81c66125c351f24c7f006e8ae4a4283905257d1' ;; amd64) goRelArch='linux-amd64'; goRelSha256='5477d6c9a4f96fa120847fafa88319d7b56b5d5068e41c3587eebe248b939be7' ;; *) goRelArch='src'; goRelSha256='e10401faaa8ae29dbe87349c1814b07b1903d453f822215d7b274bbc335cbf79'; echo >&2; echo >&2 "warning: current architecture ($dpkgArch) does not have a corresponding Go binary release; will be building from source"; echo >&2 ;; esac; url="https://golang.org/dl/go${GOLANG_VERSION}.${goRelArch}.tar.gz"; wget -O go.tgz "$url"; echo "${goRelSha256} *go.tgz" | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; if [ "$goRelArch" = 'src' ]; then echo >&2; echo >&2 'error: UNIMPLEMENTED'; echo >&2 'TODO install golang-any from jessie-backports for GOROOT_BOOTSTRAP (and uninstall after build)'; echo >&2; exit 1; fi; export PATH="/usr/local/go/bin:$PATH"; go version
2017-05-23 22:20:17 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-05-23 22:20:18 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
2017-05-23 22:20:19 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-05-23 22:20:20 UTC/bin/sh -c #(nop) WORKDIR /go
2017-05-23 22:20:21 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2017-05-23 22:20:44 UTC/bin/sh -c mkdir -p /go/src/app
2017-05-23 22:20:45 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2017-05-23 22:20:46 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2017-05-23 22:20:46 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2017-05-23 22:20:47 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2017-05-23 22:20:48 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install