Namespace
haishanh
Image / Tag
yacd:v0.2.13
Content Digest
sha256:ff9dab608d7e960d2ffc1f2e9c61e1329230ce0087cd9464ec2755dd411e0804
Details
Created

2020-12-06 13:21:48 UTC

Size

9.77 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-12-06T13:17:43.673Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    3b0cd7bd1e12cb10e53810acd5d983e735bd78c7
  • 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.13

Environment
NGINX_VERSION

1.19.5

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.31% (2.67 MB)

[#001] sha256:617561f33ec6e3db8e3e3135d62308845388849202c8e4ea57495ab3266f422d - 67.3% (6.57 MB)

[#002] sha256:7d856acdaa9cd61932982e9abb8e4601a45f9751eda9d30c631948a4c44b7012 - 0.01% (602 Bytes)

[#003] sha256:a0d3c6e28e6d50fb214598ea50b8dc07a693aa80842e0f31dcf8e5943a6fc665 - 0.01% (903 Bytes)

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

[#005] sha256:a94c54e53e72fd8a272830614c3a7f5482b05cda83d9fe79675888f3aab6b26a - 0.0% (220 Bytes)

[#006] sha256:be6289e16a53079209d0d5f3f458fc14166d08108d33199a4cc36fe364a7fbf0 - 5.37% (537 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-25 00:30:55 UTC

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

2020-11-25 00:30:55 UTC

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

2020-11-25 00:30:55 UTC

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

2020-11-25 00:31:00 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-25 00:31:00 UTC

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

2020-11-25 00:31:00 UTC

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

2020-11-25 00:31:00 UTC

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

2020-11-25 00:31:00 UTC

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

2020-11-25 00:31:01 UTC

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

2020-11-25 00:31:01 UTC

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

2020-11-25 00:31:01 UTC

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

2020-12-06 13:18:09 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:21:48 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:21:48 UTC (buildkit.dockerfile.v0)

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

Details
Created

2020-12-06 13:32:00 UTC

Size

8.92 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-12-06T13:17:43.673Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    3b0cd7bd1e12cb10e53810acd5d983e735bd78c7
  • 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.13

Environment
NGINX_VERSION

1.19.5

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 - 25.72% (2.29 MB)

[#001] sha256:2f364436d2e50cf2a858cc7cf7c63f2269d1337b84cf612e1c09fb446211a6a9 - 68.37% (6.1 MB)

[#002] sha256:855401914b3e91402ca55237e1caa1edfb6266c1aaec739b8988ab0ada48e156 - 0.01% (601 Bytes)

[#003] sha256:54fa295306b735941f39bc51ec92fdbe76c1db14ccdad1beca51571e9cbd67ca - 0.01% (901 Bytes)

[#004] sha256:7ed6d3ae0f4d70191966cb9225f0bc510d7080989c8478b5110a1b147c032946 - 0.01% (667 Bytes)

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

[#006] sha256:3eb33f6d2fd1b120dd7d432141cbef45a04f6ece8169c3bfc7c977c3c21f6561 - 5.88% (537 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-25 00:12:43 UTC

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

2020-11-25 00:12:44 UTC

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

2020-11-25 00:12:45 UTC

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

2020-11-25 00:16:02 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-25 00:16:03 UTC

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

2020-11-25 00:16:04 UTC

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

2020-11-25 00:16:04 UTC

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

2020-11-25 00:16:05 UTC

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

2020-11-25 00:16:06 UTC

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

2020-11-25 00:16:07 UTC

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

2020-11-25 00:16:08 UTC

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

2020-12-06 13:18:07 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:32:00 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:32:00 UTC (buildkit.dockerfile.v0)

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

Details
Created

2020-12-06 13:32:33 UTC

Size

10 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2020-12-06T13:17:43.673Z
  • org.opencontainers.image.description
    Yet Another Clash Dashboard
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    3b0cd7bd1e12cb10e53810acd5d983e735bd78c7
  • 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.13

Environment
NGINX_VERSION

1.19.5

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 - 25.81% (2.58 MB)

[#001] sha256:d1746659b9158f7a28607e61bbd2a1e1d28a218a3026ef2a077c509b3b02012c - 68.93% (6.89 MB)

[#002] sha256:6b3fae0121ad89cb3c4b33777d5dcb7d1836539e0d35f204a4ca7c466c4e37ec - 0.01% (600 Bytes)

[#003] sha256:e4b6f618dd361f014b7609c769325b26332a7f0042d0cc7054d947a7814f7a7f - 0.01% (903 Bytes)

[#004] sha256:42acf67661e876855602e8bcf939083907eee5ff28f3bd1b30e3f4314c0dd38c - 0.01% (668 Bytes)

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

[#006] sha256:44e12fd61a6bc07b5c694b087ce852d6feaec42555197969405fde6fce9b851a - 5.24% (537 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-25 02:44:24 UTC

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

2020-11-25 02:44:25 UTC

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

2020-11-25 02:44:26 UTC

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

2020-11-25 02:49:24 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-25 02:49:25 UTC

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

2020-11-25 02:49:26 UTC

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

2020-11-25 02:49:27 UTC

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

2020-11-25 02:49:28 UTC

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

2020-11-25 02:49:29 UTC

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

2020-11-25 02:49:29 UTC

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

2020-11-25 02:49:30 UTC

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

2020-12-06 13:18:09 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:32:33 UTC (buildkit.dockerfile.v0)

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

2020-12-06 13:32:33 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