Namespace
library
Image / Tag
golang:1.14.1-alpine
Content Digest
sha256:244a736db4a1d2611d257e7403c729663ce2eb08d4628868f9d9ef2735496659
Details
Created

2020-03-24 01:09:58 UTC

Size

129 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:43f6a4398e1c9e860dfb5c93d7049ab9eedf814513bd6d07e06077c560303c7a - 2.08% (2.68 MB)

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

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

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

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


History
2020-03-23 21:38:28 UTC

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

2020-03-23 21:38:28 UTC

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

2020-03-24 01:05:15 UTC

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

2020-03-24 01:05:15 UTC

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

2020-03-24 01:05:16 UTC

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

2020-03-24 01: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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-24 01:09:57 UTC

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

2020-03-24 01: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-03-24 01:09:58 UTC

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

2020-03-24 01:09:58 UTC

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

Details
Created

2020-03-23 23:07:05 UTC

Size

129 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

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

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

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

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

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


History
2020-03-23 21:19:34 UTC

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

2020-03-23 21:19:34 UTC

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

2020-03-23 23:02:02 UTC

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

2020-03-23 23:02:04 UTC

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

2020-03-23 23:02:04 UTC

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

2020-03-23 23:07:02 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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 23:07:02 UTC

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

2020-03-23 23:07:03 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-03-23 23:07:04 UTC

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

2020-03-23 23:07:05 UTC

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

Details
Created

2020-03-23 22:43:16 UTC

Size

125 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:0776aeec3430c5a5ba3f43937f0ee6a7770a1fe81a318c9d94cc76512e5375e9 - 2.0% (2.5 MB)

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

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

[#003] sha256:9df9947e67c54fb6bbf2d2da8d8a873e5230b24a3c2932090e5bb4fd4b952303 - 97.77% (122 MB)

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


History
2020-03-23 21:49:26 UTC

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

2020-03-23 21:49:27 UTC

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

2020-03-23 22:09:39 UTC

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

2020-03-23 22:09:41 UTC

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

2020-03-23 22:09:42 UTC

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

2020-03-23 22:43:08 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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 22:43:12 UTC

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

2020-03-23 22:43: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-03-23 22:43:15 UTC

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

2020-03-23 22:43:16 UTC

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

Details
Created

2020-03-23 23:49:55 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

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

[#001] sha256:2a0c66f8509bb56e1ead748baf3433dcad3c1fa170146d5d7d06506b9a80f367 - 0.23% (294 KB)

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

[#003] sha256:cd392aa27395bf9a3a748b4cc2f1fbe77e85dce158ff5ca16feab20b23f42645 - 97.91% (122 MB)

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


History
2020-03-23 21:57:55 UTC

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

2020-03-23 21:57:56 UTC

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

2020-03-23 23:47:15 UTC

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

2020-03-23 23:47:17 UTC

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

2020-03-23 23:47:18 UTC

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

2020-03-23 23:49:46 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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 23:49:52 UTC

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

2020-03-23 23:49:52 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-03-23 23:49:54 UTC

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

2020-03-23 23:49:55 UTC

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

Details
Created

2020-03-23 23:00:25 UTC

Size

123 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:8a0637ca1ac98db4cf29f7632449c92801adc80cf0da2cd9c9e39882ce466561 - 2.1% (2.6 MB)

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

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

[#003] sha256:fbf7f842a7e99d7a6ab9e3e6d7e40d0f129e57a332998838d44d9599d27723de - 97.66% (121 MB)

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


History
2020-03-23 21:39:52 UTC

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

2020-03-23 21:39:53 UTC

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

2020-03-23 22:58:12 UTC

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

2020-03-23 22:58:13 UTC

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

2020-03-23 22:58:14 UTC

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

2020-03-23 23:00: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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 23:00:21 UTC

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

2020-03-23 23:00: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-03-23 23:00:24 UTC

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

2020-03-23 23:00:25 UTC

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

Details
Created

2020-03-23 21:50:11 UTC

Size

122 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:bc1c99f4ba60de0d3ca52dc6855483e24c91884e33df71f502bbff6eb909d9b9 - 2.2% (2.69 MB)

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

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

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

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


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

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

2020-03-23 21:21:32 UTC

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

2020-03-23 21:47:29 UTC

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

2020-03-23 21:47:34 UTC

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

2020-03-23 21:47:38 UTC

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

2020-03-23 21:49: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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 21:49:55 UTC

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

2020-03-23 21:50: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-03-23 21:50:08 UTC

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

2020-03-23 21:50:11 UTC

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

Details
Created

2020-03-23 23:28:28 UTC

Size

128 MB

Content Digest
Environment
GOLANG_VERSION

1.14.1

GOPATH

/go

PATH

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


Layers

[#000] sha256:ca1c6795bfb97df28a926fd646127ba4944b69beb1cea7b00d62787b8b3c0108 - 1.92% (2.46 MB)

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

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

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

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


History
2020-03-23 21:41:34 UTC

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

2020-03-23 21:41:34 UTC

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

2020-03-23 23:27:08 UTC

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

2020-03-23 23:27:09 UTC

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

2020-03-23 23:27:09 UTC

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

2020-03-23 23:28: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 '2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676 *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-03-23 23:28:27 UTC

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

2020-03-23 23:28: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-03-23 23:28:27 UTC

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

2020-03-23 23:28:28 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