docker.io/mouday/domain-admin:v1.6.74 linux/amd64

docker.io/mouday/domain-admin:v1.6.74 - 国内下载镜像源 浏览次数:11
根据 Docker Hub 上的信息,这个镜像的描述是:
Domain Admin
这个镜像用于管理域名系统(Domain Name System),提供了各种命令和工具来管理 DNS 记录、域名解析等功能。
源镜像 docker.io/mouday/domain-admin:v1.6.74
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74
镜像ID sha256:c82261ee8b4ed119bc26972655584e2ac134bd9bf9440ba3f6162456ac65cec6
镜像TAG v1.6.74
大小 423.70MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c gunicorn --bind '[::]:8000' --timeout 120 'domain_admin.main:app'
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-12-22T15:29:57.033723408Z
同步时间 2025-12-25 16:06
更新时间 2025-12-25 22:29
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D PYTHON_VERSION=3.7.15 PYTHON_PIP_VERSION=22.0.4 PYTHON_SETUPTOOLS_VERSION=57.5.0 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
镜像标签
2025-12-22T15:28:50.855Z: org.opencontainers.image.created 域名SSL证书监测平台、SSL证书申请自动续签。Domain and SSL Cert monitor System.: org.opencontainers.image.description MIT: org.opencontainers.image.licenses a6fee26d9af3f56c8fec02c8aa14e49e0af9f25c: org.opencontainers.image.revision https://github.com/dromara/domain-admin: org.opencontainers.image.source domain-admin: org.opencontainers.image.title https://github.com/dromara/domain-admin: org.opencontainers.image.url v1.6.74: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74  docker.io/mouday/domain-admin:v1.6.74

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74  docker.io/mouday/domain-admin:v1.6.74

Shell快速替换命令

sed -i 's#mouday/domain-admin:v1.6.74#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74  docker.io/mouday/domain-admin:v1.6.74'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74  docker.io/mouday/domain-admin:v1.6.74'

镜像构建历史


# 2025-12-22 23:29:57  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "gunicorn --bind '[::]:8000' --timeout 120 'domain_admin.main:app'"]
                        
# 2025-12-22 23:29:57  359.87MB 执行命令并创建新的镜像层
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 23:28:56  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-12-22 23:28:56  18.33MB 复制文件或目录到容器中
ADD . /app # buildkit
                        
# 2022-11-16 15:00:32  0.00B 
/bin/sh -c #(nop)  CMD ["python3"]
                        
# 2022-11-16 15:00:32  10.18MB 
/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 15:00:26  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6
                        
# 2022-11-16 15:00:26  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py
                        
# 2022-11-12 15:45:58  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_SETUPTOOLS_VERSION=57.5.0
                        
# 2022-11-12 15:45:58  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=22.0.4
                        
# 2022-11-12 15:45:57  32.00B 
/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 15:45:57  28.03MB 
/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 15:39:01  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=3.7.15
                        
# 2022-11-12 15:39:00  0.00B 
/bin/sh -c #(nop)  ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
                        
# 2022-11-12 14:39:08  1.74MB 
/bin/sh -c set -eux; 	apk add --no-cache 		ca-certificates 		tzdata 	;
                        
# 2022-11-12 14:39:07  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2022-11-12 13:56:57  0.00B 
/bin/sh -c #(nop)  ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-11-12 12:19:23  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2022-11-12 12:19:23  5.54MB 
/bin/sh -c #(nop) ADD file:ceeb6e8632fafc657116cbf3afbd522185a16963230b57881073dad22eb0e1a3 in / 
                        
                    

镜像信息

