Namespace
library
Image / Tag
golang:1.11.11-alpine3.10
Content Digest
sha256:c64c2946ed2230af37101daca52c1354a613451a09b9098164791227dabeb5db
Details
Created

2019-06-20 20:43:36 UTC

Size

107 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:930516d818d36eff6bb5ab126dfe9acca74ceab0121dc56c4a60e59033e73ad2 - 2.47% (2.65 MB)

[#001] sha256:d08ff0c45aa6f27748211b9574af5d4fe624f84a8705d6b4902210ce6ef815d2 - 0.27% (295 KB)

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

[#003] sha256:e4e51cb0cab6c389d5012060e811f181fc97fe1a293398e252a5a2e0489aa86f - 97.26% (104 MB)

[#004] sha256:40d11024455d374249bd5a9d3fdb7ded8ed2d77a9f24d4d557a5ce39915d3af2 - 0.0% (123 Bytes)


History
2019-06-19 20:38:55 UTC

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

2019-06-19 20:38:55 UTC

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

2019-06-20 20:38:29 UTC

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

2019-06-20 20:38:30 UTC

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

2019-06-20 20:41:17 UTC

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

2019-06-20 20:43: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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:43:35 UTC

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

2019-06-20 20:43: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

2019-06-20 20:43:36 UTC

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

2019-06-20 20:43:36 UTC

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

Details
Created

2019-06-20 20:24:40 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:921b31ab772b38172fd9f942a40fae6db24decbd6706f67836260d47a72baab5 - 2.46% (2.66 MB)

[#001] sha256:2d38965338529dc04aed99fbfbf548d181545c1ee2352b716e4ead932b3d11c9 - 0.27% (295 KB)

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

[#003] sha256:4396821e3d70c3d3f4b2c0df1ac6c7c45f8dab1e67f33d09eceb2493e621aec0 - 97.27% (105 MB)

[#004] sha256:3d496fc57ab16257644b18f7ab1a7edd50d7513172ea5dd98d63ddcccdbe9797 - 0.0% (126 Bytes)


History
2019-06-19 21:19:43 UTC

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

2019-06-19 21:19:43 UTC

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

2019-06-20 20:19:37 UTC

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

2019-06-20 20:19:38 UTC

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

2019-06-20 20:22:25 UTC

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

2019-06-20 20:24:38 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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:24:39 UTC

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

2019-06-20 20:24:39 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

2019-06-20 20:24:40 UTC

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

2019-06-20 20:24:40 UTC

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

Details
Created

2019-06-20 20:54:26 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:257a368dd99250a68424e4023851034502f33df88589bf37646c56babc8e2e81 - 2.35% (2.45 MB)

[#001] sha256:a527635218456f4864687dc30300b70e06efd5e7d91486c09eb252d175b55890 - 0.28% (295 KB)

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

[#003] sha256:6d6e796759fe3dc1dbb441a74f6ea0381c0aa7e3645ec75d4431a309c22e1de2 - 97.37% (101 MB)

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


History
2019-06-19 20:49:36 UTC

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

2019-06-19 20:49:36 UTC

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

2019-06-20 20:49:24 UTC

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

2019-06-20 20:49:26 UTC

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

2019-06-20 20:52:12 UTC

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

2019-06-20 20:54:22 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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:54:24 UTC

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

2019-06-20 20:54:25 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

2019-06-20 20:54:26 UTC

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

2019-06-20 20:54:26 UTC

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

Details
Created

2019-06-20 21:02:30 UTC

Size

104 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:fd0f3c17efd43a26a5fce1692600c9a45e087cd84f50f61df6780702cc0050fe - 2.18% (2.27 MB)

[#001] sha256:dc6a614d312be6d9892ffc22ceab48ff53c57250da1ea8815afc34674ba2e03d - 0.28% (294 KB)

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

[#003] sha256:e327b3ca02055e960922eaf76a368dec20d0e2fc0bfe46772e66ab8eef1212a3 - 97.54% (101 MB)

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


History
2019-06-19 20:57:43 UTC

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

2019-06-19 20:57:44 UTC

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

2019-06-20 20:57:48 UTC

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

2019-06-20 20:57:49 UTC

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

2019-06-20 21:00:25 UTC

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

2019-06-20 21:02:27 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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 21:02:28 UTC

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

2019-06-20 21:02:29 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

2019-06-20 21:02:30 UTC

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

2019-06-20 21:02:30 UTC

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

Details
Created

2019-06-20 20:44:07 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:54e94bcddc88729dd11dea70b3489452e71c2d5f846551f59fdeb807af4319d7 - 2.53% (2.59 MB)

[#001] sha256:43582c0db3f3b37f7cd4c9cf946d061a36e286fb74408d73da8920c1ef65c156 - 0.28% (295 KB)

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

[#003] sha256:09382360191a709f696326696402f92deb2988b3daad1039858de30cb581bbc5 - 97.19% (99.4 MB)

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


History
2019-06-19 20:39:38 UTC

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

2019-06-19 20:39:38 UTC

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

2019-06-20 20:39:43 UTC

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

2019-06-20 20:39:45 UTC

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

2019-06-20 20:42:05 UTC

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

2019-06-20 20:44:03 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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:44:05 UTC

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

2019-06-20 20:44:06 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

2019-06-20 20:44:07 UTC

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

2019-06-20 20:44:07 UTC

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

Details
Created

2019-06-20 20:21:36 UTC

Size

102 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:774d1c824114747b62a96c94f3856fcbbc117ea204e801d43acfd7735b9c6b6c - 2.61% (2.68 MB)

[#001] sha256:719eeb87d2dff021e235fa473f49e8e8750295c041bdde5f37be6bd69f095754 - 0.28% (297 KB)

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

[#003] sha256:90c5baeb4dd18eeecfc1b00fe288331a07617c55cee3d10bd934fbe0bb678d3b - 97.1% (99.4 MB)

[#004] sha256:c8adcaa6572881218bfed782bbbf6ef5f05b43e168f1288619a0fa36a12c45df - 0.0% (157 Bytes)


History
2019-06-19 21:20:24 UTC

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

2019-06-19 21:20:25 UTC

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

2019-06-20 20:16:55 UTC

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

2019-06-20 20:17:02 UTC

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

2019-06-20 20:19:40 UTC

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

2019-06-20 20:21: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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:21:27 UTC

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

2019-06-20 20:21:29 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

2019-06-20 20:21:32 UTC

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

2019-06-20 20:21:36 UTC

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

Details
Created

2019-06-20 20:45:17 UTC

Size

108 MB

Content Digest
Environment
GOLANG_VERSION

1.11.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:6d7f83980907ca45ebe6a825ca787438c1431aed60fe2145407c2fb808e5f141 - 2.27% (2.45 MB)

[#001] sha256:7594204f2e120d922dcf033d0dd1e1b42bd277f7bdd457e7b57078aa31bc962f - 0.27% (295 KB)

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

[#003] sha256:173efea9f8389750d5752d9a210e0016ad42a6efbf3052ae28f687f042f0e3e4 - 97.46% (105 MB)

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


History
2019-06-19 20:41:48 UTC

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

2019-06-19 20:41:48 UTC

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

2019-06-20 20:41:36 UTC

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

2019-06-20 20:41:37 UTC

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

2019-06-20 20:43:42 UTC

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

2019-06-20 20:45: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' ;; x86) export GO386='387' ;; esac; wget -O go.tgz "https://golang.org/dl/go$GOLANG_VERSION.src.tar.gz"; echo '1fff7c33ef2522e6dfaf6ab96ec4c2a8b76d018aae6fc88ce2bd40f2202d0f8c *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

2019-06-20 20:45:16 UTC

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

2019-06-20 20:45:16 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

2019-06-20 20:45:17 UTC

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

2019-06-20 20:45:17 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