2019-08-21 22:08:21 UTC
124 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:386917d33cd4db230c24457c55c22bc9f639979df078521f2e6d9b2c6df01f0f - 2.14% (2.65 MB)
[#001] sha256:d4d42472555274517844b597e8a4034f904c2b9f58f096d6b65ad33ab5e32e57 - 0.23% (295 KB)
[#002] sha256:85e9c8f796fdffda54a043962937610ccaa66be6f58317c3a25fc08858b69d0d - 0.0% (154 Bytes)
[#003] sha256:83a447c0055a3c4cc90c2aa4d8a233d172cbb37c86578a5d497931f7c4b3908c - 97.62% (121 MB)
[#004] sha256:e8c8f2eda31c306593b5cd97458c06d302c0c9892b19569d31d19005c41a34d6 - 0.0% (125 Bytes)
/bin/sh -c #(nop) ADD file:4397f7d19c881dcb404ed8795594687ec32635fb21d40560c06fc60b29c844c4 in /
2019-08-20 20:38:45 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:40:32 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 21:40:32 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:02:39 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 22:08:19 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 22:08:19 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 22:08:20 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
2019-08-21 22:08:21 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 22:08:21 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-22 00:01:44 UTC
124 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 2.15% (2.66 MB)
[#001] sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 - 0.23% (295 KB)
[#002] sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf - 0.0% (154 Bytes)
[#003] sha256:d5e3e7beacc2cbbdae6a45e1d194c9a62cb4c6b0f3cc10cf1eb956a8a1754ec5 - 97.62% (121 MB)
[#004] sha256:6ec5c9d083d38f6d37730aa9b4d7ceef0afcd903df678f3580823e89a42daacd - 0.0% (124 Bytes)
/bin/sh -c #(nop) ADD file:fe64057fbb83dccb960efabbf1cd8777920ef279a7fa8dbca0a8801c651bdf7c in /
2019-08-20 20:19:55 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 20:59:29 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 20:59:29 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 23:58:59 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-22 00:01:42 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-22 00:01:43 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-22 00:01:43 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
2019-08-22 00:01:43 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-22 00:01:44 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-21 22:53:13 UTC
120 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1df32bae7504a32024616c66017cd5df04dd98eaf150f8df45fffef2547a3c54 - 2.05% (2.45 MB)
[#001] sha256:7b914c78d4923406a337909fe421ca2f4612f590291c005351bfc8ce0f2accbb - 0.24% (295 KB)
[#002] sha256:03e449f514525cb5a2ed7d215785049f869fc76c81ae1087195fe63f08579286 - 0.0% (154 Bytes)
[#003] sha256:08c9d3e50cb2e129e8894e553a3aaeb226bd1aa0f42380602dff053b8a89732f - 97.71% (117 MB)
[#004] sha256:18a0183dd44f8e6a7ea3744622765d6523bd81a9d47b44d808411813fe0b0889 - 0.0% (157 Bytes)
/bin/sh -c #(nop) ADD file:1c1fb81fb6766a3c124779a191b8187d0b4835d3d221e937952778bae0b0562b in /
2019-08-20 19:49:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 20:29:25 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 20:29:26 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:49:24 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 22:53:07 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 22:53:09 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 22:53:10 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
2019-08-21 22:53:13 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 22:53:13 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-21 23:01:35 UTC
119 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:33b18ff7f9b776f4049934d6f7e29a4dc7b45b42e5e686425c7673b2bbfec7de - 1.9% (2.27 MB)
[#001] sha256:765cd5513c385982be9ffa1d1b510d824352690f3b446be4073937654730c80e - 0.24% (294 KB)
[#002] sha256:d907c75dee6d7a524b1276d441b59b170db549f88d1790ff3d1e818ebae5269c - 0.0% (154 Bytes)
[#003] sha256:1f4892cb5df78bc4299c9ecd7fae800ad1861b31dc5d3ce9220d7559681f2d22 - 97.86% (117 MB)
[#004] sha256:d480c1985ac40be064aca7b5eb310e02d07e938ef4b7ec308cfbde1b456bddad - 0.0% (155 Bytes)
/bin/sh -c #(nop) ADD file:fb8f939a5c1daf46111639106cd1ae6ee37e1cda1e10da42617adfcbd3f9b2cb in /
2019-08-20 19:57:32 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 20:46:02 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 20:46:04 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:59:00 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 23:01:31 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 23:01:33 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 23:01:33 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
2019-08-21 23:01:35 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 23:01:35 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-21 22:05:02 UTC
118 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 2.19% (2.59 MB)
[#001] sha256:02bb20f2603b4e336ffac319dd61e85e4e63af97199ba21ebf181f2c61e6c4ba - 0.24% (295 KB)
[#002] sha256:b62863a3550beeacb2ef844092cf6d764e3fbb976f78243827ee4f7eb5955d26 - 0.0% (154 Bytes)
[#003] sha256:b4b4666c17aae5ae2005c55b45453f3047cb1b6228578009f2bec822dd008367 - 97.57% (116 MB)
[#004] sha256:c582bf881c20315dd7070a6a162a51f777757c93e355f7256da83c0958846ffa - 0.0% (156 Bytes)
/bin/sh -c #(nop) ADD file:34737804ba78554795d5bcc75621595f8cc3d5b5887887d34e0e021b78e330b7 in /
2019-08-20 20:39:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 20:56:21 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 20:56:22 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:02:57 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 22:04: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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 22:04:59 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 22:05: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
2019-08-21 22:05:01 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 22:05:02 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-21 22:23:45 UTC
117 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:f6e17decc5b0c8e3fe1dd641401f72ceca0ff203a6afbdee90ac5b2de7d6d4cb - 2.28% (2.68 MB)
[#001] sha256:d7a5c4904340a9a7568f86ee7598975e3d02fef587722c8a57996a4aa5f6f18c - 0.25% (297 KB)
[#002] sha256:a6b4a72b702043938d5e666ca8e7d36e53c9159bb7c43e688392846d4bff0d5e - 0.0% (153 Bytes)
[#003] sha256:91889d1fbfb79d671e34070137c7d03338841fdc5dfb54a3d713936906e3c2c8 - 97.47% (114 MB)
[#004] sha256:df4e87e4ea795740608f721c3377a80f50d5e6fac823959bca86a7c850f48c38 - 0.0% (155 Bytes)
/bin/sh -c #(nop) ADD file:bf60cb6ea7fe629d44ad319eec34a0aac323391cb06849a19d51a26a50d07a7d in /
2019-08-20 20:26:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 22:50:34 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 22:50:38 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:21:44 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 22:23:31 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 22:23:37 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 22:23:39 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
2019-08-21 22:23:44 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 22:23:45 UTC/bin/sh -c #(nop) WORKDIR /go
2019-08-21 22:08:39 UTC
124 MB
1.13rc1
GOPATH/go
PATH/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:407ea80cb4d5f522b989a33f21507f3c566691fdbdc5a2c97d08ae37916c8501 - 1.98% (2.45 MB)
[#001] sha256:9ea2f754c713edf4fc754e6eddf48b0ecddff9b20dc2556dc512e02e5ba7b69c - 0.23% (295 KB)
[#002] sha256:f14cbff30a7fc565a630ec90ba1b2d54f1377d411f23129b8b54aeb7e8a9de6b - 0.0% (154 Bytes)
[#003] sha256:c9967242d8253dc902ae6b00db00ca874be42f10cd6a527fd6a206ae64492dd4 - 97.79% (121 MB)
[#004] sha256:14f7d6569ad42c9c907f9b90aac24b86600342afdd022a6f84454529d626e2f6 - 0.0% (126 Bytes)
/bin/sh -c #(nop) ADD file:413f55aefacb48a73d92bdf838f20fb33ffc2ed9ba404511b2428085c2366f38 in /
2019-08-20 20:42:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-08-20 21:36:10 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-08-20 21:36:11 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-08-21 22:06:17 UTC/bin/sh -c #(nop) ENV GOLANG_VERSION=1.13rc1
2019-08-21 22:08:36 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 'dc5c1f4501daf486f69ca9a795202b289824c303291bf26c42a5b6c1770ba3a9 *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
2019-08-21 22:08:37 UTC/bin/sh -c #(nop) ENV GOPATH=/go
2019-08-21 22:08:37 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
2019-08-21 22:08:39 UTC/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
2019-08-21 22:08:39 UTC/bin/sh -c #(nop) WORKDIR /go