Namespace
mouday
Image / Tag
domain-admin:0.0.13
Content Digest
sha256:f2c8faf02b10c92284280eec9e04f8a57cb841bcadcaeaff66c63e5140c4100e
Details
Created

2022-11-02 09:54:34 UTC

Size

42.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-02T09:54:07.335Z
  • org.opencontainers.image.description
    域名SSL证书监测平台
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    d12ac2d67bd68c2a784ae07f2cab8d4eecf37e50
  • org.opencontainers.image.source
    https://github.com/mouday/domain-admin
  • org.opencontainers.image.title
    domain-admin
  • org.opencontainers.image.url
    https://github.com/mouday/domain-admin
  • org.opencontainers.image.version
    0.0.13

Environment
GPG_KEY

E3FF2839C048B25C084DEBE9B26995E310250568

LANG

C.UTF-8

PATH

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

PYTHON_GET_PIP_SHA256

36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67

PYTHON_GET_PIP_URL

https://github.com/pypa/get-pip/raw/6d265be7a6b5bc4e9c5c07646aee0bf0394be03d/public/get-pip.py

PYTHON_PIP_VERSION

22.0.4

PYTHON_SETUPTOOLS_VERSION

58.1.0

PYTHON_VERSION

3.9.15


Layers

[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 6.3% (2.68 MB)

[#001] sha256:47858aee13bf9c7c2b62cfaccdc9ce2524efef339df0c0ed8935c6587a376d60 - 1.51% (657 KB)

[#002] sha256:d659b9b3a0dd5161685264a88e080b3a69d4638f78a93d876db8445b3ea58bc5 - 26.95% (11.5 MB)

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

[#004] sha256:f01a234119fdde74ad4de76247029bc330f4c9ad2a02aedb3c95f13d1dbe0452 - 6.47% (2.75 MB)

[#005] sha256:ba98de98184e6c6679e0cd409bfe4396fd2f36d2c3afa835c6bdb9191d63bb8a - 8.18% (3.48 MB)

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

[#007] sha256:97b0e5b709884a834cb09b1d372e32df80163f3d6f1cd301e7c0b614dfbc001d - 50.59% (21.5 MB)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-10-06 21:35:23 UTC

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

2022-10-07 01:33:42 UTC

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

2022-10-07 01:33:43 UTC

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

2022-10-07 02:34:49 UTC

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

2022-10-14 00:04:30 UTC

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

2022-10-14 00:09:14 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" ; 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' \) \) \) -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-10-14 00:09:15 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-10-14 00:09:15 UTC

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

2022-10-14 00:09:15 UTC

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

2022-10-25 01:00:55 UTC

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

2022-10-25 01:00:55 UTC

/bin/sh -c #(nop) ENV PYTHON_GET_PIP_SHA256=36c6f6214694ef64cc70f4127ac0ccec668408a93825359d998fb31d24968d67

2022-10-25 01:01:03 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-10-25 01:01:03 UTC

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

2022-11-02 09:54:12 UTC (buildkit.dockerfile.v0)

ADD . /app # buildkit

2022-11-02 09:54:12 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2022-11-02 09:54:34 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 && pip install --no-cache-dir -r requirements.txt && apk del .build-deps # buildkit

2022-11-02 09:54:34 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "gunicorn --bind '0.0.0.0:8000' '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