docker.io/inight1997/kunlun-mirror:latest linux/amd64

docker.io/inight1997/kunlun-mirror:latest - 国内下载镜像源 浏览次数:17

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

源镜像 docker.io/inight1997/kunlun-mirror:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest
镜像ID sha256:37be9ecb04c4bedc72bc86a1b14c068bf4fa40bbd24d74cfcab7cb5c2e6b5be7
镜像TAG latest
大小 121.84MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD python3
启动入口
工作目录 /root
OS/平台 linux/amd64
浏览量 17 次
贡献者 44******5@qq.com
镜像创建 2021-03-15T07:01:05.994822432Z
同步时间 2026-01-22 09:50
更新时间 2026-01-22 20:07
开放端口
9999/tcp
环境变量
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568 PYTHON_VERSION=3.9.2 PYTHON_PIP_VERSION=21.0.1 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest  docker.io/inight1997/kunlun-mirror:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest  docker.io/inight1997/kunlun-mirror:latest

Shell快速替换命令

sed -i 's#inight1997/kunlun-mirror:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2021-03-15 15:01:05  0.00B 
/bin/sh -c #(nop)  EXPOSE 9999
                        
# 2021-03-15 15:01:05  77.00B 
/bin/sh -c #(nop) COPY file:fdc5ee0216885014452e5c57c31164dfd215d9123a37b0a78c5599fa1284c3cf in /usr/bin/pyscan 
                        
# 2021-03-15 15:01:05  0.00B 
/bin/sh -c #(nop) WORKDIR /root
                        
# 2021-03-15 15:01:03  77.15MB 
/bin/sh -c apk update && apk upgrade && apk add --no-cache curl wget git   && cd /root && git clone https://github.com/LoRexxar/Kunlun-M && cd ./Kunlun-M   && pip install -r requirements.txt   && cp Kunlun_M/settings.py.bak Kunlun_M/settings.py   && python kunlun.py init   && apk del curl wget git && rm -rf /var/cache/apk/*
                        
# 2021-03-13 03:15:42  0.00B 
/bin/sh -c #(nop)  CMD ["python3"]
                        
# 2021-03-13 03:15:42  8.01MB 
/bin/sh -c set -ex; 		wget -O get-pip.py "$PYTHON_GET_PIP_URL"; 	echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 		python get-pip.py 		--disable-pip-version-check 		--no-cache-dir 		"pip==$PYTHON_PIP_VERSION" 	; 	pip --version; 		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' \) \) 		\) -exec rm -rf '{}' +; 	rm -f get-pip.py
                        
# 2021-03-13 03:15:34  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565
                        
# 2021-03-13 03:15:34  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py
                        
# 2021-03-13 03:15:34  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=21.0.1
                        
# 2021-03-13 03:15:33  32.00B 
/bin/sh -c cd /usr/local/bin 	&& ln -s idle3 idle 	&& ln -s pydoc3 pydoc 	&& ln -s python3 python 	&& ln -s python3-config python-config
                        
# 2021-03-13 03:15:32  29.31MB 
/bin/sh -c set -ex 	&& apk add --no-cache --virtual .fetch-deps 		gnupg 		tar 		xz 		&& 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" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --batch --keyserver ha.pool.sks-keyservers.net --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 -xJC /usr/src/python --strip-components=1 -f python.tar.xz 	&& rm python.tar.xz 		&& apk add --no-cache --virtual .build-deps  		bluez-dev 		bzip2-dev 		coreutils 		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 	&& apk del --no-network .fetch-deps 		&& 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 		--with-system-ffi 		--without-ensurepip 	&& make -j "$(nproc)" 		EXTRA_CFLAGS="-DTHREAD_STACK_SIZE=0x100000" 		LDFLAGS="-Wl,--strip-all" 	&& make install 	&& 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 '*.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-cache --virtual .python-rundeps 	&& apk del --no-network .build-deps 		&& python3 --version
                        
# 2021-03-13 03:06:28  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=3.9.2
                        
# 2021-03-13 03:06:28  0.00B 
/bin/sh -c #(nop)  ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
                        
# 2021-03-13 02:23:56  1.76MB 
/bin/sh -c set -eux; 	apk add --no-cache 		ca-certificates 		tzdata 	;
                        
