docker.io/alenx/walle-web:2.1 linux/amd64

docker.io/alenx/walle-web:2.1 - 国内下载镜像源 浏览次数:35
```html

这是一个名为docker.io/alenx/walle-web 的Docker镜像。它很可能包含了Walle Web应用的运行环境。Walle是一个开源的、基于Python的自动化运维平台,而Walle Web是它的Web管理界面。这个镜像使得用户可以方便地部署和运行Walle Web应用。

```
源镜像 docker.io/alenx/walle-web:2.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1
镜像ID sha256:23fbcbdad6ced89cb4c4fc0a696031af22f89a8a9f3eb83eeee49f43ee993d65
镜像TAG 2.1
大小 118.02MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 35 次
贡献者
镜像创建 2019-04-17T01:14:05.954903776Z
同步时间 2025-03-18 15:01
更新时间 2025-04-03 22:03
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.15.12-1~stretch NJS_VERSION=1.15.12.0.3.1-1~stretch
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1  docker.io/alenx/walle-web:2.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1  docker.io/alenx/walle-web:2.1

Shell快速替换命令

sed -i 's#alenx/walle-web:2.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1  docker.io/alenx/walle-web:2.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1  docker.io/alenx/walle-web:2.1'

镜像构建历史


# 2019-04-17 09:14:05  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2019-04-17 09:14:05  1.24KB 
/bin/sh -c #(nop) COPY file:d51245f93b137c450d2be1cc8d21460f609d9fbaa5562f4a0096f030b8849c95 in /etc/nginx/conf.d/default.conf 
                        
# 2019-04-17 09:14:05  8.68MB 
/bin/sh -c #(nop) COPY dir:dfe2801e28cdcd5f9019308b510789f3e898b6db4cb20def2a645d4b4d29fda1 in /data/walle/ 
                        
# 2019-04-17 09:14:04  47.00B 
/bin/sh -c ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime     && echo Asia/Shanghai > /etc/timezone
                        
# 2019-04-17 09:14:01  0.00B 
/bin/sh -c #(nop)  MAINTAINER from Alenx<liqinghai058@live.com>
                        
# 2019-04-17 05:20:18  0.00B 
/bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon off;"]
                        
# 2019-04-17 05:20:18  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGTERM
                        
# 2019-04-17 05:20:18  0.00B 
/bin/sh -c #(nop)  EXPOSE 80
                        
# 2019-04-17 05:20:17  22.00B 
/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log 	&& ln -sf /dev/stderr /var/log/nginx/error.log
                        
# 2019-04-17 05:20:17  54.05MB 
/bin/sh -c set -x 	&& apt-get update 	&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates 	&& 	NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; 	found=''; 	for server in 		ha.pool.sks-keyservers.net 		hkp://keyserver.ubuntu.com:80 		hkp://p80.pool.sks-keyservers.net:80 		pgp.mit.edu 	; do 		echo "Fetching GPG key $NGINX_GPGKEY from $server"; 		apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; 	done; 	test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; 	apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* 	&& dpkgArch="$(dpkg --print-architecture)" 	&& nginxPackages=" 		nginx=${NGINX_VERSION} 		nginx-module-xslt=${NGINX_VERSION} 		nginx-module-geoip=${NGINX_VERSION} 		nginx-module-image-filter=${NGINX_VERSION} 		nginx-module-njs=${NJS_VERSION} 	" 	&& case "$dpkgArch" in 		amd64|i386) 			echo "deb https://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list 			&& apt-get update 			;; 		*) 			echo "deb-src https://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list 						&& tempDir="$(mktemp -d)" 			&& chmod 777 "$tempDir" 						&& savedAptMark="$(apt-mark showmanual)" 						&& apt-get update 			&& apt-get build-dep -y $nginxPackages 			&& ( 				cd "$tempDir" 				&& DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" 					apt-get source --compile $nginxPackages 			) 						&& apt-mark showmanual | xargs apt-mark auto > /dev/null 			&& { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } 						&& ls -lAFh "$tempDir" 			&& ( cd "$tempDir" && dpkg-scanpackages . > Packages ) 			&& grep '^Package: ' "$tempDir/Packages" 			&& echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list 			&& apt-get -o Acquire::GzipIndexes=false update 			;; 	esac 		&& apt-get install --no-install-recommends --no-install-suggests -y 						$nginxPackages 						gettext-base 	&& apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list 		&& if [ -n "$tempDir" ]; then 		apt-get purge -y --auto-remove 		&& rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; 	fi
                        
