Namespace
library
Image / Tag
golang:1.13.5-alpine
Content Digest
sha256:0991060a1447cf648bab7f6bb60335d1243930e38420bee8fec3db1267b84cfa
Details
Created

2019-12-26 21:48:54 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:57bbc6f150623b3e4f01930af4ab2efa6ed5df02319341a08b1ce0bbd7e4afdf - 2.16% (2.68 MB)

[#001] sha256:d234edb98bc2b4a3998e9b5818fe89e74ee3906d39392f68c93a48230c7e9dd0 - 0.23% (295 KB)

[#002] sha256:a11fc5b60f9f5ee49943592984ed2c5a8e1b9e17d0d411beae63b5e07f1e15bd - 0.0% (154 Bytes)

[#003] sha256:4ac428d21a41957d626e36fd59eca770a93d8802eb18578c72bf977632803858 - 97.6% (121 MB)

[#004] sha256:d0c0ee6d1a424d45ccdafbf6347fc8f61aa66c2679bd3fcff10e68adf260aeb2 - 0.0% (127 Bytes)


History
2019-12-24 19:38:57 UTC

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

2019-12-24 19:38:57 UTC

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

2019-12-26 21:40:32 UTC

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

2019-12-26 21:40:34 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:45:40 UTC

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

2019-12-26 21:48:51 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 21:48:52 UTC

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

2019-12-26 21:48:52 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-12-26 21:48:53 UTC

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

2019-12-26 21:48:54 UTC

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

Details
Created

2019-12-26 21:29:03 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:e6b0cf9c0882fb079c9d35361d12ff4691f916b6d825061247d1bd0b26d7cf3f - 2.16% (2.67 MB)

[#001] sha256:2848faf0eed1856a91e6e555fb1290737ce8c2351d97f5f470f01786e316ac88 - 0.23% (294 KB)

[#002] sha256:0f37312ad70f89848f31fa1184400ab6fbbccfadcc563c55afafb7dcbe887b10 - 0.0% (154 Bytes)

[#003] sha256:5788d62ee057e91b99f479e406325771816031729c0e518850fab2b59eb3cef1 - 97.61% (121 MB)

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


History
2019-12-24 19:20:12 UTC

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

2019-12-24 19:20:12 UTC

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

2019-12-26 21:24:09 UTC

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

2019-12-26 21:24:10 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:26:45 UTC

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

2019-12-26 21:29:01 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 21:29:02 UTC

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

2019-12-26 21:29:02 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-12-26 21:29:03 UTC

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

2019-12-26 21:29:03 UTC

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

Details
Created

2019-12-26 22:00:25 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:546eec1e02ac5f4494868d8b22e8ced00773a2fba8e25b3edd30002889874299 - 2.08% (2.49 MB)

[#001] sha256:14ade5ebcdc973a06e902e3ff887b38185aac0c1c5e9b3e8e7809da838aa9aae - 0.24% (295 KB)

[#002] sha256:5e0c56eb74c6f79e98f4056ea98dc3e603c8f489dd4779d58e1d1213f5cbcda0 - 0.0% (154 Bytes)

[#003] sha256:eff596689a72ada50f88e3a3e0bec06cdfc31bb453640b172c7e600477871a49 - 97.68% (117 MB)

[#004] sha256:1b88ca1063197e98257e579d8db704846261fbc0c241521b2a73052a9c11d148 - 0.0% (155 Bytes)


History
2019-12-24 18:49:41 UTC

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

2019-12-24 18:49:42 UTC

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

2019-12-26 21:54:03 UTC

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

2019-12-26 21:54:07 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:57:32 UTC

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

2019-12-26 22:00:17 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 22:00:20 UTC

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

2019-12-26 22:00:21 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-12-26 22:00:23 UTC

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

2019-12-26 22:00:25 UTC

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

Details
Created

2019-12-26 21:09:34 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:3922e475e500b2739b5e74787fc80622853325822f71f8bd3de7e5b09654d60f - 1.93% (2.3 MB)

[#001] sha256:13d326f0bb0083bcbbdf9137bdca42666cadb5ff42ef363c9e44008c925a4993 - 0.24% (294 KB)

[#002] sha256:e632c92f58d616e58372f6ef1f37e98e5f1b02f1f2d2296cb134fb695c2307af - 0.0% (153 Bytes)

[#003] sha256:54d2dd2db852bf362adeedef7ca3b6713834dfdfc9ac20f86e4086a8a5b2216d - 97.83% (117 MB)

[#004] sha256:622f7ac0685d0afe0e67dc4d590acd275d4de52f93b3f2c1a55571f13a951997 - 0.0% (156 Bytes)


History
2019-12-24 18:59:09 UTC

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

2019-12-24 18:59:10 UTC

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

2019-12-26 21:04:23 UTC

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

2019-12-26 21:04:25 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:07:19 UTC

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

2019-12-26 21:09:28 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 21:09:32 UTC

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

2019-12-26 21:09:32 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-12-26 21:09:34 UTC

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

2019-12-26 21:09:34 UTC

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

Details
Created

2019-12-26 21:49:19 UTC

Size

118 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:cde5963f3b93eec667cad527c99d80402a5a91a7a1381f7ffe562f215aec0c50 - 2.19% (2.59 MB)

[#001] sha256:2a23fa8c16f7dd95c9d4b0dac8b41013b1d5443c179584c1bd9bc372738c2a7e - 0.24% (295 KB)

[#002] sha256:777b288507921e36cb5373c59249e243eb212d58f61cfa8455a9bc1794c452a9 - 0.0% (153 Bytes)

[#003] sha256:8a11ddd9e5785e68e5cfa824e3faec7fd3c87a8216a7fbab9aa0a5f252954fca - 97.57% (116 MB)

[#004] sha256:4cf88f913ddb11378db765b404e9c628ec7b2997b61adc082dd498bafe4de474 - 0.0% (156 Bytes)


History
2019-12-24 20:26:15 UTC

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

2019-12-24 20:26:24 UTC

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

2019-12-26 21:44:17 UTC

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

2019-12-26 21:44:19 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:47:07 UTC

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

2019-12-26 21:49:03 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 21:49:11 UTC

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

2019-12-26 21:49:13 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-12-26 21:49:17 UTC

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

2019-12-26 21:49:19 UTC

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

Details
Created

2019-12-26 21:46:17 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:a5dee701e1e87430161d8fce67e77ee5e132bdbafe165c52490a36df654c7660 - 2.29% (2.69 MB)

[#001] sha256:6d22447e2e42b577446f24afe686e20385c950a177d9b5a9371bec81a2623e0b - 0.25% (297 KB)

[#002] sha256:27c4571385807c5a3fea2f7e33e599f72b278ec4dcf53b98d7e86b4b7c73ef54 - 0.0% (155 Bytes)

[#003] sha256:0f5bd86fdb3ba75b232f1a87d9e3df635bd4fe4a8eda829210bb3750f4ffb7b8 - 97.46% (114 MB)

[#004] sha256:2cb6bfd2d490a87434266108a3bc3890605e21f8e5928b8f3320b7d8c4b6ca38 - 0.0% (156 Bytes)


History
2019-12-24 19:28:37 UTC

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

2019-12-24 19:28:38 UTC

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

2019-12-26 21:41:20 UTC

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

2019-12-26 21:41:25 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 21:44:05 UTC

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

2019-12-26 21:45:58 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 21:46:04 UTC

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

2019-12-26 21:46:06 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-12-26 21:46:15 UTC

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

2019-12-26 21:46:17 UTC

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

Details
Created

2019-12-26 20:44:03 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.5

GOPATH

/go

PATH

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


Layers

[#000] sha256:bca389ebb9be8103bf737251d68f962104771b2f9c1fff1f7ae0207458fa4c86 - 1.99% (2.46 MB)

[#001] sha256:d80c20330ef3f554370f7a9a7898748f3f8fd4f8078bc2c80901358c41411753 - 0.23% (295 KB)

[#002] sha256:f89c1cb6d496f7063b44e5552a2450206f007d82c0467e4ebffb4edb8d4311c7 - 0.0% (154 Bytes)

[#003] sha256:9b30bacf92ca4ef5d873a9054e1048a582b9da19acd562130faa3f37fca669ac - 97.78% (121 MB)

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


History
2019-12-24 20:16:56 UTC

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

2019-12-24 20:16:56 UTC

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

2019-12-26 20:41:30 UTC

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

2019-12-26 20:41:31 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2019-12-26 20:42:55 UTC

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

2019-12-26 20:44:01 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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '27d356e2a0b30d9983b60a788cf225da5f914066b37a6b4f69d457ba55a626ff *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-12-26 20:44:02 UTC

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

2019-12-26 20:44:02 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-12-26 20:44:02 UTC

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

2019-12-26 20:44:03 UTC

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