# 2021-03-13 02:23:53  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2021-03-13 02:23:52  0.00B 
/bin/sh -c #(nop)  ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2021-02-18 05:19:54  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2021-02-18 05:19:54  5.61MB 
/bin/sh -c #(nop) ADD file:80bf8bd014071345b1c0364eeb0a5e48f3fb0d87f9c31cb990e57caa652b59b8 in / 
                        
                    

镜像信息

{
    "Id": "sha256:37be9ecb04c4bedc72bc86a1b14c068bf4fa40bbd24d74cfcab7cb5c2e6b5be7",
    "RepoTags": [
        "inight1997/kunlun-mirror:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror:latest"
    ],
    "RepoDigests": [
        "inight1997/kunlun-mirror@sha256:d97c34f40f526cb522c28e23006c32f43850aafc99a29bb0e137d18359e149c5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/inight1997/kunlun-mirror@sha256:d97c34f40f526cb522c28e23006c32f43850aafc99a29bb0e137d18359e149c5"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-03-15T07:01:05.994822432Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.8",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9999/tcp": {}
        },
        "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=E3FF2839C048B25C084DEBE9B26995E310250568",
            "PYTHON_VERSION=3.9.2",
            "PYTHON_PIP_VERSION=21.0.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/b60e2320d9e8d02348525bd74e871e466afdf77c/get-pip.py",
            "PYTHON_GET_PIP_SHA256=c3b81e5d06371e135fb3156dc7d8fd6270735088428c4a9a5ec1f342e2024565"
        ],
        "Cmd": [
            "python3"
        ],
        "Image": "sha256:6a32d91b6dffa523dd3efb2eda5c16799fe580bd67081fc0231dfba1c5583c4f",
        "Volumes": null,
        "WorkingDir": "/root",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 121839727,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3a4882396013e8e50b2250eb0d9be1f41e41f0ccb3820f7cf283a4e39df4651e/diff:/var/lib/docker/overlay2/53b7ab1cfc6131c25d6ab8e604b83d9957f5461976d66b68ce38c753163fd086/diff:/var/lib/docker/overlay2/5c154218e2b7292245936d65c02fdacee5a2e7b02c9278323ca948457f3a7eb0/diff:/var/lib/docker/overlay2/1c0a87ad97b692e7fc6e3d35ab58a16a0eb9aed5df8bee90dd984506154d7fef/diff:/var/lib/docker/overlay2/2e0837544ce68711ee0aec0d294c54e7433bc56d18cc4c3c8e1441dd54d2ae16/diff:/var/lib/docker/overlay2/fb3dfc1ffa557688c13052eb9724954263f89c27b7c590e0059a5389db67b718/diff",
            "MergedDir": "/var/lib/docker/overlay2/7ee1d91282a52e1d6e152da486dc073678db3642e887700a60c2cfc8cb83cc34/merged",
            "UpperDir": "/var/lib/docker/overlay2/7ee1d91282a52e1d6e152da486dc073678db3642e887700a60c2cfc8cb83cc34/diff",
            "WorkDir": "/var/lib/docker/overlay2/7ee1d91282a52e1d6e152da486dc073678db3642e887700a60c2cfc8cb83cc34/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:cb381a32b2296e4eb5af3f84092a2e6685e88adbc54ee0768a1a1010ce6376c7",
            "sha256:a5e95e9ad9ffef90cc4bafcfeeff479f2013403bd47251dd2e5be63cfd972ad0",
            "sha256:1665fa55a416e5d38227aad4bb7ae6d12591da13390d9ea0ea535495b52bd44c",
            "sha256:4be634b178888f3afa1bdd24d65f0cc53b0b59609f1ca9b15112f38fbe1032f3",
            "sha256:ab4c23f7f8c08ea486dc5ad6d5f23647163ee2fa20571107284786aa8517dd16",
            "sha256:83f7b6ca4d116acd5d57f0067c87f02c7b3f7792fbc4474088b05168c22f48b5",
            "sha256:f6760568bf447d572b55f699f0ffff42c8021bfdc176c25e69b1d4b33dbbab35"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-22T09:50:41.873845401+08:00"
    }
}

更多版本

docker.io/inight1997/kunlun-mirror:latest

linux/amd64 docker.io121.84MB2026-01-22 09:50
16