Namespace
library
Image / Tag
golang:1.14rc1-alpine3.11
Content Digest
sha256:b4abf15f7935b0b649090282a649bef8ef32388f1c0176569bcf71e7a37017d3
Details
Created

2020-02-06 00:42:01 UTC

Size

129 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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.08% (2.68 MB)

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

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

[#003] sha256:128490e1e40d076a04e2f76b08d1a40fb71261483eb71feae66a28afe476fa15 - 97.7% (126 MB)

[#004] sha256:4641ba37f7a275ac208da258aa10e68ccdf15335605f350a25522adeb804e8f7 - 0.0% (124 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-02-06 00:38:54 UTC

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

2020-02-06 00:41:59 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 00:42:00 UTC

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

2020-02-06 00:42:00 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-06 00:42:01 UTC

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

2020-02-06 00:42:01 UTC

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

Details
Created

2020-02-06 00:54:08 UTC

Size

129 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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:e1fcff8be2c5632faebb86a7c7b52d2d0529027df3de2da3cbb2e0e4892e51cd - 97.7% (126 MB)

[#004] sha256:e82c822913eecdae36d0066ef4e33c0cf76f8f7c8e85ddc004582bd123782240 - 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-02-06 00:51:21 UTC

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

2020-02-06 00:54:06 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 00:54:07 UTC

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

2020-02-06 00:54:07 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-06 00:54:08 UTC

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

2020-02-06 00:54:08 UTC

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

Details
Created

2020-02-06 00:06:12 UTC

Size

125 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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.0% (2.5 MB)

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

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

[#003] sha256:89cfef1a24754ffaeb9a914313e72a29b06dbe2bdb63cc9fdd6ddf056d49cc3e - 97.77% (122 MB)

[#004] sha256:671e96066c3121792ca48d0adadc3fb754e334c4ef14a3df795666c34b6c80f3 - 0.0% (155 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-02-06 00:02:21 UTC

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

2020-02-06 00:06: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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 00:06:09 UTC

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

2020-02-06 00:06: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-02-06 00:06:11 UTC

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

2020-02-06 00:06:12 UTC

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

Details
Created

2020-02-06 01:28:12 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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:60ae58fbe1c8062c994ea31d7a667688b975f61505de8e8fd430da4eeeba7c5f - 97.91% (122 MB)

[#004] sha256:5efe4c9c597f30794438f12597804b0032a302528e39eb3b4db34a984eb5357a - 0.0% (155 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-02-06 01:24:03 UTC

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

2020-02-06 01:28:00 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 01:28:06 UTC

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

2020-02-06 01:28:07 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-06 01:28:11 UTC

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

2020-02-06 01:28:12 UTC

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

Details
Created

2020-02-06 01:43:33 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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:c3ef2a4c088cdb585153b973dd9e446b46e461b74026ea09d8a0e4c0e2aab61c - 97.66% (120 MB)

[#004] sha256:6f29c31feb40b76083f14c0c45585e29a46834fe133a23ada99b276d997b7c09 - 0.0% (155 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-02-06 01:41:03 UTC

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

2020-02-06 01:43:25 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 01:43:29 UTC

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

2020-02-06 01:43: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-06 01:43:32 UTC

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

2020-02-06 01:43:33 UTC

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

Details
Created

2020-02-06 00:41:26 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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.2% (2.69 MB)

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

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

[#003] sha256:543b1d8f3c378c6a64adca139b4a40b50a819f7607c6d965674bc03e6c3db683 - 97.56% (119 MB)

[#004] sha256:e77b13a696dcab5d70028f08dfbb889cc68b2b2f13cc23f041c9ec72eadba02d - 0.0% (155 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-02-06 00:38:57 UTC

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

2020-02-06 00:40:59 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-06 00:41:07 UTC

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

2020-02-06 00:41: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

2020-02-06 00:41:21 UTC

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

2020-02-06 00:41:26 UTC

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

Details
Created

2020-02-05 23:56:22 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14rc1

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.92% (2.46 MB)

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

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

[#003] sha256:253b7201e3bb5357a450f87379cf4d009031e8d619fb86a75698ef622b787039 - 97.86% (126 MB)

[#004] sha256:9a0e25c3720726c6cf32558acbf39c80945e6aafcc40d41a08bd9e49049502c0 - 0.0% (156 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-02-05 23:54:59 UTC

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

2020-02-05 23:56:15 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 '76188ea84e95baa502d058c9598020c7654d6adaf40b82cabcf57c68df19963a *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-05 23:56:21 UTC

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

2020-02-05 23:56:22 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-05 23:56:22 UTC

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

2020-02-05 23:56:22 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