Namespace
library
Image / Tag
golang:1.9.2-alpine3.7
Content Digest
sha256:c26d7183c5d6341ef2eb8a8c7e6e2053a7f9d03e7a156bca2dd17c46629cff44
Details
Created

2017-12-13 06:36:02 UTC

Size

76.6 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:381c1d4107a4401d75b916e6dc4331efddc01adac41f49eeaa711ab898606a1a - 2.65% (2.03 MB)

[#001] sha256:a29cce73050e1b58c218a1c94cd8c9f719d38530500ab97333eac5fdaf385dbc - 0.0% (175 Bytes)

[#002] sha256:7c0ae4e806e0bcf689aa4fc0b9db5412643bb52ddb2b64550bcb9b7577363a0c - 0.38% (302 KB)

[#003] sha256:f864f573aa2dd7f35062538760773145ccb3aac0e72a1052be42e061b3fa749a - 0.0% (1.09 KB)

[#004] sha256:6f8c34eb7b24754d1b7ae81996e37940786f6ce1d805f310c9574fb83e313d78 - 96.97% (74.3 MB)

[#005] sha256:3e682ab57edd78c59e4125506400c7412d05c5cf18f10d5838aa1ede66bc598d - 0.0% (126 Bytes)

[#006] sha256:4a4c234f16b9959d4518423a155e4441c0e51e559a381f4263fef0f05a543b43 - 0.0% (1.33 KB)


History
2017-12-01 18:46:48 UTC

/bin/sh -c #(nop) ADD file:614c07101e677db9a4118a71c852a2be45a337d94c5bedfb48ae8c4cad21d625 in /

2017-12-01 18:46:48 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:46:48 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-12-09 06:31:45 UTC

/bin/sh -c apk add --no-cache ca-certificates

2017-12-13 06:34:30 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2017-12-13 06:34:31 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2017-12-13 06:36: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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2017-12-13 06:36:00 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2017-12-13 06:36:01 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-12-13 06:36:02 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2017-12-13 06:36:02 UTC

/bin/sh -c #(nop) WORKDIR /go

2017-12-13 06:36:02 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/

Details
Created

2018-01-09 22:26:16 UTC

Size

78.4 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 2.51% (1.97 MB)

[#001] sha256:f32d2ea7337847f228582ff9da53aa97c2a76ec1cbdb95f355fdd31ce5d26c9a - 0.37% (301 KB)

[#002] sha256:6f0af8a7c236ea0c3ac5242b2522fd2afe551288d247ee49ded873226b07d632 - 0.0% (1.09 KB)

[#003] sha256:74aff88b386840015a86564e7a2ee94a56598c1d3ef8961cbcba843da11a72c0 - 97.11% (76.1 MB)

[#004] sha256:b71b7a72e630ca34df3864a38418b3421a8877602a2077dbf73817badea96837 - 0.0% (126 Bytes)

[#005] sha256:b5b8077ee483062e4fe5a842fa6933828535fe331a51a5dabadbbff1b9f94d27 - 0.0% (1.33 KB)


History
2018-01-09 21:10:58 UTC

/bin/sh -c #(nop) ADD file:093f0723fa46f6cdbd6f7bd146448bb70ecce54254c35701feeceb956414622f in /

2018-01-09 21:10:58 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-01-09 22:08:22 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-01-09 22:19:17 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2018-01-09 22:19:18 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-09 22:20:27 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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-09 22:26:15 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-01-09 22:26: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-01-09 22:26:16 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-01-09 22:26:16 UTC

/bin/sh -c #(nop) WORKDIR /go

2018-01-09 22:26:16 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/

Details
Created

2018-01-20 00:00:02 UTC

Size

75.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:95d54dd4bdadebb53f9b91b25aa7dc5fcb83c534eb1d196eb0814aa1e16f3db2 - 2.57% (1.94 MB)

[#001] sha256:72bf7d76c39215a547858ef9260990b9b80c0e679bb2f6ceef942d7b6d0eeec3 - 0.0% (175 Bytes)

[#002] sha256:770a0c6809b3d19f3e5652a04af63df39131ea6934d8c819c88e439591b8ebcc - 0.39% (302 KB)

[#003] sha256:1560d3a4f3b6894862b6c45a07b6c19e88b0e600751085c585487600b6e5d85c - 0.0% (1.09 KB)

[#004] sha256:84b9cf45cba2f2bb7aea32dff5ef7b6171d7ec8274d890a0cb45bfe0bf873e63 - 97.04% (73.4 MB)

[#005] sha256:d821a3b0407bac9248bfc0facd0945bd2c861e920679572704936a844d7413b1 - 0.0% (126 Bytes)

[#006] sha256:1ffa0bd7dac603a4ab2ef6e980572b8b7dd61adf334d80c7e8f7d4cfc8a7440b - 0.0% (1.33 KB)


History
2017-12-01 18:41:45 UTC

/bin/sh -c #(nop) ADD file:966d84204dc4860e9281f7c93c792137c88298edb284f267def4b38a11b79a1f in /

2017-12-01 18:41:45 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:46 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2018-01-19 23:25:37 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-01-19 23:45:15 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2018-01-19 23:45:16 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-19 23:59:50 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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-19 23:59:55 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-01-19 23:59: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-20 00:00:00 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-01-20 00:00:01 UTC

/bin/sh -c #(nop) WORKDIR /go

2018-01-20 00:00:02 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/

Details
Created

2017-12-12 20:56:50 UTC

Size

74.1 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b78042c299ad99d1e646b18762d4bc22a84c4f88e5bb491ea6293a10f53ddf79 - 2.56% (1.9 MB)

[#001] sha256:6fd45b97b6c2a3ac869ae5c99e087e97bc29714b165180e06f0c9116f400f2dd - 0.0% (175 Bytes)

[#002] sha256:660093e5ae1b303373dac44a518743db0a535330a44f561a0b1c66c666b88102 - 0.4% (301 KB)

[#003] sha256:69bedfb31cf392f72b09e05e7ec8b9615dc4239eba5b69522ca733d2f4b83480 - 0.0% (1.09 KB)

[#004] sha256:c5620e4c6f588b90be2b5ec3ee3e62bad1419dd875d62f388885d89c4636e3ea - 97.04% (71.9 MB)

[#005] sha256:0ed9705e61eb98556918754c68d88a86ffbbc760c06cde8c6246c9a5c776b4bd - 0.0% (126 Bytes)

[#006] sha256:fd7501db8dc4992d8181e11a1f53271f31ed01191990376e689c1e87c97dbbb2 - 0.0% (1.32 KB)


History
2017-12-01 18:42:42 UTC

/bin/sh -c #(nop) ADD file:a6ef3cbbb1c0e5dfc6c3e41d70fd93e548594d9cb42c067e52df46d418c10a79 in /

2017-12-01 18:42:42 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:42:43 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-12-08 20:56:00 UTC

/bin/sh -c apk add --no-cache ca-certificates

2017-12-12 20:55:08 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2017-12-12 20:55:09 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2017-12-12 20:56:45 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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2017-12-12 20:56:46 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2017-12-12 20:56:47 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-12-12 20:56:49 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2017-12-12 20:56:49 UTC

/bin/sh -c #(nop) WORKDIR /go

2017-12-12 20:56:50 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/

Details
Created

2017-12-13 16:52:02 UTC

Size

73.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0da653ea85b50d280ec56ca2eafb7e8b37590630356e043fa9ff162d55732a23 - 2.69% (1.99 MB)

[#001] sha256:9fd90b777cc38b5b6ca1b2407e647fdc22ef31b57ef98e924e7e0635adffc385 - 0.0% (176 Bytes)

[#002] sha256:3a20001eec33ea080aaab05de3968f72c84928f760210406a0ad2e86b0361055 - 0.4% (303 KB)

[#003] sha256:7f41bc27dfdb056f13e6bcb4c7f064b967c42ad22adffd5c8795e25124c5241e - 0.0% (1.12 KB)

[#004] sha256:28055117b22e0188c5589c90d35a8b3264b5cb864d1b436e826b1bacb2917992 - 96.9% (71.4 MB)

[#005] sha256:a3d56f701ec3e6c531dbdd1dbe14bef9154efea18d7146264b7c4277ee2d578d - 0.0% (157 Bytes)

[#006] sha256:c7304bbb7731128622cdad4bebf9f1613baef7a143ee22ced166223b2453e360 - 0.0% (1.32 KB)


History
2017-12-01 18:41:54 UTC

/bin/sh -c #(nop) ADD file:791370adae5cfa8feec749693f5a995a01f58f0462b7aa675fc5bf991e1282b5 in /

2017-12-01 18:41:55 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:57 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-12-09 16:52:07 UTC

/bin/sh -c apk add --no-cache ca-certificates

2017-12-13 16:50:44 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2017-12-13 16:50:45 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2017-12-13 16:51:55 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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2017-12-13 16:51:57 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2017-12-13 16:51:58 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-12-13 16:52:00 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2017-12-13 16:52:01 UTC

/bin/sh -c #(nop) WORKDIR /go

2017-12-13 16:52:02 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/

Details
Created

2018-01-07 09:43:23 UTC

Size

77.7 MB

Content Digest
Environment
GOLANG_VERSION

1.9.2

GOPATH

/go

PATH

/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:11e7bc85614a236b32043d147930fd2bc9055af8642fe30e5e56142590572b0e - 2.68% (2.08 MB)

[#001] sha256:3f825cbb729285f1fe2a0cd1d4d36897e3fe2191c5ee044ce11a5d301dc64a34 - 0.0% (175 Bytes)

[#002] sha256:c5208e5c258aa1ae009c142f81433bc2d33f2abab9ecb59aebee081866124af5 - 0.38% (302 KB)

[#003] sha256:1ea5e7ed81cdeabfb05a352442c4c5c823fb74bbd30c7fbf4308d26e611d2837 - 0.0% (1.09 KB)

[#004] sha256:5a4f41c034a76ce74f59508e8d036dfc9b285f8e5115bc3a1fe391cc0787f8df - 96.94% (75.3 MB)

[#005] sha256:c122333cae21eda22143925cf9d2cf89d531b68952c982d9c94143e9e4732622 - 0.0% (126 Bytes)

[#006] sha256:46f9b9f5cc3102739227df1535d37527aa762aff91ef2901abec3e830083cfaf - 0.0% (1.32 KB)


History
2017-12-01 18:41:57 UTC

/bin/sh -c #(nop) ADD file:9c09dfc247c393ab1c6205a4b7857047a3d88e398e8d35aede30f7d613ef1de9 in /

2017-12-01 18:41:58 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2017-12-01 18:41:58 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-12-09 11:40:24 UTC

/bin/sh -c apk add --no-cache ca-certificates

2018-01-07 09:42:30 UTC

/bin/sh -c #(nop) ENV GOLANG_VERSION=1.9.2

2018-01-07 09:42:30 UTC

/bin/sh -c #(nop) COPY multi:5340852d126c59a835fc30c4253b181919d512298cbb0226c1562e4ec4eba94c in /go-alpine-patches/

2018-01-07 09:43:21 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 '665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc *go.tgz' | sha256sum -c -; tar -C /usr/local -xzf go.tgz; rm go.tgz; cd /usr/local/go/src; for p in /go-alpine-patches/*.patch; do [ -f "$p" ] || continue; patch -p2 -i "$p"; done; ./make.bash; rm -rf /go-alpine-patches; apk del .build-deps; export PATH="/usr/local/go/bin:$PATH"; go version

2018-01-07 09:43:22 UTC

/bin/sh -c #(nop) ENV GOPATH=/go

2018-01-07 09:43:23 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-07 09:43:23 UTC

/bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

2018-01-07 09:43:23 UTC

/bin/sh -c #(nop) WORKDIR /go

2018-01-07 09:43:23 UTC

/bin/sh -c #(nop) COPY file:ea7c9f4702f94a0df05f60648914e97f7876c4a7c5163e7870dd98fa896ff722 in /usr/local/bin/