Namespace
library
Image / Tag
golang:1.13.14-alpine
Content Digest
sha256:f0634bb385432f172e2a1410877436790745347cc74c48fa33299acbb9141a4b
Details
Created

2020-07-17 02:48:55 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:0625b4155e2a59f647ece47c0cd77ed3196b1f84454fa64ce80cad90e2b9b79e - 2.15% (2.66 MB)

[#001] sha256:c28a1e56aaa48d2e5e2030c9341189d798d72bd466561019f999e186b02b262f - 0.22% (276 KB)

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

[#003] sha256:f6c4d540ba61e00d1f370614c4b75b2398640564886d2b8e9dfcdcc45b84af3d - 97.64% (121 MB)

[#004] sha256:6bc9f5a1b84e35d8dea2c01228f4eed60fe58150cb288b14850bc2a4034b612f - 0.0% (125 Bytes)


History
2020-05-29 21:38:33 UTC

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

2020-05-29 21:38:33 UTC

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

2020-06-02 01:51:14 UTC

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

2020-06-02 01:51:15 UTC

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

2020-07-17 02:46:30 UTC

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

2020-07-17 02:48:53 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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 02:48:53 UTC

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

2020-07-17 02:48:54 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-07-17 02:48:54 UTC

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

2020-07-17 02:48:55 UTC

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

Details
Created

2020-07-17 02:28:24 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 2.14% (2.67 MB)

[#001] sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d - 0.22% (276 KB)

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

[#003] sha256:076567cb229d06d1adccc3fc16a19fc4315e3ba97607d442a62fb93ee4d9653c - 97.64% (121 MB)

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


History
2020-05-29 21:19:46 UTC

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

2020-05-29 21:19:46 UTC

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

2020-06-02 01:30:19 UTC

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

2020-06-02 01:30:20 UTC

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

2020-07-17 02:26:14 UTC

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

2020-07-17 02:28:22 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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 02:28:22 UTC

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

2020-07-17 02:28: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

2020-07-17 02:28:23 UTC

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

2020-07-17 02:28:24 UTC

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

Details
Created

2020-07-17 05:09:17 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:b4b72e716706d29f5d2351709c20bf737b94f876a5472a43ff1b6e203c65d27f - 2.06% (2.48 MB)

[#001] sha256:c276dc457bae632c9eadd1ac69c1a756a9a67e050b0350a475b19663722191cf - 0.22% (276 KB)

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

[#003] sha256:90b5a2a65ef081637391c20fbc43575e031e39a2baa38cb7375022239bd032c9 - 97.71% (118 MB)

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


History
2020-05-29 21:50:55 UTC

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

2020-05-29 21:50:56 UTC

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

2020-06-02 02:02:10 UTC

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

2020-06-02 02:02:25 UTC

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

2020-07-17 04:05:20 UTC

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

2020-07-17 05:08:33 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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 05:08:47 UTC

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

2020-07-17 05:08:55 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-07-17 05:09:16 UTC

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

2020-07-17 05:09:17 UTC

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

Details
Created

2020-07-17 05:24:15 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:52278dd8e57993669c5b72a9620e89bebdc098f2af2379caaa8945f7403f77a2 - 1.92% (2.3 MB)

[#001] sha256:8512c25ce227edddad11326504a9bab47e83f8b61c090c9dc95882452984ac62 - 0.22% (275 KB)

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

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

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


History
2020-05-29 21:02:07 UTC

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

2020-05-29 21:02:08 UTC

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

2020-06-02 01:10:58 UTC

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

2020-06-02 01:11:00 UTC

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

2020-07-17 04:20:10 UTC

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

2020-07-17 05:23:32 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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 05:23:41 UTC

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

2020-07-17 05:23:49 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-07-17 05:24:09 UTC

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

2020-07-17 05:24:15 UTC

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

Details
Created

2020-07-17 03:26:10 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:b538f80385f9b48122e3da068c932a96ea5018afa3c7be79da00437414bd18cd - 2.17% (2.58 MB)

[#001] sha256:74f711af9a0d350d42a1cb00f41feb32277e11189d70d84d76fdef5065f78c47 - 0.23% (276 KB)

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

[#003] sha256:b2bf7604af9bc298f913c3f2f08af21e417aa5e6f2a01f3b2f9c84b7225e9ff3 - 97.6% (116 MB)

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


History
2020-05-29 21:43:19 UTC

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

2020-05-29 21:43:20 UTC

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

2020-06-02 01:57:21 UTC

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

2020-06-02 01:58:08 UTC

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

2020-07-17 03:19:19 UTC

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

2020-07-17 03:24: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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 03:24:39 UTC

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

2020-07-17 03:24: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-07-17 03:25:59 UTC

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

2020-07-17 03:26:10 UTC

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

Details
Created

2020-07-17 02:33:20 UTC

Size

118 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:5077f8601dceb5744d875d7740ebc203f674b108a0188f3a31e292b21a4bee64 - 2.27% (2.68 MB)

[#001] sha256:19d800b4e456ea05213bc7310b5d1b1706274430828a3c19a2fa8c6694733dc4 - 0.23% (278 KB)

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

[#003] sha256:8fabef47c8651a034763fcac34acb95a09eea890f6162fc66864b3aa90d5f381 - 97.5% (115 MB)

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


History
2020-05-29 21:23:03 UTC

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

2020-05-29 21:23:06 UTC

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

2020-06-02 01:29:37 UTC

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

2020-06-02 01:29:54 UTC

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

2020-07-17 02:30:50 UTC

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

2020-07-17 02:32: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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 02:33:06 UTC

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

2020-07-17 02:33:09 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-07-17 02:33:17 UTC

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

2020-07-17 02:33:20 UTC

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

Details
Created

2020-07-17 02:48:25 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.14

GOPATH

/go

PATH

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


Layers

[#000] sha256:8fb3d41b2e9a59630b51745f257cd2561f96bcd15cf309fcc20120d5fcee8c5b - 1.97% (2.45 MB)

[#001] sha256:2094092570892a8483a3fc940b327cccddf0cb7affb2a628ef4c98e40b4830bd - 0.22% (277 KB)

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

[#003] sha256:56998e89f534882c791c6864d29ad708e7f4de722490d95e1ffce44d22f8fb8c - 97.81% (121 MB)

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


History
2020-05-29 21:41:39 UTC

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

2020-05-29 21:41:39 UTC

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

2020-06-02 01:53:15 UTC

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

2020-06-02 01:53:16 UTC

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

2020-07-17 02:47:05 UTC

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

2020-07-17 02:48: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 '197333e97290e9ea8796f738d61019dcba1c377c2f3961fd6a114918ecc7ab06 *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-07-17 02:48:24 UTC

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

2020-07-17 02:48:24 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-07-17 02:48:24 UTC

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

2020-07-17 02:48:25 UTC

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