Namespace
library
Image / Tag
golang:1.13.10-alpine
Content Digest
sha256:5d06737f0f56f4351f73f2a470888faec357f09281b637ac42b5010a3609aa41
Details
Created

2020-04-24 06:00:11 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:2826c1e79865da7e0da0a993a2a38db61c3911e05b5df617439a86d4deac90fb - 2.16% (2.68 MB)

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

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

[#003] sha256:97d3aca35426ff5df7db750cd7d8523b9504767973ca4e7fca45951553ea961c - 97.6% (121 MB)

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


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

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

2020-04-23 21:16:04 UTC

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

2020-04-24 05:54:24 UTC

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

2020-04-24 05:54:25 UTC

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

2020-04-24 05:57:33 UTC

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

2020-04-24 06:00:10 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 06:00:10 UTC

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

2020-04-24 06:00:10 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-04-24 06:00:11 UTC

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

2020-04-24 06:00:11 UTC

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

Details
Created

2020-04-24 14:33:54 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 2.16% (2.68 MB)

[#001] sha256:408f875501273f3af2a9cbff2a23e736585641e73da80dd81712518b28e7843c - 0.23% (294 KB)

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

[#003] sha256:221eaa0080207f1ed7089141567f3d8bf4a1afcd6610434481d36ef7d45b6186 - 97.61% (121 MB)

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


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

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

2020-04-24 01:05:03 UTC

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

2020-04-24 14:29:00 UTC

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

2020-04-24 14:29:01 UTC

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

2020-04-24 14:31:37 UTC

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

2020-04-24 14:33:52 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 14:33:53 UTC

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

2020-04-24 14:33:53 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-04-24 14:33:54 UTC

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

2020-04-24 14:33:54 UTC

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

Details
Created

2020-04-23 17:56:32 UTC

Size

120 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:b9e3228833e92f0688e0f87234e75965e62e47cfbb9ca8cc5fa19c2e7cd13f80 - 2.08% (2.5 MB)

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

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

[#003] sha256:8fc1e2cc9ccc36752d9326ca43f51522ce06d561f6fe17c42e19cf7aa38dc027 - 97.68% (117 MB)

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


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

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

2020-04-23 15:51:25 UTC

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

2020-04-23 17:43:41 UTC

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

2020-04-23 17:43:44 UTC

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

2020-04-23 17:50:03 UTC

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

2020-04-23 17:56:26 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-23 17:56:28 UTC

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

2020-04-23 17:56: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

2020-04-23 17:56:31 UTC

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

2020-04-23 17:56:32 UTC

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

Details
Created

2020-04-24 03:20:20 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:3cfb62949d9d8613854db4d5fe502a9219c2b55a153043500078a64e880ae234 - 1.93% (2.31 MB)

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

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

[#003] sha256:2d2ac8be3155e58329c440d75ec6aa40475ef6471e02db1190d4c85fb32b5283 - 97.83% (117 MB)

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


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

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

2020-04-23 22:04:22 UTC

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

2020-04-24 02:27:40 UTC

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

2020-04-24 02:27:42 UTC

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

2020-04-24 02:52:04 UTC

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

2020-04-24 03:20:10 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 03:20:17 UTC

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

2020-04-24 03:20:17 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-04-24 03:20:19 UTC

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

2020-04-24 03:20:20 UTC

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

Details
Created

2020-04-24 09:35:47 UTC

Size

119 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:29e5d40040c18c692ed73df24511071725b74956ca1a61fe6056a651d86a13bd - 2.19% (2.6 MB)

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

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

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

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


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

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

2020-04-24 00:14:21 UTC

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

2020-04-24 09:30:19 UTC

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

2020-04-24 09:30:22 UTC

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

2020-04-24 09:33:32 UTC

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

2020-04-24 09:35:40 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 09:35:44 UTC

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

2020-04-24 09:35: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-04-24 09:35:47 UTC

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

2020-04-24 09:35:47 UTC

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

Details
Created

2020-04-24 02:59:05 UTC

Size

117 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:9a8fdc5b698322331ee7eba7dd6f66f3a4e956554db22dd1e834d519415b4f8e - 2.29% (2.69 MB)

[#001] sha256:7b20efe26326b88a40e960e9cd11fce1b701b2cf370e8328f66fc846d23b5408 - 0.25% (297 KB)

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

[#003] sha256:96f0ab56c9ce68d08eaceb5787cf293f04d0f75430b902fb8d606107b43281d4 - 97.46% (115 MB)

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


History
2020-04-23 20:39:04 UTC

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

2020-04-23 20:39:06 UTC

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

2020-04-24 02:54:40 UTC

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

2020-04-24 02:54:46 UTC

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

2020-04-24 02:57:07 UTC

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

2020-04-24 02:58:50 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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-24 02:58:56 UTC

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

2020-04-24 02:58:58 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-04-24 02:59:03 UTC

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

2020-04-24 02:59:05 UTC

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

Details
Created

2020-04-23 20:04:22 UTC

Size

124 MB

Content Digest
Environment
GOLANG_VERSION

1.13.10

GOPATH

/go

PATH

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


Layers

[#000] sha256:7184c046fdf17da4c16ca482e5ede36e1f2d41ac8cea9c036e488fd149d6e8e7 - 1.99% (2.46 MB)

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

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

[#003] sha256:8aa85b1ff409a6497aaeab995854c0bb76e5f29039e8088b12c455a2cc58faad - 97.78% (121 MB)

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


History
2020-04-23 17:50:57 UTC

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

2020-04-23 17:50:58 UTC

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

2020-04-23 20:01:10 UTC

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

2020-04-23 20:01:11 UTC

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

2020-04-23 20:03:06 UTC

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

2020-04-23 20:04: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 'eb9ccc8bf59ed068e7eff73e154e4f5ee7eec0a47a610fb864e3332a2fdc8b8c *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-04-23 20:04:20 UTC

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

2020-04-23 20:04: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-04-23 20:04:21 UTC

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

2020-04-23 20:04: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