Namespace
haishanh
Image / Tag
yacd:v0.2.12
Content Digest
sha256:9ecad42d37182b6ede58822bb3f94df5896c53584be52387053ae36534af6598
Details
Created

2020-11-24 13:10:08 UTC

Size

9.62 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-11-24T13:06:07.249Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    ef1c7823e05c752c31687fcf7c13ee6433faa8d2
  • org.opencontainers.image.source
    https://github.com/haishanh/yacd
  • org.opencontainers.image.title
    yacd
  • org.opencontainers.image.url
    https://github.com/haishanh/yacd
  • org.opencontainers.image.version
    v0.2.12

Environment
NGINX_VERSION

1.19.4

NJS_VERSION

0.4.4

PATH

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

PKG_RELEASE

1


Layers

[#000] sha256:188c0c94c7c576fff0792aca7ec73d67a2f7f4cb3a6e53a84559337260b36964 - 27.72% (2.67 MB)

[#001] sha256:0ca72de6f95718a4bd36e45f03fffa98e53819be7e75cb8cd1bcb0705b845939 - 67.05% (6.45 MB)

[#002] sha256:9dd8e8e549988a3e2c521f27f805b7a03d909d185bb01cdb4a4029e5a6702919 - 0.01% (600 Bytes)

[#003] sha256:f2dc206a393cd74df3fea6d4c1d3cefe209979e8dbcceb4893ec9eadcc10bc14 - 0.01% (894 Bytes)

[#004] sha256:85defa007a8b33f817a5113210cca4aca6681b721d4b44dc94928c265959d7d5 - 0.01% (666 Bytes)

[#005] sha256:e3a36e48f13d4344263ae494f27cd57fd9990f598f1a347b23ce66a42b174ccc - 0.0% (219 Bytes)

[#006] sha256:3d8a3c989e21ea6bfe8358cb3daae90dc3fa675aeab2e0da2ee21e28720c6119 - 5.21% (513 KB)


History
2020-10-22 02:19:24 UTC

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

2020-10-22 02:19:24 UTC

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

2020-10-22 07:53:38 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2020-11-05 18:21:47 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.19.4

2020-11-05 18:21:47 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.4.4

2020-11-05 18:21:47 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2020-11-05 18:21:52 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2020-11-05 18:21:52 UTC

/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in /

2020-11-05 18:21:52 UTC

/bin/sh -c #(nop) COPY file:13577a83b18ff90a0f97a15cd6380790a5f5288c651fa08708ff64d3f1595861 in /docker-entrypoint.d

2020-11-05 18:21:52 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2020-11-05 18:21:52 UTC

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

2020-11-05 18:21:53 UTC

/bin/sh -c #(nop) EXPOSE 80

2020-11-05 18:21:53 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGTERM

2020-11-05 18:21:53 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2020-11-24 13:06:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm -rf /usr/share/nginx/html/* # buildkit

2020-11-24 13:10:08 UTC (buildkit.dockerfile.v0)

COPY /app/public /usr/share/nginx/html # buildkit

2020-11-24 13:10:08 UTC (buildkit.dockerfile.v0)

CMD ["nginx" "-g" "daemon off;"]

Details
Created

2020-11-24 13:20:32 UTC

Size

8.44 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-11-24T13:06:07.249Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    ef1c7823e05c752c31687fcf7c13ee6433faa8d2
  • org.opencontainers.image.source
    https://github.com/haishanh/yacd
  • org.opencontainers.image.title
    yacd
  • org.opencontainers.image.url
    https://github.com/haishanh/yacd
  • org.opencontainers.image.version
    v0.2.12

Environment
NGINX_VERSION

1.19.4

NJS_VERSION

0.4.4

PATH

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

PKG_RELEASE

1


Layers

[#000] sha256:5f2023fd85a4e68f37fe41421fd89f30e69b98a645613521c57c01317561eee3 - 27.19% (2.29 MB)

[#001] sha256:768b6250234dec516798d06fa434703ba47194be82ca8a65c041b7ba26d03fbe - 66.85% (5.64 MB)

[#002] sha256:1e29f7c0042237f3162a9092761a38eaab45acce24ada594f0a4d607e33b88a6 - 0.01% (601 Bytes)

[#003] sha256:c7eae433352ff730dcf8e0fd6aa6d365d27b04b82c1248facf36a92018ccc1c1 - 0.01% (897 Bytes)

[#004] sha256:8be793fb48b78fe279bc903b1924f137f19c50a6affc984da0003342f4b3f596 - 0.01% (667 Bytes)

[#005] sha256:8749062beeccae7a3059d3bca3e4491db0ace88d793c10359efc37f7700f2e5f - 0.0% (219 Bytes)

[#006] sha256:c9086b9de7c36921f3a3e583b1bb39c1c7cb458826a7ce663625fa5ce25a969b - 5.94% (513 KB)


History
2020-10-22 01:58:13 UTC

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

2020-10-22 01:58:14 UTC

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

2020-10-22 08:29:31 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2020-11-05 19:14:25 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.19.4

2020-11-05 19:14:26 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.4.4

2020-11-05 19:14:27 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2020-11-05 19:18:30 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2020-11-05 19:18:32 UTC

/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in /

2020-11-05 19:18:34 UTC

/bin/sh -c #(nop) COPY file:13577a83b18ff90a0f97a15cd6380790a5f5288c651fa08708ff64d3f1595861 in /docker-entrypoint.d

2020-11-05 19:18:35 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2020-11-05 19:18:36 UTC

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

2020-11-05 19:18:39 UTC

/bin/sh -c #(nop) EXPOSE 80

2020-11-05 19:18:40 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGTERM

2020-11-05 19:18:41 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2020-11-24 13:06:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm -rf /usr/share/nginx/html/* # buildkit

2020-11-24 13:20:32 UTC (buildkit.dockerfile.v0)

COPY /app/public /usr/share/nginx/html # buildkit

2020-11-24 13:20:32 UTC (buildkit.dockerfile.v0)

CMD ["nginx" "-g" "daemon off;"]

Details
Created

2020-11-24 13:20:47 UTC

Size

9.49 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-11-24T13:06:07.249Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    ef1c7823e05c752c31687fcf7c13ee6433faa8d2
  • org.opencontainers.image.source
    https://github.com/haishanh/yacd
  • org.opencontainers.image.title
    yacd
  • org.opencontainers.image.url
    https://github.com/haishanh/yacd
  • org.opencontainers.image.version
    v0.2.12

Environment
NGINX_VERSION

1.19.4

NJS_VERSION

0.4.4

PATH

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

PKG_RELEASE

1


Layers

[#000] sha256:5f621e34cdf485f410766dc9a0fc7855d17916d0f6583b58cbdce7c28831f527 - 27.21% (2.58 MB)

[#001] sha256:23b2208f18210ef7c8ad9017787a325d70fd7d546a930a094569e75e431d96d0 - 67.49% (6.4 MB)

[#002] sha256:5b946861e96b52feb54754eda11aea03492913b142fcf57361eca584d81397f6 - 0.01% (600 Bytes)

[#003] sha256:c5de9438b915583b2a67e8822f8d1cce669378ba4bbc6e5968db84b20acc71f9 - 0.01% (895 Bytes)

[#004] sha256:be311ce2f9dbc86445079e6c63bbbfddccf9ccfcef1a8aad778db93643da6f27 - 0.01% (666 Bytes)

[#005] sha256:d9f2c43f88b352ea3b30d98f8c98bd95159fee718612ba237c6a90114f2bcfcf - 0.0% (213 Bytes)

[#006] sha256:fd727cd9ddf47c27adf975061ab5e6aea5291cb5843b5491a6d9a001d4f9bfff - 5.28% (513 KB)


History
2020-10-22 02:01:01 UTC

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

2020-10-22 02:01:06 UTC

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

2020-10-22 04:55:32 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2020-11-05 18:53:28 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.19.4

2020-11-05 18:53:28 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.4.4

2020-11-05 18:53:29 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1

2020-11-05 18:57:03 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2020-11-05 18:57:05 UTC

/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in /

2020-11-05 18:57:06 UTC

/bin/sh -c #(nop) COPY file:13577a83b18ff90a0f97a15cd6380790a5f5288c651fa08708ff64d3f1595861 in /docker-entrypoint.d

2020-11-05 18:57:06 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2020-11-05 18:57:08 UTC

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

2020-11-05 18:57:09 UTC

/bin/sh -c #(nop) EXPOSE 80

2020-11-05 18:57:10 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGTERM

2020-11-05 18:57:11 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

2020-11-24 13:06:35 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm -rf /usr/share/nginx/html/* # buildkit

2020-11-24 13:20:47 UTC (buildkit.dockerfile.v0)

COPY /app/public /usr/share/nginx/html # buildkit

2020-11-24 13:20:47 UTC (buildkit.dockerfile.v0)

CMD ["nginx" "-g" "daemon off;"]

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