Namespace
library
Image / Tag
golang:1.14beta1-alpine
Content Digest
sha256:c7e5282629adb1c92fd2ceeec173bd5650afa34c34c142dba282baff4f51e15c
Details
Created

2020-01-18 07:05:40 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:f024b1263dc58db07a458b73ae1a2dca02ca55bef1ccd1fa3fd50656551fadf2 - 2.09% (2.68 MB)

[#001] sha256:d51d08eae3dcf47cd450c87c9ea787c8293e63405c12eb6ab24dbc68d5f1c126 - 0.22% (295 KB)

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

[#003] sha256:01d49a14eab55227621b9127c84356fc6440b93dcb53406a53f5e761b914ab22 - 97.69% (125 MB)

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


History
2020-01-18 01:38:44 UTC

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

2020-01-18 01:38:45 UTC

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

2020-01-18 07:02:55 UTC

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

2020-01-18 07:02:56 UTC

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

2020-01-18 07:02:56 UTC

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

2020-01-18 07:05: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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 07:05:39 UTC

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

2020-01-18 07:05: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

2020-01-18 07:05:40 UTC

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

2020-01-18 07:05:40 UTC

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

Details
Created

2020-01-18 02:09:59 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:c9b1b535fdd91a9855fb7f82348177e5f019329a58c53c47272962dd60f71fc9 - 2.08% (2.67 MB)

[#001] sha256:cbb0d8da1b304e1b4f86e0a2fb11185850170e41986ce261dc30ac043c6a4e55 - 0.22% (294 KB)

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

[#003] sha256:d56ead6a9b58bac2662c3adfa8f463c3e2c835b4b9b4c2c0c8c25faf15588e54 - 97.69% (125 MB)

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


History
2020-01-18 01:19:37 UTC

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

2020-01-18 01:19:37 UTC

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

2020-01-18 02:06:05 UTC

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

2020-01-18 02:06:05 UTC

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

2020-01-18 02:06:06 UTC

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

2020-01-18 02:09:56 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 02:09:57 UTC

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

2020-01-18 02:09:57 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

2020-01-18 02:09:59 UTC

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

2020-01-18 02:09:59 UTC

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

Details
Created

2020-01-18 06:29:34 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:832e07764099264ef96e50a1e5e41c52d6b0809bd054e29508a6878aa59d156d - 2.01% (2.5 MB)

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

[#002] sha256:439690e0c083aac08ba3afdf74ba79b8f50b530aed84c1d194e232c8ee4713a1 - 0.0% (155 Bytes)

[#003] sha256:bfc722677b269c158da784ab3d4e9e3ab67ed05c157775910390af6c797cbfd4 - 97.76% (122 MB)

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


History
2020-01-18 01:53:16 UTC

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

2020-01-18 01:53:17 UTC

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

2020-01-18 06:25:47 UTC

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

2020-01-18 06:26:01 UTC

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

2020-01-18 06:26:04 UTC

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

2020-01-18 06:29: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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 06:29:28 UTC

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

2020-01-18 06:29:30 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

2020-01-18 06:29:33 UTC

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

2020-01-18 06:29:34 UTC

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

Details
Created

2020-01-18 03:08:48 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:3a2c5e3c37b2e3d749405512ef3793aa45a2f5c11615d9e9efa80179262cdf27 - 1.86% (2.31 MB)

[#001] sha256:67cc1a5632a818a23b346143b68a5f38c687431e4c6752c1c065fd45e4eb4cae - 0.23% (294 KB)

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

[#003] sha256:1d74c3e922ab9e5b4db86415a07a374be67db8269b7d34237530b64273c964fe - 97.91% (121 MB)

[#004] sha256:220de316fab22504f517d332a5a35f2c1d8a3c419b0f0036bbece7d56cf624cb - 0.0% (156 Bytes)


History
2020-01-18 02:03:19 UTC

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

2020-01-18 02:03:22 UTC

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

2020-01-18 03:05:43 UTC

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

2020-01-18 03:05:47 UTC

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

2020-01-18 03:05:47 UTC

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

2020-01-18 03:08: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' ;; armv7) export GOARM='7' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 03:08:39 UTC

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

2020-01-18 03:08:41 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

2020-01-18 03:08:46 UTC

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

2020-01-18 03:08:48 UTC

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

Details
Created

2020-01-18 06:13:35 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:8fa90b21c985a6fcfff966bdfbde81cdd088de0aa8af38110057f6ac408f4408 - 2.11% (2.6 MB)

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

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

[#003] sha256:e56559c0845d6f9b76005729824815a80f6226edcf40c30b1891638608d57fd4 - 97.65% (120 MB)

[#004] sha256:59d552d57a280f46ec50969fb4e80ebdbf7fe80ba990c5474f369442d97b3601 - 0.0% (156 Bytes)


History
2020-01-18 01:39:43 UTC

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

2020-01-18 01:39:43 UTC

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

2020-01-18 06:10:29 UTC

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

2020-01-18 06:10:36 UTC

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

2020-01-18 06:10:40 UTC

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

2020-01-18 06:13: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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 06:13:32 UTC

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

2020-01-18 06:13: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

2020-01-18 06:13:35 UTC

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

2020-01-18 06:13:35 UTC

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

Details
Created

2020-01-18 04:48:38 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:cd95c8a93e39dcaa0634a65d5b86a88bcd5c3092adb1f96504a7030faa165123 - 2.21% (2.69 MB)

[#001] sha256:75713e636f3d39d3f2654c04e99be412afb204d9a236849bd298a759cbf05081 - 0.24% (297 KB)

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

[#003] sha256:9238ba9483e4d87620935aafe6ff2471fa07b3045b61c04d48ed1ce714926209 - 97.55% (119 MB)

[#004] sha256:5b7d21cecbc3ed5271feef78855b776e0129663ff0c9db9ad67c4a55aadf7df9 - 0.0% (156 Bytes)


History
2020-01-18 02:20:41 UTC

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

2020-01-18 02:20:45 UTC

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

2020-01-18 04:46:12 UTC

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

2020-01-18 04:46:18 UTC

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

2020-01-18 04:46:20 UTC

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

2020-01-18 04:48:20 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 04:48:27 UTC

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

2020-01-18 04:48:31 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

2020-01-18 04:48:36 UTC

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

2020-01-18 04:48:38 UTC

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

Details
Created

2020-01-18 01:43:58 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14beta1

GOPATH

/go

PATH

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


Layers

[#000] sha256:176bad61a3a435da03ec603d2bd8f7a69286d92f21f447b17f21f0bc4e085bde - 1.93% (2.46 MB)

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

[#002] sha256:95cfc0bf895b01244b27aba1473ab54b274b1d43e1aacc52256be747e0835a38 - 0.0% (155 Bytes)

[#003] sha256:46232575663fff3ddf5ec7274374d936655332d5bd4b5688635c5fb9e858d9cb - 97.85% (125 MB)

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


History
2020-01-18 01:41:33 UTC

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

2020-01-18 01:41:33 UTC

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

2020-01-18 01:42:23 UTC

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

2020-01-18 01:42:24 UTC

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

2020-01-18 01:42:24 UTC

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

2020-01-18 01:43:56 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 'af952217fcb408180006f29e77f1c3b871192fba7f99abd5aa421cf2f0358fea *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

2020-01-18 01:43:57 UTC

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

2020-01-18 01:43:57 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

2020-01-18 01:43:58 UTC

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

2020-01-18 01:43:58 UTC

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