Namespace
library
Image / Tag
golang:1.13.11-alpine3.10
Content Digest
sha256:4c0cdb817e8450ec2cecbd72ce51d5e789bd21eba91177947ecd105e80b6732b
Details
Created

2020-05-16 05:56:14 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:294658c31053f36b08a64158e37d4fb84478e6fe8f4d5127c51a6334c8a3c36d - 2.15% (2.66 MB)

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

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

[#003] sha256:44efb44eab6c64d467a9359ab7983a7b3334e62333cbb3ef7379a055f1bcafb0 - 97.62% (121 MB)

[#004] sha256:3875d67f07eaa0a5d32bc97f28d3644147bd944ffabcb3d53fa2eb3fa478a830 - 0.0% (124 Bytes)


History
2020-04-23 21:16:11 UTC

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

2020-04-23 21:16:11 UTC

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

2020-04-24 06:00:20 UTC

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

2020-04-24 06:00:21 UTC

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

2020-05-16 05:51:19 UTC

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

2020-05-16 05:56:11 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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-16 05:56:11 UTC

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

2020-05-16 05:56:12 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-05-16 05:56:13 UTC

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

2020-05-16 05:56:14 UTC

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

Details
Created

2020-05-16 08:23:46 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d - 2.15% (2.67 MB)

[#001] sha256:93fb370585b2fe36d0aeb5aac06a2c8e4fcba3b9c371f794e378c6f9c8ca1337 - 0.23% (294 KB)

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

[#003] sha256:c061b7ac4607ae80bdaade2a390af31ec0f8d4ccb305da5a4f14996e1683104f - 97.62% (121 MB)

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


History
2020-04-24 01:05:21 UTC

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

2020-04-24 01:05:21 UTC

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

2020-04-24 14:34:09 UTC

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

2020-04-24 14:34:10 UTC

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

2020-05-16 08:21:30 UTC

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

2020-05-16 08:23:44 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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-16 08:23:45 UTC

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

2020-05-16 08:23:45 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-05-16 08:23:46 UTC

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

2020-05-16 08:23:46 UTC

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

Details
Created

2020-05-15 22:58:29 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:e745d1dc1c9e0be26166278da7632765ca98fa1be8179a7cc440b3bdc5671860 - 2.05% (2.45 MB)

[#001] sha256:f72fd8e80f69129264c1be7cc3679ca4919bce9a87510e936dba724130a98e30 - 0.24% (294 KB)

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

[#003] sha256:23c01543648cf6e1349ad33654e2b21a4f982e188acea0fc1942761301c4533c - 97.71% (117 MB)

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


History
2020-04-23 15:51:35 UTC

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

2020-04-23 15:51:36 UTC

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

2020-04-23 17:56:46 UTC

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

2020-04-23 17:56:47 UTC

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

2020-05-15 22:33:20 UTC

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

2020-05-15 22:58: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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-15 22:58:23 UTC

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

2020-05-15 22:58: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-05-15 22:58:26 UTC

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

2020-05-15 22:58:29 UTC

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

Details
Created

2020-05-16 01:55:10 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:ad20c94522902b824bd9ea4e65dc1cba24dca4fdadd5728ed7446c0f4550d1ff - 1.9% (2.27 MB)

[#001] sha256:073be96bf2ba1e0c0b75591efb75aa98ad5dcc4bd5d9a052c61e35e5ec429c35 - 0.24% (293 KB)

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

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

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


History
2020-04-23 22:04:44 UTC

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

2020-04-23 22:04:45 UTC

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

2020-04-24 03:20:38 UTC

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

2020-04-24 03:20:40 UTC

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

2020-05-16 01:38:11 UTC

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

2020-05-16 01:55: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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-16 01:55:06 UTC

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

2020-05-16 01:55: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-05-16 01:55:09 UTC

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

2020-05-16 01:55:10 UTC

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

Details
Created

2020-05-16 11:49:33 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:b038bcb63e9c8905cc879c957302f686a9b43f24a18dcfc4186ab236ddf04cad - 2.19% (2.59 MB)

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

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

[#003] sha256:d47f3730471e354f6e0a069402717eaf21e61d5e75f48ac707429c371ec85314 - 97.57% (116 MB)

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


History
2020-04-24 00:14:52 UTC

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

2020-04-24 00:14:53 UTC

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

2020-04-24 09:36:09 UTC

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

2020-04-24 09:36:11 UTC

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

2020-05-16 11:46:58 UTC

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

2020-05-16 11:49: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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-16 11:49:30 UTC

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

2020-05-16 11:49: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-05-16 11:49:32 UTC

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

2020-05-16 11:49:33 UTC

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

Details
Created

2020-05-18 14:17:20 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:6694fcf3186b2073b4f09e0a2a753df9c8bcd31083e89a8a8f9a7001ad295328 - 2.28% (2.68 MB)

[#001] sha256:6228749da7445ae366a0de4d74014f9e52786d852a45c3ad42120364e3686fed - 0.25% (297 KB)

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

[#003] sha256:5ded82985d57038c61b0064491eac07116379feb38c964c9917ccabe2f7d1a45 - 97.47% (115 MB)

[#004] sha256:402e82740d9965ddf329a33b3d86185c90141a3a2e71561c481dbcaff0e4cdc3 - 0.0% (155 Bytes)


History
2020-04-23 20:40:45 UTC

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

2020-04-23 20:40:47 UTC

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

2020-04-24 02:59:19 UTC

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

2020-04-24 02:59:25 UTC

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

2020-05-18 14:14:00 UTC

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

2020-05-18 14:16: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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-18 14:16:57 UTC

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

2020-05-18 14:17:04 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-05-18 14:17:13 UTC

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

2020-05-18 14:17:20 UTC

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

Details
Created

2020-05-15 20:49:20 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.11

GOPATH

/go

PATH

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


Layers

[#000] sha256:ab92bebeb6027138cd65f1f6658fd3428e21c60c95bdc978e0c57bf0b2a53970 - 1.98% (2.46 MB)

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

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

[#003] sha256:81df902ae51295f3a824a04682583018b1cc2e27a3046690273c0ce853442305 - 97.78% (121 MB)

[#004] sha256:349772a6a262f04ea0725e70bcd27e70cc5541bab46481ed3f4fdcf21447f2a3 - 0.0% (155 Bytes)


History
2020-04-23 17:51:08 UTC

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

2020-04-23 17:51:08 UTC

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

2020-04-23 20:04:40 UTC

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

2020-04-23 20:04:41 UTC

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

2020-05-15 20:48:07 UTC

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

2020-05-15 20:49: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 '89ed1abce25ad003521c125d6583c93c1280de200ad221f961085200a6c00679 *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-05-15 20:49:18 UTC

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

2020-05-15 20:49:19 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-05-15 20:49:19 UTC

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

2020-05-15 20:49: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