Namespace
library
Image / Tag
golang:1.13-alpine3.12
Content Digest
sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd
Details
Created

2020-08-07 01:06:22 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:a39058f15b2240f3a03714b2b97e727f13fe6d6e502093820750e88ad8d80bad - 97.64% (121 MB)

[#004] sha256:9d688a63a6f89a0b21f3514bdb5b06833556c4a8583793dea7a8275dd64a9719 - 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-08-07 01:03:38 UTC

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

2020-08-07 01:06:20 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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-07 01:06:20 UTC

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

2020-08-07 01:06:21 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-08-07 01:06:21 UTC

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

2020-08-07 01:06:22 UTC

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

Details
Created

2020-08-07 00:45:37 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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.15% (2.67 MB)

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

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

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

[#004] sha256:fb4ae7ba11024d2acfa3a21422bafbb3a2e4497a1cea750402d5a444c6251d12 - 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-08-07 00:43:02 UTC

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

2020-08-07 00:45:35 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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-07 00:45:35 UTC

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

2020-08-07 00:45:35 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-08-07 00:45:36 UTC

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

2020-08-07 00:45:37 UTC

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

Details
Created

2020-08-06 23:49:39 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:612384e59651867213c185205ff1eefe29b287f006428930417f40076eed9798 - 97.71% (118 MB)

[#004] sha256:d4db06dbea2eb35cc750870a55a42094860df950d8b286b7972b87337104acf8 - 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-08-06 23:05:46 UTC

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

2020-08-06 23:49:31 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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-06 23:49:35 UTC

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

2020-08-06 23:49:36 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-08-06 23:49:38 UTC

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

2020-08-06 23:49:39 UTC

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

Details
Created

2020-08-07 04:09:37 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:1eca607500a447155f853ac7192f66fe81816c5e52bd9ea6292d1275caf07cbd - 97.86% (117 MB)

[#004] sha256:f48ddffd04ce8e638351a3c7a71a080a018011371dd612c2c4e8a3219ed448dc - 0.0% (157 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-08-07 03:17:14 UTC

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

2020-08-07 04:09: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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-07 04:09:26 UTC

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

2020-08-07 04:09:28 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-08-07 04:09:34 UTC

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

2020-08-07 04:09:37 UTC

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

Details
Created

2020-08-07 00:15:02 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:098003ea900c412d20f1825e18b247d22654b8afb15c9684c771c785b6021967 - 97.6% (116 MB)

[#004] sha256:03943c3330d5640197e34868ee139253e6df4f9c49c4e998bb737ab3cde77dcc - 0.0% (156 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-08-07 00:08:43 UTC

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

2020-08-07 00:13: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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-07 00:13:37 UTC

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

2020-08-07 00:13: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-08-07 00:14:54 UTC

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

2020-08-07 00:15:02 UTC

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

Details
Created

2020-08-06 23:07:45 UTC

Size

118 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:405975039e4dfb43fe9a4f8b0fbeb5dab7df700f0fc5a6f46fd1bffdb49919ec - 97.5% (115 MB)

[#004] sha256:75b8548d05ab90c6b64a3a1ac87c1be07adc06490b4ca8d202ffa0feb4d927ad - 0.0% (155 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-08-06 23:04:37 UTC

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

2020-08-06 23:07: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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-06 23:07:16 UTC

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

2020-08-06 23:07: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-08-06 23:07:39 UTC

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

2020-08-06 23:07:45 UTC

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

Details
Created

2020-08-06 19:58:20 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.15

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:fb9a09b12605ebdc0ad836729713fb5950fccc11f1f9002b07dec89bc1fc458b - 97.81% (121 MB)

[#004] sha256:29c45a50119250a3b4d2cc4150ba5a32cb9e262773dbb027bbf26209dc7121ef - 0.0% (155 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-08-06 19:57:10 UTC

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

2020-08-06 19:58:14 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 '5fb43171046cf8784325e67913d55f88a683435071eef8e9da1aa8a1588fcf5d *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-08-06 19:58:19 UTC

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

2020-08-06 19:58: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-08-06 19:58:20 UTC

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

2020-08-06 19:58:20 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