2017-05-09 16:46:16 UTC
248 MB
1.7.5
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 20.24% (50.1 MB)
[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 7.42% (18.4 MB)
[#002] sha256:9021b2326a1e3a942223c7e349a92203df184f2dcca45f5be7b0b80ac50e2ccf - 16.64% (41.2 MB)
[#003] sha256:96109dbc0c87efa909696eecf0f13ae03eb8c777638a5593f49652f718ae27a1 - 23.34% (57.8 MB)
[#004] sha256:54f7bfe6bf237646523e4736d3c06583dca1686c2808984bb59ab4c87061f54c - 32.36% (80.2 MB)
[#005] sha256:27fc4ce1d1c292e4b540e8359dde7696b070acc17d7c35a1516be4859076fe87 - 0.0% (126 Bytes)
[#006] sha256:e247614061ed6d965b08ae63275758281ed04a81ea69be6ac7fe9e87bc844500 - 0.0% (1.32 KB)
[#007] sha256:a0995aef7964404adf093a48a035c7c0aa66a09f405db64fca79f8417ce4c32f - 0.0% (132 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-09 16:45:39 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.7.5
2017-05-09 16:45:47 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in ppc64el) goRelArch='linux-ppc64le'; goRelSha256='ced737e36f2b2017b59f31cce86f50a2519245f017a81b8dce93bf986717e3ed' ;; i386) goRelArch='linux-386'; goRelSha256='432cb92ae656f6fe1fa96a981782ef5948438b6da6691423aae900918b1eb955' ;; s390x) goRelArch='linux-s390x'; goRelSha256='858df47609594570479ff937e3704c58e06b40e485ce29d7f934eae87b7a4450' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='cf93c8171dda189c226fe337e3aae11db24bd600841caab36c91d753f631aa2b' ;; amd64) goRelArch='linux-amd64'; goRelSha256='2e4dd6c44f0693bef4e7b46cc701513d74c3cc44f2419bf519d7868b12931ac3' ;; *) goRelArch='src'; goRelSha256='4e834513a2079f8cbbd357502cccaac9507fd00a1efe672375798858ff291815'; 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-09 16:45:48 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2017-05-09 16:45:49 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-09 16:45:50 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2017-05-09 16:45:51 UTC/bin/sh -c #(nop) WORKDIR /go
2017-05-09 16:45:52 UTC/bin/sh -c #(nop) COPY file:f6191f2c86edc9343569339f101facba47e886e33e29d70da6916ca6b1101a53 in /usr/local/bin/
2017-05-09 16:46:12 UTC/bin/sh -c mkdir -p /go/src/app
2017-05-09 16:46:13 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2017-05-09 16:46:14 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2017-05-09 16:46:15 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2017-05-09 16:46:16 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2017-05-09 16:46:16 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install