2018-11-03 10:44:01 UTC
106 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0a615535caf92b95d6aefc87792c439acc9382c9f2e6e6c4b3e03cbdb6dbf780 - 1.94% (2.07 MB)
[#001] sha256:31ddaaefef8d71bb2c30e7997b9ecdc5c2ae2fe5d5cc08ab092f712854b3bce9 - 0.0% (176 Bytes)
[#002] sha256:e88b48854e8ef7f7cc1c4127a24ceb33e8f9cf42661830e2259d41047ed2fa1c - 0.28% (302 KB)
[#003] sha256:a88eadf9be9fe933353c971717fb583fc86814426961e788d98cc5f5a0f22231 - 0.0% (154 Bytes)
[#004] sha256:4611aa249eaf96c8a1f6443b7fb15a9a699b1fe313a149a49432925cf57491b1 - 97.78% (104 MB)
[#005] sha256:b6774c0549647e4e5136b6265c11f22ef3c90ec42be9b29e82f23ec072b045d6 - 0.0% (125 Bytes)
/bin/sh -c #(nop) ADD file:93897520864ded37d275998a619998bf26766ad41a3f5a9a379830983cd4a34a in /
2018-09-12 10:38:44 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 10:38:44 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 11:58:34 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-12 11:58:35 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-03 10:41:58 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-03 10:44:00 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-03 10:44:00 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-03 10:44:00 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-11-03 10:44:01 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-03 10:44:01 UTC/bin/sh -c #(nop) WORKDIR /go
2018-11-02 23:55:01 UTC
107 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c67f3896b22c1378881cbbb9c9d1edfe881fd07f713371835ef46d93c649684d - 1.87% (2.01 MB)
[#001] sha256:414cf715db898fd1ae3a76199126baff0e9721f0e358821a81aad1b519772c05 - 0.27% (301 KB)
[#002] sha256:ca20e3239632ac69edae40601b8a72b30106a4df2279c50512201fd9f713507d - 0.0% (154 Bytes)
[#003] sha256:ec2485c5bf45aa51f726d77c44986d81696168c256eb6d61fb744bd330ca361e - 97.85% (105 MB)
[#004] sha256:b03482e4449cedc58254bb034865492bb415a77cd44e6f2eae3da6a26e0e7473 - 0.0% (126 Bytes)
/bin/sh -c #(nop) ADD file:49f9e47e678d868d5b023482aa8dded71276a241a665c4f8b55ca77269321b34 in /
2018-09-11 22:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-11 23:01:44 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-11 23:01:45 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-02 23:53:20 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-02 23:54:59 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-02 23:55:00 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-02 23:55:00 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-11-02 23:55:01 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-02 23:55:01 UTC/bin/sh -c #(nop) WORKDIR /go
2018-11-20 19:38:08 UTC
103 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c2dacc7b3755044bd80e7edb446986de7cfade7636ea19f3b7eb64e8c88bf3fd - 1.89% (1.96 MB)
[#001] sha256:684756a9d4ca4d4de310f5d47bb7c15bd0065aa787da5bab1736082d28281370 - 0.0% (175 Bytes)
[#002] sha256:c8201de5aff5b5115b5024e2f4ee682e96f65ff443ddd682323b7aa19e93e97b - 0.28% (302 KB)
[#003] sha256:3e900382208434531b1a9723e57f1c198a24b81081953075dfe5a3ac0460c9a4 - 0.0% (154 Bytes)
[#004] sha256:6dae0894007737da5649b5baad5756821927c9779402a627c2ae7a8c2d142c9f - 97.82% (101 MB)
[#005] sha256:f30fab5d742d5a5838130487b02a393993278be59485c5b594cd9da06b159b4e - 0.0% (156 Bytes)
/bin/sh -c #(nop) ADD file:47756a54e89ec523296aa20963b604f1619f1346f5ef85cd184d29694b45ca41 in /
2018-09-12 07:49:33 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 07:49:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 14:33:02 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-12 14:33:07 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-20 19:15:53 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-20 19:37:57 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-20 19:38:03 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-20 19:38:03 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-11-20 19:38:07 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-20 19:38:08 UTC/bin/sh -c #(nop) WORKDIR /go
2018-11-03 08:49:03 UTC
101 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f0599ed267cb750a3c0ebeb55004b5a818b7e9a7e8071b49e687d11349556868 - 1.88% (1.91 MB)
[#001] sha256:9e2c71dece06bcd39f8fb81b4fae422241fd8bfca8b0cb16ea4bc4b77c87f4af - 0.0% (176 Bytes)
[#002] sha256:ae3f4a1391079d7961eba2ea9cc2ce5e09a95517414bbb1dc7f40e72ca90c916 - 0.29% (301 KB)
[#003] sha256:52bca2a75d67cfa50b1190b48b46fc51c5ff41026856301f450959c56e584737 - 0.0% (155 Bytes)
[#004] sha256:754b8fbf176c33734454b9c0de8841c4967b6614fc43d761ca30970dcc8fd53f - 97.83% (99.2 MB)
[#005] sha256:c9d49108ffee2e2354a8a0d95295248f75f7953af955fda7ca2595ed0b70ee6a - 0.0% (126 Bytes)
/bin/sh -c #(nop) ADD file:d7effd9b71d0299a88ead16cb21ff39bd03c51dcd49408147c06b40183157703 in /
2018-09-12 08:41:30 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:41:31 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-10-03 08:55:02 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-10-03 08:55:04 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-03 08:46:08 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-03 08:48:48 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-03 08:48:59 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-03 08:49:00 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-11-03 08:49:02 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-03 08:49:03 UTC/bin/sh -c #(nop) WORKDIR /go
2018-11-03 08:21:23 UTC
101 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3a367126dc6775f614e406f6d1d269e4a42319112de1c53a8c08296e58f9057c - 1.97% (2 MB)
[#001] sha256:ee0538d3489283e7e8ac788c74877a7cd871c367157338ac3f124214b7038627 - 0.0% (176 Bytes)
[#002] sha256:b54092da6ca5cde8da0c2204277aabd5bd12f307a42131b6daf40d949e9feab5 - 0.29% (304 KB)
[#003] sha256:a879b3502434a3c580db6b6e99ac7b6ca7364e21f2457a611e8fa6338f3a00d6 - 0.0% (154 Bytes)
[#004] sha256:70c39c8da9e946e53e04b9ce37d71db63025d8b9767a33bcf0ffedb16db2dc50 - 97.73% (99.1 MB)
[#005] sha256:0a03059b6cd6271133cf586eac6410a4329fe1e45047fb56f52329eb159074a5 - 0.0% (157 Bytes)
/bin/sh -c #(nop) ADD file:204b7e967d010d32620f3fdef75c57f75b783f9f06afa192b0041e3b3fc35c94 in /
2018-09-12 08:17:47 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:17:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 10:11:16 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-12 10:11:20 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-03 08:19:34 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-03 08:21:05 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-03 08:21:13 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-03 08:21:15 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-11-03 08:21:21 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-03 08:21:23 UTC/bin/sh -c #(nop) WORKDIR /go
2018-11-03 11:45:42 UTC
107 MB
1.11.2
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6e61c3658cd6273d9aec7222b5e89d66892fed584a6f37e459c0e47646d98af3 - 1.95% (2.1 MB)
[#001] sha256:d67fa114a3493b4f57b8c5aa7b2a47b04392c611ccaf495f3e8881a9c33d6c19 - 0.0% (176 Bytes)
[#002] sha256:62d9314496f9a11b63a2b3c42e724d83980e58456be9659cb829d27e9c47a756 - 0.27% (302 KB)
[#003] sha256:ade711cb5ab6a5b6d38fe3b4464e277d7e7b378862902ea411e687b3aab0fe15 - 0.0% (155 Bytes)
[#004] sha256:db0afcffa2af36623b2a6e3f331d4b3ef9b2a295bbbd6d0a33fc73d8b4ed8525 - 97.77% (105 MB)
[#005] sha256:1ee9985803150062dbc2a415121129d8a8f6edb65b4557e315c361416ddbbc52 - 0.0% (124 Bytes)
/bin/sh -c #(nop) ADD file:a59da37af8f4febfa87a2102dfdd3a709cbcb545454395455d8892b079d5475a in /
2018-09-12 11:42:10 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 11:42:10 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 12:24:04 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-12 12:24:05 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-11-03 11:44:08 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.11.2
2018-11-03 11:45:39 UTC/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bash gcc musl-dev openssl go ; export GOROOT_BOOTSTRAP="$(go env GOROOT)" GOOS="$(go env GOOS)" GOARCH="$(go env GOARCH)" GOHOSTOS="$(go env GOHOSTOS)" GOHOSTARCH="$(go env GOHOSTARCH)" ; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) export GOARM='6' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '042fba357210816160341f1002440550e952eb12678f7c9e7e9d389437942550 *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; ./make.bash; rm -rf /usr/local/go/pkg/bootstrap /usr/local/go/pkg/obj ; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version
2018-11-03 11:45:39 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2018-11-03 11:45: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-11-03 11:45:40 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2018-11-03 11:45:42 UTC/bin/sh -c #(nop) WORKDIR /go