{
    "Id": "sha256:c82261ee8b4ed119bc26972655584e2ac134bd9bf9440ba3f6162456ac65cec6",
    "RepoTags": [
        "mouday/domain-admin:v1.6.74",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:v1.6.74"
    ],
    "RepoDigests": [
        "mouday/domain-admin@sha256:b839218c5643b19539fa7732bb2c3152d9769781ebc9ae908969ef0028702f02",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin@sha256:57ce02f28f14a3acd6c9d16ba7985e43c184ba1f2578a118fffc51161529b32c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-22T15:29:57.033723408Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D",
            "PYTHON_VERSION=3.7.15",
            "PYTHON_PIP_VERSION=22.0.4",
            "PYTHON_SETUPTOOLS_VERSION=57.5.0",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/66030fa03382b4914d4c4d0896961a0bdeeeb274/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=1e501cf004eac1b7eb1f97266d28f995ae835d30250bec7f8850562703067dc6"
        ],
        "Cmd": [
            "/bin/sh",
            "-c",
            "gunicorn --bind '[::]:8000' --timeout 120 'domain_admin.main:app'"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "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"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 423695731,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/6a02c92d5a4bcc1f7d209d99abe38cb7b36601191800fc488ef65df952098936/diff:/var/lib/docker/overlay2/d89a0f18f0053fb1a4092a9b5ca9bcd8741383d47b6fcececce7cb18c6576e75/diff:/var/lib/docker/overlay2/b4586cb22b92fb7f64222b2628f5bbaac76369ccedc10681aa51938541f73f97/diff:/var/lib/docker/overlay2/9f5037b7bb7f7e60d1b8b856055d7d9fa4f2f0395ea2f8b7e6c2dc774aec84b0/diff:/var/lib/docker/overlay2/8ead2e2a2af2d27890778a7c0684dfda24dde7aed64d5369054835ade409e69a/diff:/var/lib/docker/overlay2/2ccf5a728c26ca3688d1df002693ea86e8bcc2b5e842b20fa7f7730adb4f6e37/diff:/var/lib/docker/overlay2/ea1c42e8cbd9c8660771ee898a2edff42377134ee1bd3b318f5d06cd301ee5c2/diff",
            "MergedDir": "/var/lib/docker/overlay2/f1d961cac82d49df4142183a01c29803a4bf730a3e08b0f45be3f4afe45c83bb/merged",
            "UpperDir": "/var/lib/docker/overlay2/f1d961cac82d49df4142183a01c29803a4bf730a3e08b0f45be3f4afe45c83bb/diff",
            "WorkDir": "/var/lib/docker/overlay2/f1d961cac82d49df4142183a01c29803a4bf730a3e08b0f45be3f4afe45c83bb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e5e13b0c77cbb769548077189c3da2f0a764ceca06af49d8d558e759f5c232bd",
            "sha256:f80ab90a8af02011fc7ec3e94ee27788925af0ad2d9acb0b38fb50a1183af534",
            "sha256:fff68df5095ce8cae623459755566fb082412fdd4624b3c547e6b44d61a83469",
            "sha256:217e232f4832214f0ff8d8954a3acefce78875e5514166540b130f5b3effdc0d",
            "sha256:9987c021b10a204fb18a3e1d901d3f098cd3895faff3bee356085fa48b3caece",
            "sha256:1941de931d93a57dac87c17446e8b1832b99eedbd0c19806ad8f8c8d0830c4dc",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:27db93c7e8fbd62c8904e4e00483cb3ccdf8d6cc85ce5d5043b427cebee0d8ba"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-25T16:06:14.354821696+08:00"
    }
}

更多版本

docker.io/mouday/domain-admin:v1.6.32

linux/amd64 docker.io128.08MB2024-06-20 11:55
614

docker.io/mouday/domain-admin:v1.6.33

linux/amd64 docker.io131.51MB2024-06-24 09:21
504

docker.io/mouday/domain-admin:v1.6.34

linux/amd64 docker.io131.52MB2024-06-26 10:27
403

docker.io/mouday/domain-admin:v1.6.37

linux/amd64 docker.io307.56MB2024-07-04 11:18
403

docker.io/mouday/domain-admin:v1.6.40

linux/amd64 docker.io307.84MB2024-07-12 16:28
476

docker.io/mouday/domain-admin:v1.6.45

linux/amd64 docker.io334.61MB2024-08-19 17:03
296

docker.io/mouday/domain-admin:v1.6.48

linux/amd64 docker.io337.41MB2024-08-29 09:29
348

docker.io/mouday/domain-admin:latest

linux/amd64 docker.io337.91MB2024-09-10 13:49
489

docker.io/mouday/domain-admin:v1.6.50

linux/amd64 docker.io339.23MB2024-09-27 12:56
319

docker.io/mouday/domain-admin:v1.6.51

linux/amd64 docker.io339.72MB2024-10-12 14:27
314

docker.io/mouday/domain-admin:v1.6.53

linux/amd64 docker.io340.95MB2024-10-29 01:27
269

docker.io/mouday/domain-admin:v1.6.60

linux/amd64 docker.io377.51MB2024-11-19 10:50
233

docker.io/mouday/domain-admin:v1.6.61

linux/amd64 docker.io379.05MB2024-11-29 10:22
232

docker.io/mouday/domain-admin:v1.6.64

linux/amd64 docker.io384.03MB2025-02-13 11:14
270

docker.io/mouday/domain-admin:v1.6.65

linux/amd64 docker.io386.05MB2025-03-21 17:14
182

docker.io/mouday/domain-admin:v1.6.66

linux/amd64 docker.io387.23MB2025-05-09 13:45
154

docker.io/mouday/domain-admin:v1.6.69

linux/amd64 docker.io396.08MB2025-07-04 10:13
137

docker.io/mouday/domain-admin:v1.6.70

linux/amd64 docker.io397.38MB2025-08-12 13:48
113

docker.io/mouday/domain-admin:v1.6.71

linux/amd64 docker.io393.35MB2025-09-13 02:28
100

docker.io/mouday/domain-admin:v1.6.73

linux/amd64 docker.io400.77MB2025-10-27 11:16
87

docker.io/mouday/domain-admin:v1.6.74

linux/amd64 docker.io423.70MB2025-12-25 16:06
10