Namespace
mouday
Image / Tag
domain-admin:v1.6.74
Content Digest
sha256:b839218c5643b19539fa7732bb2c3152d9769781ebc9ae908969ef0028702f02
Details
Created

2025-12-22 15:29:57 UTC

Size

84.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-12-22T15:28:50.855Z
  • org.opencontainers.image.description
    域名SSL证书监测平台、SSL证书申请自动续签。Domain and SSL Cert monitor System.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    a6fee26d9af3f56c8fec02c8aa14e49e0af9f25c
  • org.opencontainers.image.source
    https://github.com/dromara/domain-admin
  • org.opencontainers.image.title
    domain-admin
  • org.opencontainers.image.url
    https://github.com/dromara/domain-admin
  • org.opencontainers.image.version
    v1.6.74

Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.7.15


Layers

[#000] sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 3.16% (2.68 MB)

[#001] sha256:9e124a36b9ab9caae9b9b43bffcb6f6d9f126ab89cf2a8b20b9a6f912df03d36 - 0.75% (646 KB)

[#002] sha256:edb4d319ce972934cb85f3a5a9205df302f623851a3bda28d24b806a08395f7f - 12.58% (10.6 MB)

[#003] sha256:b8a071d6393e9a998ff8d7d644d51082794432ea2470136bbff608fc032e51fb - 0.0% (230 Bytes)

[#004] sha256:91013de9d1f444b266e620e22a60ecce6adf78d2f7681c29703c1ef580e205e0 - 3.25% (2.75 MB)

[#005] sha256:283528bf5b5661884928d16552ad06edbd0761e87e682e6c2ad5a8bdbbe5d4c5 - 7.78% (6.58 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:8904883a8cf09d656b80a902903f4b691c21920e797c2abd90a3edf0f4670379 - 72.48% (61.3 MB)


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-12 05:56:57 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-11-12 06:39:07 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-11-12 06:39:08 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-11-12 07:39:00 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2022-11-12 07:39:01 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.15

2022-11-12 07:45:57 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-11-12 07:45:57 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done

2022-11-12 07:45:58 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-11-12 07:45:58 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-11-16 07:00:26 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py

2022-11-16 07:00:26 UTC

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

2022-11-16 07:00:32 UTC

/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-11-16 07:00:32 UTC

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

2025-12-22 15:28:56 UTC (buildkit.dockerfile.v0)

ADD . /app # buildkit

2025-12-22 15:28:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-12-22 15:29:57 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev openssl-dev bash && apk add --no-cache libffi openssl && pip install --no-cache-dir --upgrade pip setuptools wheel gunicorn && pip install --no-cache-dir -r requirements/production.txt && apk del .build-deps # buildkit

2025-12-22 15:29:57 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "gunicorn --bind '[::]:8000' --timeout 120 'domain_admin.main:app'"]

Details
Created

2025-12-22 15:38:09 UTC

Size

83.8 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-12-22T15:28:50.855Z
  • org.opencontainers.image.description
    域名SSL证书监测平台、SSL证书申请自动续签。Domain and SSL Cert monitor System.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    a6fee26d9af3f56c8fec02c8aa14e49e0af9f25c
  • org.opencontainers.image.source
    https://github.com/dromara/domain-admin
  • org.opencontainers.image.title
    domain-admin
  • org.opencontainers.image.url
    https://github.com/dromara/domain-admin
  • org.opencontainers.image.version
    v1.6.74

Environment
GPG_KEY

0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

57.5.0

PYTHON_VERSION

3.7.15


Layers

[#000] sha256:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 3.08% (2.58 MB)

[#001] sha256:e190eeb0612a6514b857c64886ec8f64d8e235210be5682cf6abbc5bd172b135 - 0.75% (648 KB)

[#002] sha256:ca33261a2d9a70724c136eefc3adb035be788c6183a584a59237e10307ec6a52 - 12.77% (10.7 MB)

[#003] sha256:73605cff8ae4b01631c7f61fa4231e9276fe0cb256587e66b491a60e48809bf7 - 0.0% (229 Bytes)

[#004] sha256:85019b19462a2712cebbb0af7b1652fd3e0475021cffc3002602898bb1b47f4f - 3.28% (2.75 MB)

[#005] sha256:283528bf5b5661884928d16552ad06edbd0761e87e682e6c2ad5a8bdbbe5d4c5 - 7.86% (6.58 MB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:e0e048f2df9798235afa632a1e5a1c33107106529317856402d10be67c39fb5a - 72.25% (60.5 MB)


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-12 06:23:34 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-11-12 08:16:58 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2022-11-12 08:16:59 UTC

/bin/sh -c set -eux; apk add --no-cache ca-certificates tzdata ;

2022-11-12 09:13:00 UTC

/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D

2022-11-12 09:13:00 UTC

/bin/sh -c #(nop) ENV PYTHON_VERSION=3.7.15

2022-11-12 09:19:19 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .build-deps gnupg tar xz bluez-dev bzip2-dev dpkg-dev dpkg expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make ncurses-dev openssl-dev pax-utils readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared --with-system-expat --without-ensurepip ; nproc="$(nproc)"; make -j "$nproc" EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" LDFLAGS="-Wl,--strip-all" PROFILE_TASK='-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_bytes test_c_locale_coercion test_class test_cmath test_codecs test_compile test_complex test_csv test_decimal test_dict test_float test_fstring test_hashlib test_io test_iter test_json test_long test_math test_memoryview test_pickle test_re test_set test_slice test_struct test_threading test_time test_traceback test_unicode ' ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) -o \( -type f -a -name 'wininst-*.exe' \) \) -exec rm -rf '{}' + ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | xargs -rt apk add --no-network --virtual .python-rundeps ; apk del --no-network .build-deps; python3 --version

2022-11-12 09:19:19 UTC

/bin/sh -c set -eux; for src in idle3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done

2022-11-12 09:19:19 UTC

/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=22.0.4

2022-11-12 09:19:19 UTC

/bin/sh -c #(nop) ENV PYTHON_SETUPTOOLS_VERSION=57.5.0

2022-11-16 01:22:22 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py

2022-11-16 01:22:22 UTC

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

2022-11-16 01:22:26 UTC

/bin/sh -c set -eux; wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; export PYTHONDONTWRITEBYTECODE=1; python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile "pip==$PYTHON_PIP_VERSION" "setuptools==$PYTHON_SETUPTOOLS_VERSION" ; rm -f get-pip.py; pip --version

2022-11-16 01:22:27 UTC

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

2025-12-22 15:28:55 UTC (buildkit.dockerfile.v0)

ADD . /app # buildkit

2025-12-22 15:28:55 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-12-22 15:38:09 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev openssl-dev bash && apk add --no-cache libffi openssl && pip install --no-cache-dir --upgrade pip setuptools wheel gunicorn && pip install --no-cache-dir -r requirements/production.txt && apk del .build-deps # buildkit

2025-12-22 15:38:09 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "gunicorn --bind '[::]:8000' --timeout 120 'domain_admin.main:app'"]

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