docker.io/mouday/domain-admin:latest linux/amd64

docker.io/mouday/domain-admin:latest - 国内下载镜像源 浏览次数:156

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

根据 Docker Hub 上的信息,这个镜像的描述是:
Domain Admin
这个镜像用于管理域名系统(Domain Name System),提供了各种命令和工具来管理 DNS 记录、域名解析等功能。
源镜像 docker.io/mouday/domain-admin:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:latest
镜像ID sha256:e97d8ffd784ac56822275f8ce1e50933b13ce7ccc20cbe7b62a645b72766f010
镜像TAG latest
大小 337.91MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/sh -c gunicorn --bind '0.0.0.0:8000' --timeout 120 'domain_admin.main:app'
启动入口
工作目录 /app
OS/平台 linux/amd64
浏览量 156 次
贡献者
镜像创建 2024-09-08T04:19:28.134674305Z
同步时间 2024-09-10 13:49
更新时间 2025-02-21 20:23
环境变量
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
镜像标签
2024-09-08T04:18:31.869Z: org.opencontainers.image.created 域名SSL证书监测平台、SSL证书申请自动续签。Domain and SSL Cert monitor System.: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 2101ae964f1b670d89dee5244e52c84273b1a975: 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.49: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-09-08 12:19:28  0.00B 设置默认要执行的命令
CMD ["/bin/sh" "-c" "gunicorn --bind '0.0.0.0:8000'  --timeout 120 'domain_admin.main:app'"]
                        
# 2024-09-08 12:19:28  274.39MB 执行命令并创建新的镜像层
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
                        
# 2024-09-08 12:18:38  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2024-09-08 12:18:38  18.03MB 复制文件或目录到容器中
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:e97d8ffd784ac56822275f8ce1e50933b13ce7ccc20cbe7b62a645b72766f010",
    "RepoTags": [
        "mouday/domain-admin:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin:latest"
    ],
    "RepoDigests": [
        "mouday/domain-admin@sha256:f91252df1fa7973d0f2f5f8c6b39433a60e04587fa97056f175b08e7f58c3273",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/mouday/domain-admin@sha256:2f1e65ca41a55e826f430d080a04f504e72e38924f956e3f38a3f1097340cfd8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-08T04:19:28.134674305Z",
    "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 '0.0.0.0:8000'  --timeout 120 'domain_admin.main:app'"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-09-08T04:18:31.869Z",
            "org.opencontainers.image.description": "域名SSL证书监测平台、SSL证书申请自动续签。Domain and SSL Cert monitor System.",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "2101ae964f1b670d89dee5244e52c84273b1a975",
            "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.49"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 337914769,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ad83978043ded51bea7d49b48144b640c88ca3116ee556608f4366cacc8f213c/diff:/var/lib/docker/overlay2/81471d8e141c6a8b90e4a82e6a9f32afd5dbea21ef706ac59916c03eb60691b9/diff:/var/lib/docker/overlay2/3d56be33f0fc91a5f0011a2835ce3a4107a0a12ae8633adf066de2d0fac0e13a/diff:/var/lib/docker/overlay2/6882a9b6a2a6874d880d3d19dd1ea5d9cec3df575f18c3db49913e1baae6625a/diff:/var/lib/docker/overlay2/82235b10766825faab4a1e3aa0a4cbf08e59ca1a6c95f5b81c1a53e47965b683/diff:/var/lib/docker/overlay2/fb8db72e89ff6d409aab76a3a8b1ae6e36d87429cb7f2a2eba53ac63bbc1a616/diff:/var/lib/docker/overlay2/eb70ba7bd387d699640a9210a57dd54a8262e2a27ac2dcba79b511b5c507ea14/diff",
            "MergedDir": "/var/lib/docker/overlay2/08233d1c4772c7d238908a34f689ba9b38d7e31289dacba6746b7105ee94fcd2/merged",
            "UpperDir": "/var/lib/docker/overlay2/08233d1c4772c7d238908a34f689ba9b38d7e31289dacba6746b7105ee94fcd2/diff",
            "WorkDir": "/var/lib/docker/overlay2/08233d1c4772c7d238908a34f689ba9b38d7e31289dacba6746b7105ee94fcd2/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e5e13b0c77cbb769548077189c3da2f0a764ceca06af49d8d558e759f5c232bd",
            "sha256:f80ab90a8af02011fc7ec3e94ee27788925af0ad2d9acb0b38fb50a1183af534",
            "sha256:fff68df5095ce8cae623459755566fb082412fdd4624b3c547e6b44d61a83469",
            "sha256:217e232f4832214f0ff8d8954a3acefce78875e5514166540b130f5b3effdc0d",
            "sha256:9987c021b10a204fb18a3e1d901d3f098cd3895faff3bee356085fa48b3caece",
            "sha256:72d5c4aed6874e1bca2b9b18f21b8452e42a17ee3f674df565458d898cc75b41",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:27d1744add1aa268450a2d30af487ec4064175960ffca878d9a69e55272ac727"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-10T13:48:49.537337791+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/mouday/domain-admin:latest

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

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

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

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

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

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

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

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

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

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

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

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

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