Namespace
library
Image / Tag
docker:19.03.0-dind
Content Digest
sha256:442ac4b31375cbe617f31759b5199d240f11d5f430e54946575b274b2fb6f096
Details
Created

2019-07-23 21:08:00 UTC

Size

69 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

stable

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.0

PATH

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


Layers

[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 3.86% (2.66 MB)

[#001] sha256:0bb4ee3360d7674b72befc5a29a65d17c2aad071dba363cedc48e21337e2f9fc - 0.42% (295 KB)

[#002] sha256:893f09c2afb0995b31b535c5ef1e3e6baf15d6e3ba20cca23ab228dc23959bba - 0.0% (156 Bytes)

[#003] sha256:79c3e800740e316a31e25e97f3b32ee2b42d04bdbad33abe54e9f98c080c6576 - 88.16% (60.8 MB)

[#004] sha256:2aa71ee7496c6ebd568fb5f973f9031fe42fc5cdc753f2c8aa184403335067c8 - 0.0% (545 Bytes)

[#005] sha256:7ea1759201de2a95962f8134f41358eb337fc8018229d2d692d62fe31b4ae7e6 - 0.0% (867 Bytes)

[#006] sha256:d411076a14ce9bad634ddb838138c569cba8f40fc4a624bc75548fb775cbf00d - 7.56% (5.22 MB)

[#007] sha256:8e6a1af447668915c5eb038bed8f9b26d2a6506d624d7b604a4785d1423bdc32 - 0.0% (1.28 KB)

[#008] sha256:6f51f41fdc83009ef4be3b682351c485de9ba251f1314cf1b30aeaeaaa219fdb - 0.0% (756 Bytes)

[#009] sha256:c056ab66063020b3d36c8f74cbf31c64f1b17edd0e41b773033692f23a9f5c9a - 0.0% (1.63 KB)


History
2019-07-11 22:20:52 UTC

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

2019-07-11 22:20:52 UTC

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

2019-07-11 22:44:51 UTC

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

2019-07-11 22:44:53 UTC

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

2019-07-11 22:45:29 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-07-22 23:21:11 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0

2019-07-22 23:21:20 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-07-22 23:21:20 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-07-22 23:21:20 UTC

/bin/sh -c #(nop) COPY file:c7db1e5f35a1fc84c1a93d87dbf1d9d465d0cac218f919aa82f7ee7f666d1671 in /usr/local/bin/

2019-07-22 23:21:20 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2019-07-22 23:21:20 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-07-22 23:21:21 UTC

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

2019-07-22 23:21:26 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables openssl xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2019-07-22 23:21:27 UTC

/bin/sh -c set -x && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid

2019-07-22 23:21:27 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-07-22 23:21:28 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2019-07-23 21:07:59 UTC

/bin/sh -c #(nop) COPY file:699353698a98efc2a172610814867ec305b1481e8f0d2c362ca0219d2bba5f63 in /usr/local/bin/

2019-07-23 21:07:59 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/docker]

2019-07-23 21:07:59 UTC

/bin/sh -c #(nop) EXPOSE 2375 2376

2019-07-23 21:08:00 UTC

/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]

2019-07-23 21:08:00 UTC

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

Details
Created

2019-07-23 20:49:24 UTC

Size

62.4 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

stable

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.0

PATH

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


Layers

[#000] sha256:5308e891d68f16cb976f93556acc9b776c9534f19ede4b9c843c934e6a7b4a18 - 3.92% (2.45 MB)

[#001] sha256:e8d1133516e79de0619eb177ff5cf863d2659dfd0b6f9f8ae5eba2eeb7c545d6 - 0.46% (295 KB)

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

[#003] sha256:2578b4d668993ba9cce780bb595ee65995ea132d36a706c0dc964f50abf995dc - 90.93% (56.8 MB)

[#004] sha256:89cc88838606ddd3bf77e87194ec4fcb8cf31ad58903e3a8fd55d434045e2998 - 0.0% (545 Bytes)

[#005] sha256:a915349b83f09f92e7a6ccdfe8a4660afc4493da0dad09086981426a7f7d5995 - 0.0% (869 Bytes)

[#006] sha256:54fe1b51065501c13cecf02a5f933657636efbcd9f7da35d562c1f21b7ae28d8 - 4.67% (2.92 MB)

[#007] sha256:3ee00bdf66ff036fb801ea093a1719f3d5ca5094ebd3c5726d5f4ded88b59ca7 - 0.0% (1.31 KB)

[#008] sha256:7a7cef66b91cb913bdfae37f87d92119b1daa45c7c907e3fdd79acca8c6e1865 - 0.0% (756 Bytes)

[#009] sha256:485e3f2358c525f225431c0f6bc22db6f9e6b5127e6dbdfffecb461726f2c14c - 0.0% (1.62 KB)


History
2019-07-11 21:49:55 UTC

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

2019-07-11 21:49:55 UTC

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

2019-07-11 22:05:41 UTC

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

2019-07-11 22:05:43 UTC

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

2019-07-11 22:06:23 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-07-22 22:51:40 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0

2019-07-22 22:51:51 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-07-22 22:51:52 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-07-22 22:51:53 UTC

/bin/sh -c #(nop) COPY file:c7db1e5f35a1fc84c1a93d87dbf1d9d465d0cac218f919aa82f7ee7f666d1671 in /usr/local/bin/

2019-07-22 22:51:53 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2019-07-22 22:51:53 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-07-22 22:51:54 UTC

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

2019-07-22 22:52:00 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables openssl xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2019-07-22 22:52:01 UTC

/bin/sh -c set -x && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid

2019-07-22 22:52:02 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-07-22 22:52:03 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2019-07-23 20:49:22 UTC

/bin/sh -c #(nop) COPY file:699353698a98efc2a172610814867ec305b1481e8f0d2c362ca0219d2bba5f63 in /usr/local/bin/

2019-07-23 20:49:23 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/docker]

2019-07-23 20:49:23 UTC

/bin/sh -c #(nop) EXPOSE 2375 2376

2019-07-23 20:49:24 UTC

/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]

2019-07-23 20:49:24 UTC

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

Details
Created

2019-07-23 20:58:40 UTC

Size

61.9 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

stable

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.0

PATH

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


Layers

[#000] sha256:50e6a8f95d08735cf973d06f486e8d4906f0a8009fede2aa1b1d03accbda9281 - 3.66% (2.27 MB)

[#001] sha256:6c3d02882ecb3a5941237bc80f858f7493d5a32ebb3e3cef33b06f7fb05feb40 - 0.46% (294 KB)

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

[#003] sha256:75562863619c333b11566a23eaa3534e08f220eaa1925c4174136a4cceb225e5 - 91.66% (56.8 MB)

[#004] sha256:55961761fd282f8c51bf5b9928d365926820f5f222462b7258e727c89c140953 - 0.0% (543 Bytes)

[#005] sha256:71f3ae2dbcf34ee16eae4f338954430b4dd9c949f68855fe5cac607aafab96ae - 0.0% (867 Bytes)

[#006] sha256:6a08f5ec0ae9c150ca6f1c07ce0f44485ed770ab1ee92791a3aa96a59c30b289 - 4.21% (2.61 MB)

[#007] sha256:1560888314c42843f62916393df7cac8c3239139dd923cbaedceff0f34abb1a9 - 0.0% (1.31 KB)

[#008] sha256:4fc52bf1ccebe9b5e1e0590f12159c87a547d706f86a61083a3d14b856942a72 - 0.0% (758 Bytes)

[#009] sha256:aa56e2b58acf660d5c0883e6dfabe6ef9f20f7b93117670237f31808fc8d853e - 0.0% (1.62 KB)


History
2019-07-11 21:57:38 UTC

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

2019-07-11 21:57:39 UTC

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

2019-07-11 22:13:25 UTC

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

2019-07-11 22:13:26 UTC

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

2019-07-11 22:14:18 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-07-22 22:59:47 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0

2019-07-22 22:59:56 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-07-22 22:59:57 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-07-22 22:59:58 UTC

/bin/sh -c #(nop) COPY file:c7db1e5f35a1fc84c1a93d87dbf1d9d465d0cac218f919aa82f7ee7f666d1671 in /usr/local/bin/

2019-07-22 22:59:58 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2019-07-22 22:59:58 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-07-22 22:59:59 UTC

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

2019-07-22 23:00:05 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables openssl xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2019-07-22 23:00:06 UTC

/bin/sh -c set -x && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid

2019-07-22 23:00:06 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-07-22 23:00:08 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2019-07-23 20:58:38 UTC

/bin/sh -c #(nop) COPY file:699353698a98efc2a172610814867ec305b1481e8f0d2c362ca0219d2bba5f63 in /usr/local/bin/

2019-07-23 20:58:39 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/docker]

2019-07-23 20:58:39 UTC

/bin/sh -c #(nop) EXPOSE 2375 2376

2019-07-23 20:58:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]

2019-07-23 20:58:40 UTC

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

Details
Created

2019-07-23 20:39:37 UTC

Size

62.5 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

stable

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.0

PATH

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


Layers

[#000] sha256:31c29410a04898f7aed30f526990fced7d2a158513930c32fb05dbed3e8518da - 4.14% (2.59 MB)

[#001] sha256:9b5dd0f2942e459f52d14046ea05f6ca100b74875b2f06f14ad079e515505d7b - 0.46% (295 KB)

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

[#003] sha256:3288abe5ec9d8bda2a31d0c8a4ffddf75d025b2d9a3f4d02987bc098116d9bbc - 86.99% (54.4 MB)

[#004] sha256:6b9a2194fe678850c79b61e27cced6e7f377e18cb46c0bf6bebe032e9c52e09c - 0.0% (542 Bytes)

[#005] sha256:f73f987ad218329fc725e38e1d94a6a2032b07c330e49e8a54773989fc411547 - 0.0% (867 Bytes)

[#006] sha256:51fb0ba310400cef721766ba38aa9bffc7a4b1d36828d842669c8e3cee015818 - 8.4% (5.25 MB)

[#007] sha256:fa07f74385eea4e46519b62b48594a9aa9f01cd1a96d78407f0f80801fa5941c - 0.0% (1.31 KB)

[#008] sha256:9350e1dab9cf7bebc57b5955e474f87b3072fabea219cf06856b0fa047e70046 - 0.0% (755 Bytes)

[#009] sha256:94e98c26a3b1951c1f92fb3b017e0130558d13e47aff3f84d09d159be1e4e19b - 0.0% (1.62 KB)


History
2019-07-11 21:39:41 UTC

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

2019-07-11 21:39:41 UTC

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

2019-07-11 21:57:41 UTC

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

2019-07-11 21:57:43 UTC

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

2019-07-11 21:58:20 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2019-07-22 23:41:41 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0

2019-07-22 23:41:48 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2019-07-22 23:41:49 UTC

/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe

2019-07-22 23:41:49 UTC

/bin/sh -c #(nop) COPY file:c7db1e5f35a1fc84c1a93d87dbf1d9d465d0cac218f919aa82f7ee7f666d1671 in /usr/local/bin/

2019-07-22 23:41:50 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2019-07-22 23:41:50 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2019-07-22 23:41:51 UTC

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

2019-07-22 23:41:57 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables openssl xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2019-07-22 23:41:58 UTC

/bin/sh -c set -x && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid

2019-07-22 23:41:59 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-07-22 23:42:00 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2019-07-23 20:39:36 UTC

/bin/sh -c #(nop) COPY file:699353698a98efc2a172610814867ec305b1481e8f0d2c362ca0219d2bba5f63 in /usr/local/bin/

2019-07-23 20:39:36 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/docker]

2019-07-23 20:39:36 UTC

/bin/sh -c #(nop) EXPOSE 2375 2376

2019-07-23 20:39:37 UTC

/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]

2019-07-23 20:39:37 UTC

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

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