2018-01-24 07:54:59 UTC
255 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d99577c7ee3d4d82987bedaeb10f3244ff7e19e41c5259bb8cac00568d1c4271 - 19.76% (50.3 MB)
[#001] sha256:d94aafa6d6f35f82e1fdc93cd4f7f6ab829f6297c8defaaa911dfb2de063bf3d - 8.09% (20.6 MB)
[#002] sha256:ddd19391b0ebd36e15e21cb3a6728c5950937634b9c81ecc7e3d1422b1dc25eb - 16.45% (41.9 MB)
[#003] sha256:20aa86ab7120bd1e9ea8b837e4214900b372d92eb679954b43556c8ddd6bd726 - 22.7% (57.8 MB)
[#004] sha256:f8872d36fa14628e8947580d70c755f3bcbb680a7c383c977ac8bc31e8bb0a87 - 33.0% (84 MB)
[#005] sha256:e01c981815e7998661fd9016d3d83dc45b4c430f6c566bd7084575431aaaeba1 - 0.0% (126 Bytes)
[#006] sha256:337a560bd26b9b42ad612fa8fd601de92a2bcaccfe04cda1ff664a685f837f5d - 0.0% (1.34 KB)
[#007] sha256:fa980cc3914a5450d62016bc39824e98bba46c12382a4a406317c8af7c6d478f - 0.0% (137 Bytes)
/bin/sh -c #(nop) ADD file:235a40e05b677eb2ae7e7a3cc5cbb0cda242ff15dddb87cb8dc9bb0cd2d6aed8 in /
2017-12-12 14:19:55 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 16:53:52 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-12-12 16:53:53 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 16:54:45 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-12-12 20:40:05 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/*
2018-01-24 07:25:26 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-24 07:25:41 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-24 07:34:40 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-24 07:34:40 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
2018-01-24 07:34:41 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-24 07:34:41 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-24 07:35:01 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-24 07:54:58 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-24 07:54:58 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-24 07:54:58 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-24 07:54:59 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-24 07:54:59 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-24 07:54:59 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
2018-01-23 23:35:18 UTC
264 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f49cf87b52c10aa83b4f4405800527a74400fb19ea1821d209293bc4d53966aa - 19.03% (50.2 MB)
[#001] sha256:7b491c575b06601bb07a2d88bfc3ace6c6005edc1b4d8da3ba6e37e04e9592d6 - 6.97% (18.4 MB)
[#002] sha256:b313b08bab3b8bbcf0de4171a2a80a01e67fab094f272819b76a58705d21ab28 - 15.65% (41.2 MB)
[#003] sha256:215a2061b8a4684d7d6f0cf053f771952894c68410baee0f07c2a4b86f03c981 - 22.03% (58.1 MB)
[#004] sha256:25929c8a75a889a82d8d498de7e82d28c8a13d844c4318ed60ebe18779cc7035 - 36.32% (95.7 MB)
[#005] sha256:b34cfe5e2cc92b222df571189cbef58fcb2a07e38fbd2ebc757688256714025e - 0.0% (126 Bytes)
[#006] sha256:514a767aa970508c5c1c94e66163a46940d27cd350ea196f4953b1d6a3055b55 - 0.0% (1.33 KB)
[#007] sha256:3c1d5b63bd851f6bb82f1a83a77c5e97fd5478eabae350be5e3d91553054e205 - 0.0% (135 Bytes)
/bin/sh -c #(nop) ADD file:1dd78a123212328bdc72ef7888024ea27fe141a72e24e0ea7c3c92b63b73d8d1 in /
2017-12-12 01:41:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 07:49:00 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-12-12 07:49:01 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 07:49:30 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-12-12 11:29:41 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/*
2018-01-23 23:14:42 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-23 23:14:55 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-23 23:14:56 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-23 23:14:56 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
2018-01-23 23:14:57 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-23 23:14:57 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-23 23:14:58 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-23 23:35:17 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-23 23:35:17 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-23 23:35:17 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-23 23:35:17 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-23 23:35:18 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-23 23:35:18 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
2018-01-24 00:11:44 UTC
227 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:95e140a16c792899abc97cadee0138064dd21346fe51aa332ca4cbbd5563383c - 20.49% (46.4 MB)
[#001] sha256:237499cbbf2c5155fadc128c997700f0c5ec6355ba9704d0ec3f81c29640c9c4 - 7.69% (17.4 MB)
[#002] sha256:72f718f16c2f9a8213b99fcb49e72dad0036d1426f09c089f1e389b684f26520 - 16.72% (37.9 MB)
[#003] sha256:86e1668293f83addf89265fa6451fd42285d408e35a7224d099d39165e2078e8 - 18.49% (41.9 MB)
[#004] sha256:e259fbb6f1b3178030a325d72e4c0122264b004513d02e16ec7a59f0bfad2e9f - 36.62% (83 MB)
[#005] sha256:12b8100567beeb0e1a151d80865c59b3efcac92b488cfaa19b01a6b74e58b360 - 0.0% (156 Bytes)
[#006] sha256:7f2814f75414cc9e46cb374bacbd599ec6a09ce90861884a8ea00642dd8c8f5b - 0.0% (1.33 KB)
[#007] sha256:415c519d2ab3f6733b2b9abb43ac10bfab3d63bce3ba37ba163fe990670717ad - 0.0% (168 Bytes)
/bin/sh -c #(nop) ADD file:aeb57f3a84dc1b93e1d38a80409a407df553344149d5070ed79b656865c90c54 in /
2017-12-12 13:27:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 14:14:10 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-12-12 14:14:11 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 14:15:24 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/*
2018-01-20 00:53:10 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/*
2018-01-24 00:10:12 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-24 00:11:19 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-24 00:11:23 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-24 00:11:24 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
2018-01-24 00:11:29 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-24 00:11:29 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-24 00:11:31 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-24 00:11:41 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-24 00:11:42 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-24 00:11:42 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-24 00:11:43 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-24 00:11:44 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-24 00:11:44 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
2018-01-24 21:16:10 UTC
229 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7e6d91e96b32c4999458c6c0cda42f920e41aab0cfbf3153f6e013b222bf084d - 20.8% (47.6 MB)
[#001] sha256:19f2d61ff35851bad52cd6e85a1aa2c7b986069f0e062b7199ea07bc705f60cc - 7.81% (17.9 MB)
[#002] sha256:0113d3a736bdb3c71bbdebc354892ca5b3e58753ed7a23231f8335c9ef0dc4a2 - 17.09% (39.1 MB)
[#003] sha256:9cec6ff402c065d24d4245cfa07d4453140ba10db6f6a7c21ea16d4fc5f100f1 - 18.43% (42.2 MB)
[#004] sha256:d2fee73b37f6964a4812d5815735653723d6cd5d45978989e67bf60669bb91d6 - 35.88% (82.2 MB)
[#005] sha256:86cc901b005cb631a5807c9ed54b8e9472da8791e6d7bf1188ccce820f103da3 - 0.0% (125 Bytes)
[#006] sha256:b402ec021bfa55da3868609fa4ec21e72e17b82ffc37bcb49ff1f84b4fb6cba2 - 0.0% (1.34 KB)
[#007] sha256:8a3590b994bf20347a8e4b892cc246d4a434f9e0523bab0e9f17852aa17075ab - 0.0% (135 Bytes)
/bin/sh -c #(nop) ADD file:f0da52be154f821919dcbfb92afd89714053ae507038126715c96ac77a6768e1 in /
2017-12-12 18:24:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-15 15:52:43 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-12-15 15:52:45 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-15 15:54:11 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-12-16 00:00:17 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/*
2018-01-24 21:10:54 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-24 21:11:19 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-24 21:11:20 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-24 21:11:22 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
2018-01-24 21:11:24 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-24 21:11:26 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-24 21:11:27 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-24 21:16:04 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-24 21:16:05 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-24 21:16:06 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-24 21:16:08 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-24 21:16:09 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-24 21:16:10 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
2018-01-24 16:57:10 UTC
237 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:75c28926027fc0404a0d21450475473243a59e8fc55443a62d1d744693ec19e9 - 20.87% (49.4 MB)
[#001] sha256:6994e7d2dd732e57cd3bac94b995dab8a2711f30cf738f70bd4730a512f403ca - 7.74% (18.3 MB)
[#002] sha256:fb98bd09f482269961d36e59c72c340d0f8f4ba6d9efc5f96665114b216aa443 - 17.23% (40.8 MB)
[#003] sha256:2062408a0216161680f2ea6cf7b091d160f08d84d9767eace0ab6589e48b98fa - 19.64% (46.5 MB)
[#004] sha256:0e59aaa4439ffcba41dfd6dcb375f509ee48ed0159194d6ef4df49496a8f3967 - 34.52% (81.7 MB)
[#005] sha256:781f1fddc43a0c2a961176433561464840336467fedca1f98ab1dec135564b30 - 0.0% (157 Bytes)
[#006] sha256:2aca6fcbd66a38666998449b55f2fc9f8688e87c9c8bc947202b5f5905bf036e - 0.0% (1.33 KB)
[#007] sha256:a2dc1f2eeb796f2cbb3f2299083b011955fe01a47c4062d34cc83f3a6d107bbb - 0.0% (168 Bytes)
/bin/sh -c #(nop) ADD file:a66da0d75afce2da6174648a861b98f8e9999028d4f04a59288ca92a090256e2 in /
2017-12-12 01:32:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 02:52:01 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-12-12 02:52:05 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 02:55:05 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-12-15 06:08:44 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/*
2018-01-24 16:54:50 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-24 16:55:06 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-24 16:55:08 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-24 16:55:09 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
2018-01-24 16:55:13 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-24 16:55:14 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-24 16:55:16 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-24 16:56:57 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-24 16:57:00 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-24 16:57:06 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-24 16:57:07 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-24 16:57:08 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-24 16:57:10 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper install
2018-01-24 11:45:04 UTC
231 MB
1.8.6
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:98cfcbfa76c6d2a42223dc7a44505bdd260000bffd3ecbb983cb33213128499b - 21.81% (50.3 MB)
[#001] sha256:e5a54c25ad661f258cad7c32f6c27f8a2ff7d463df9cbd8752d4ec4b8b2d8bfd - 8.04% (18.6 MB)
[#002] sha256:18e5f78145fbef3e222ea15ef8dd488c43ed84acd1a4cf20968bd87c6831b703 - 17.92% (41.4 MB)
[#003] sha256:7ecc56a2bb5da5a6f89bd108d0053fcec9aeceab40a82d0702a31afdfb69c920 - 17.37% (40.1 MB)
[#004] sha256:e0ad0eaf7d5e2571766e0038e48f891a6e9ed3850345c14ca27e5562e6d60bc5 - 34.85% (80.5 MB)
[#005] sha256:e999d31ac6144013eb2eac0cfaf66e23aac5a171d079ab828ebc76aa14a65e52 - 0.0% (124 Bytes)
[#006] sha256:10c9a2c8d15eaeb0a16c1205f4abf617a0f8c25d3e9f30e11a9d29c05148a096 - 0.0% (1.34 KB)
[#007] sha256:3905a745a112e5c2a138d89727377b60146bfac8cba05ee3082e2d0a9bcb6653 - 0.0% (136 Bytes)
/bin/sh -c #(nop) ADD file:f85dc45c68f6f29cc10d6ef236674dedc10522f11b6fa2e8a6b10a4409ca0bc7 in /
2017-12-12 06:22:40 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 06:53:37 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-12-12 06:53:37 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 06:54:10 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-12-12 09:44:29 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/*
2018-01-24 11:43:16 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.8.6
2018-01-24 11:43:24 UTC/bin/sh -c set -eux; dpkgArch="$(dpkg --print-architecture)"; case "${dpkgArch##*-}" in amd64) goRelArch='linux-amd64'; goRelSha256='f558c91c2f6aac7222e0bd83e6dd595b8fac85aaa96e55d15229542eb4aaa1ff' ;; armhf) goRelArch='linux-armv6l'; goRelSha256='590cd6a06bb7482b0fb98d8a4f3a149975a9bfa6a32f20e85a4c0c68f3dc120d' ;; arm64) goRelArch='linux-arm64'; goRelSha256='7ed8fd5b4109394e23a6a120686b8ee91806d6f9b16222ca9dbc8778e7a2fbc4' ;; i386) goRelArch='linux-386'; goRelSha256='04e8a97ef3431e3157fe2629f9b162f8f845ea52bddf8b56bad2c9e21041b3b6' ;; ppc64el) goRelArch='linux-ppc64le'; goRelSha256='9a02793709d68085929c492f3f9cad140845185eaef8510f66c8a79fed2170e2' ;; s390x) goRelArch='linux-s390x'; goRelSha256='571c438b3b9df2b3b9987712a3ce8c0ace6c0d45c3ac3d9224d864e2aa8cbd89' ;; *) goRelArch='src'; goRelSha256='efc1221d3ae033c69e149801eff1d9872e214832a89f089fc5beb7a9fd98d9fb'; 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
2018-01-24 11:43:25 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-01-24 11:43:25 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
2018-01-24 11:43:25 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-01-24 11:43:25 UTC/bin/sh -c #(nop) WORKDIR /go
2018-01-24 11:43:26 UTC/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/
2018-01-24 11:45:03 UTC/bin/sh -c mkdir -p /go/src/app
2018-01-24 11:45:03 UTC/bin/sh -c #(nop) WORKDIR /go/src/app
2018-01-24 11:45:03 UTC/bin/sh -c #(nop) CMD ["go-wrapper" "run"]
2018-01-24 11:45:03 UTC/bin/sh -c #(nop) ONBUILD COPY . /go/src/app
2018-01-24 11:45:04 UTC/bin/sh -c #(nop) ONBUILD RUN go-wrapper download
2018-01-24 11:45:04 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.