Namespace
library
Image / Tag
golang:1.13.10-alpine3.10
Content Digest
sha256:1d356e49f8ec90b680a48b762dc5917a650bee4b884076f81759856a7d6d3465
Details
Created

2020-04-24 06:03:00 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:294658c31053f36b08a64158e37d4fb84478e6fe8f4d5127c51a6334c8a3c36d - 2.15% (2.66 MB)

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

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

[#003] sha256:c4df95b20512bfc7a667a0e4e22288ed8351cad87ab20ae3fd3439c7515c5a03 - 97.62% (121 MB)

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


History
2020-04-23 21:16:11 UTC

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

2020-04-23 21:16:11 UTC

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

2020-04-24 06:00:20 UTC

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

2020-04-24 06:00:21 UTC

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

2020-04-24 06:00:21 UTC

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

2020-04-24 06:02: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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 06:02:59 UTC

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

2020-04-24 06:02:59 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-04-24 06:03:00 UTC

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

2020-04-24 06:03:00 UTC

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

Details
Created

2020-04-24 14:36:26 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d - 2.15% (2.67 MB)

[#001] sha256:93fb370585b2fe36d0aeb5aac06a2c8e4fcba3b9c371f794e378c6f9c8ca1337 - 0.23% (294 KB)

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

[#003] sha256:0865b3de288e5b40113fd79fb3d580c82033a06010a5dbfe4a2f3d1b44cdf866 - 97.62% (121 MB)

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


History
2020-04-24 01:05:21 UTC

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

2020-04-24 01:05:21 UTC

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

2020-04-24 14:34:09 UTC

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

2020-04-24 14:34:10 UTC

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

2020-04-24 14:34:10 UTC

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

2020-04-24 14:36:24 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 14:36:25 UTC

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

2020-04-24 14:36:25 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-04-24 14:36:26 UTC

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

2020-04-24 14:36:26 UTC

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

Details
Created

2020-04-23 18:02:55 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:e745d1dc1c9e0be26166278da7632765ca98fa1be8179a7cc440b3bdc5671860 - 2.05% (2.45 MB)

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

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

[#003] sha256:0385301a306ff3a0d1b492f55ac8d42745bc76b14299e5e5e9fd9aa01bfdd592 - 97.71% (117 MB)

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


History
2020-04-23 15:51:35 UTC

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

2020-04-23 15:51:36 UTC

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

2020-04-23 17:56:46 UTC

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

2020-04-23 17:56:47 UTC

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

2020-04-23 17:56:48 UTC

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

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

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

2020-04-23 18:02:53 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-04-23 18:02:54 UTC

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

2020-04-23 18:02:55 UTC

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

Details
Created

2020-04-24 03:39:04 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:ad20c94522902b824bd9ea4e65dc1cba24dca4fdadd5728ed7446c0f4550d1ff - 1.9% (2.27 MB)

[#001] sha256:073be96bf2ba1e0c0b75591efb75aa98ad5dcc4bd5d9a052c61e35e5ec429c35 - 0.24% (293 KB)

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

[#003] sha256:98c3f63cd81c9ad27257dd16ae2fbf983cb0d1757f4e9c101e7255fc6a8363d2 - 97.86% (117 MB)

[#004] sha256:9b21751b91dcf0a8383fe76da403e0edd1e2968049fc83c9ac43838a21d38833 - 0.0% (155 Bytes)


History
2020-04-23 22:04:44 UTC

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

2020-04-23 22:04:45 UTC

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

2020-04-24 03:20:38 UTC

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

2020-04-24 03:20:40 UTC

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

2020-04-24 03:20:41 UTC

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

2020-04-24 03:38: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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 03:39:00 UTC

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

2020-04-24 03:39: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

2020-04-24 03:39:03 UTC

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

2020-04-24 03:39:04 UTC

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

Details
Created

2020-04-24 09:38:19 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

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

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

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

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

[#004] sha256:4cf9c1ff049308913102e5e0f99505056aa81a09cbfd0940d7d86c125b687dcc - 0.0% (157 Bytes)


History
2020-04-24 00:14:52 UTC

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

2020-04-24 00:14:53 UTC

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

2020-04-24 09:36:09 UTC

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

2020-04-24 09:36:11 UTC

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

2020-04-24 09:36:12 UTC

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

2020-04-24 09:38:11 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 09:38:15 UTC

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

2020-04-24 09:38:16 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-04-24 09:38:18 UTC

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

2020-04-24 09:38:19 UTC

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

Details
Created

2020-04-24 03:01:34 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:6694fcf3186b2073b4f09e0a2a753df9c8bcd31083e89a8a8f9a7001ad295328 - 2.28% (2.68 MB)

[#001] sha256:6228749da7445ae366a0de4d74014f9e52786d852a45c3ad42120364e3686fed - 0.25% (297 KB)

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

[#003] sha256:9c5e024d93cdeeed7856972252e05e20f70cc7dd68027eaede8c7585c4e7bc08 - 97.47% (115 MB)

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


History
2020-04-23 20:40:45 UTC

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

2020-04-23 20:40:47 UTC

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

2020-04-24 02:59:19 UTC

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

2020-04-24 02:59:25 UTC

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

2020-04-24 02:59:27 UTC

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

2020-04-24 03:01:18 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 03:01:25 UTC

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

2020-04-24 03:01:27 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-04-24 03:01:32 UTC

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

2020-04-24 03:01:34 UTC

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

Details
Created

2020-04-23 20:06:03 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:ab92bebeb6027138cd65f1f6658fd3428e21c60c95bdc978e0c57bf0b2a53970 - 1.98% (2.46 MB)

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

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

[#003] sha256:55e5874d0df8a35d4ef783be06ae124ee2f093a8e3d575f38ff9beb7fe79c263 - 97.78% (121 MB)

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


History
2020-04-23 17:51:08 UTC

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

2020-04-23 17:51:08 UTC

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

2020-04-23 20:04:40 UTC

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

2020-04-23 20:04:41 UTC

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

2020-04-23 20:04:41 UTC

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

2020-04-23 20:05: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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-23 20:06:02 UTC

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

2020-04-23 20:06: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

2020-04-23 20:06:02 UTC

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

2020-04-23 20:06:03 UTC

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