# 2019-04-17 05:19:46  0.00B 
/bin/sh -c #(nop)  ENV NJS_VERSION=1.15.12.0.3.1-1~stretch
                        
# 2019-04-17 05:19:46  0.00B 
/bin/sh -c #(nop)  ENV NGINX_VERSION=1.15.12-1~stretch
                        
# 2019-03-27 07:13:16  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2019-03-27 06:41:26  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2019-03-27 06:41:26  55.28MB 
/bin/sh -c #(nop) ADD file:4fc310c0cb879c876c5c0f571af665a0d24d36cb9263e0f53b0cda2f7e4b1844 in / 
                        
                    

镜像信息

{
    "Id": "sha256:23fbcbdad6ced89cb4c4fc0a696031af22f89a8a9f3eb83eeee49f43ee993d65",
    "RepoTags": [
        "alenx/walle-web:2.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web:2.1"
    ],
    "RepoDigests": [
        "alenx/walle-web@sha256:523e5ddcebb25b8cc18e791ba56e8a3a069b23c0dbcd65c8eb2f5e01e3b0d2ae",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/alenx/walle-web@sha256:523e5ddcebb25b8cc18e791ba56e8a3a069b23c0dbcd65c8eb2f5e01e3b0d2ae"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2019-04-17T01:14:05.954903776Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "18.09.5",
    "Author": "from Alenx\u003cliqinghai058@live.com\u003e",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.15.12-1~stretch",
            "NJS_VERSION=1.15.12.0.3.1-1~stretch"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:bcaeb5d2c813178f9791b3c710a2cc67a0d3b485478cbb5465268df32cc39ad7",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGTERM"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 118019497,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/496ab962263d2f68830b681555bdae3b4257c2a7cf199672a79187704095089b/diff:/var/lib/docker/overlay2/e77b527a8fcd4daaa3b83a8019a346da4eccf04e257787ff992d7be1581d0c97/diff:/var/lib/docker/overlay2/e28b320db7f674494a5621d405a2fb3406f40d9b3e25082c41887240cb4c468f/diff:/var/lib/docker/overlay2/4ade78a4cd6eaa3dd171882d4c8a83c8fbaf68dba512138da140832051f2f2ce/diff:/var/lib/docker/overlay2/7be9c7ead2665698b217bf4ab7dd1896d343f2e4015c58ec74ba505da1210f6c/diff",
            "MergedDir": "/var/lib/docker/overlay2/3554da21152ee117b0b8b9c733a12bfb871e1e71933e9c2c556dd7d1309d818b/merged",
            "UpperDir": "/var/lib/docker/overlay2/3554da21152ee117b0b8b9c733a12bfb871e1e71933e9c2c556dd7d1309d818b/diff",
            "WorkDir": "/var/lib/docker/overlay2/3554da21152ee117b0b8b9c733a12bfb871e1e71933e9c2c556dd7d1309d818b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5dacd731af1b0386ead06c8b1feff9f65d9e0bdfec032d2cd0bc03690698feda",
            "sha256:912ed487215b213aaad80bedb31484cab0b060de73d49bd1cfd9a550b7c2f11c",
            "sha256:fc4c9f8e7dacd81078d56e811c55ce1920688a91748bfbb2b98a5a9c316ff66c",
            "sha256:444856b009d6382f37561ffe9d7b16393e5b3c26f4f1ec7ae8cd5c5041c5849e",
            "sha256:5231023f83340285f148a8a0164342170b5597412b3731540b09f2d1357097b8",
            "sha256:88d41caf15061fc9877e198aff2a0ba1a7664a8423fef142fc6c48aed4796efd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-18T15:01:45.176581982+08:00"
    }
}

更多版本

docker.io/alenx/walle-web:2.1

linux/amd64 docker.io118.02MB2025-03-18 15:01
34