Namespace
library
Image / Tag
golang:1.12.17-alpine3.10
Content Digest
sha256:553536b3684fda4d3ca2c3648c5da265e6dab79a8bc36e0eddc12b38a8f5337a
Details
Created

2020-02-14 00:50:44 UTC

Size

121 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:8ad089020f8a1fd366fb13feb183e2f4c7410e2232c54b40f6a54fd56029fdf3 - 2.19% (2.66 MB)

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

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

[#003] sha256:be0495b0d41e40c144f667047f2c305c1c9e5f66bdac1646696c2194dc501f28 - 97.57% (118 MB)

[#004] sha256:0bbfde7f47184b11188a527329bd5574f6eae6ca4f7289bc7b807d7fda53a0fe - 0.0% (125 Bytes)


History
2020-01-23 16:52:57 UTC

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

2020-01-23 16:52:57 UTC

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

2020-01-23 18:03:38 UTC

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

2020-01-23 18:03:39 UTC

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

2020-02-14 00:48:08 UTC

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

2020-02-14 00:50:42 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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 00:50:43 UTC

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

2020-02-14 00:50:43 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-02-14 00:50:43 UTC

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

2020-02-14 00:50:44 UTC

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

Details
Created

2020-02-14 01:32:33 UTC

Size

121 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:4167d3e149762ea326c26fc2fd4e36fdeb7d4e639408ad30f37b8f25ac285a98 - 2.19% (2.66 MB)

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

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

[#003] sha256:3e4197e8d40b5e7cf379bf96455e09e402baea22ed5c68b4bf5babc84f7facb0 - 97.57% (118 MB)

[#004] sha256:49fa82dc59dba19dffd6c9a7ad62c780da3f24e20444d226738239bcf74d693e - 0.0% (125 Bytes)


History
2020-01-23 16:53:06 UTC

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

2020-01-23 16:53:06 UTC

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

2020-01-23 18:41:28 UTC

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

2020-01-23 18:41:29 UTC

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

2020-02-14 01:30:17 UTC

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

2020-02-14 01:32: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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 01:32:32 UTC

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

2020-02-14 01:32: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

2020-02-14 01:32:33 UTC

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

2020-02-14 01:32:33 UTC

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

Details
Created

2020-02-14 01:08:43 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:896868b7b9168cabb308702db96dc9769d10c23e20fc66f5f4abedf4c75d7642 - 2.09% (2.45 MB)

[#001] sha256:19e3a029ef51917899df66b872c7c4a12b6ab6ded36d728bd869bdf2487f8d07 - 0.25% (295 KB)

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

[#003] sha256:9cc6c0406c2375ee6d482f3cc2bc2a7a1fce67e638c13810b884069da3ac7f4a - 97.66% (115 MB)

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


History
2020-01-23 16:53:27 UTC

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

2020-01-23 16:53:28 UTC

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

2020-01-23 17:27:02 UTC

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

2020-01-23 17:27:04 UTC

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

2020-02-14 01:05:56 UTC

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

2020-02-14 01:08:34 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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 01:08:37 UTC

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

2020-02-14 01:08:37 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-02-14 01:08:40 UTC

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

2020-02-14 01:08:43 UTC

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

Details
Created

2020-02-14 01:21:53 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:4e972d957a606327b0b6c2e8aa4a6045c263b7496a536298aaebf690e9d85f1d - 1.94% (2.27 MB)

[#001] sha256:decd0a2880d8a9ff569c68abd2c600aae26eb788f1bf54bba678014f28bb698a - 0.25% (294 KB)

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

[#003] sha256:c300345d8affecdb014b16d6093f192bbf586e0d294bbe2f42f656c67ba3925b - 97.81% (114 MB)

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


History
2020-01-23 16:53:31 UTC

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

2020-01-23 16:53:32 UTC

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

2020-01-23 17:26:26 UTC

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

2020-01-23 17:26:28 UTC

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

2020-02-14 01:19:33 UTC

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

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

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

2020-02-14 01:21:50 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-02-14 01:21:52 UTC

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

2020-02-14 01:21:53 UTC

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

Details
Created

2020-02-14 00:54:29 UTC

Size

115 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:f07e4bcf42b862c240f4c00f2f7ed362d7d93ca15151de547beda593f3b669e5 - 2.25% (2.59 MB)

[#001] sha256:50d558a7b39742c40031affac43b0aca8782b1d6b200679c6e9cf4d4c47a5953 - 0.25% (295 KB)

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

[#003] sha256:922302c81bd07bba8568c116c4d049da799d27cab99ebf24f4e5216098449431 - 97.5% (112 MB)

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


History
2020-01-23 16:54:39 UTC

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

2020-01-23 16:54:40 UTC

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

2020-01-23 17:36:05 UTC

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

2020-01-23 17:36:07 UTC

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

2020-02-14 00:52:00 UTC

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

2020-02-14 00:54:13 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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 00:54:19 UTC

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

2020-02-14 00:54:20 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-02-14 00:54:25 UTC

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

2020-02-14 00:54:29 UTC

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

Details
Created

2020-02-14 01:28:36 UTC

Size

115 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:4ae00dedbff84a762d4b8b9176da2beee50017c43fe09a5ae92c2417d5634510 - 2.33% (2.68 MB)

[#001] sha256:9b1edfcad8263d6f7abc89038a3f52adcc87741eecdecf3d32c351048732ecff - 0.25% (297 KB)

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

[#003] sha256:83feb2dcb7b57e7ece9fbe89b5e6a498e8f33467423184098a289e235c125c86 - 97.42% (112 MB)

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


History
2020-01-23 16:57:54 UTC

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

2020-01-23 16:57:58 UTC

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

2020-01-23 17:21:16 UTC

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

2020-01-23 17:21:21 UTC

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

2020-02-14 01:26:45 UTC

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

2020-02-14 01:28:19 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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 01:28:27 UTC

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

2020-02-14 01:28: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-02-14 01:28:34 UTC

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

2020-02-14 01:28:36 UTC

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

Details
Created

2020-02-14 00:52:12 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.12.17

GOPATH

/go

PATH

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


Layers

[#000] sha256:0449d076b2977b7e7ce4c35b0fe5199d86cabaf453e869da73b2efb66d6282dd - 2.02% (2.45 MB)

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

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

[#003] sha256:d130a9ac8d5f0fe4ddb6ad3681dd4d1c9c2fa34977c4160d4d65a64f07907446 - 97.74% (119 MB)

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


History
2020-01-23 16:52:43 UTC

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

2020-01-23 16:52:44 UTC

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

2020-01-23 19:21:17 UTC

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

2020-01-23 19:21:18 UTC

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

2020-02-14 00:50:47 UTC

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

2020-02-14 00:52:04 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 'de878218c43aa3c3bad54c1c52d95e3b0e5d336e1285c647383e775541a28b25 *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-02-14 00:52:11 UTC

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

2020-02-14 00:52:11 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-02-14 00:52:12 UTC

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

2020-02-14 00:52:12 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete