docker.io/greaterwms/greaterwms:backend linux/amd64

docker.io/greaterwms/greaterwms:backend - 国内下载镜像源 浏览次数:44

该Docker镜像 docker.io/greaterwms/greaterwms 很可能包含GreaterWMS仓库管理系统(WMS)的全部运行环境。它预先配置好了运行GreaterWMS所需的一切,包括应用程序代码、依赖库、运行时环境等,方便用户快速部署和启动GreaterWMS系统。

源镜像 docker.io/greaterwms/greaterwms:backend
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend
镜像ID sha256:526029964bd0a239c1383be630a63cba94bcd978bb2bfc7d190902423a983f02
镜像TAG backend
大小 772.72MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /GreaterWMS/backend_start.sh
启动入口
工作目录 /GreaterWMS
OS/平台 linux/amd64
浏览量 44 次
贡献者
镜像创建 2023-09-07T03:50:37.426222799Z
同步时间 2025-05-26 15:45
更新时间 2025-06-19 21:47
开放端口
8008/tcp
环境变量
PYTHONUNBUFFERED=1 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.8.10 PYTHON_PIP_VERSION=21.1.3 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py PYTHON_GET_PIP_SHA256=6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7 port==
镜像标签
e0dfbf7bdb41897c2c4d316dd532d8dcb04b7acfbff93c9b1a35dd9051ac31ad: com.docker.compose.config-hash 1: com.docker.compose.container-number : com.docker.compose.depends_on sha256:ac79ce05d1bd3472d7823c95a3312fdd5f2b3fea69d95bd47245a7b8a24c7d23: com.docker.compose.image False: com.docker.compose.oneoff greaterwms: com.docker.compose.project /System/Volumes/Data/demo/github/GreaterWMS/docker-compose.yml: com.docker.compose.project.config_files /System/Volumes/Data/demo/github/GreaterWMS: com.docker.compose.project.working_dir backend: com.docker.compose.service 2.20.2: com.docker.compose.version /System/Volumes/Data/demo/github/GreaterWMS: desktop.docker.io/binds/0/Source hostFile: desktop.docker.io/binds/0/SourceKind /GreaterWMS: desktop.docker.io/binds/0/Target /System/Volumes/Data/demo/github/GreaterWMS/supervisord.conf: desktop.docker.io/binds/1/Source hostFile: desktop.docker.io/binds/1/SourceKind /etc/supervisor/supervisord.conf: desktop.docker.io/binds/1/Target

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend  docker.io/greaterwms/greaterwms:backend

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend  docker.io/greaterwms/greaterwms:backend

Shell快速替换命令

sed -i 's#greaterwms/greaterwms:backend#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend  docker.io/greaterwms/greaterwms:backend'

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-09-07 11:50:37  9.61MB 
/GreaterWMS/backend_start.sh
                        
# 2023-09-06 23:55:34  0.00B 设置默认要执行的命令
CMD ["/GreaterWMS/backend_start.sh"]
                        
# 2023-09-06 23:55:34  162.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod +x /GreaterWMS/backend_start.sh # buildkit
                        
# 2023-09-06 23:55:34  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c pip3 install daphne # buildkit
                        
# 2023-09-06 23:55:26  271.52MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip3 install -r requirements.txt # buildkit
                        
# 2023-09-06 23:49:50  59.14MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip3 install -U 'Twisted[tls,http2]' # buildkit
                        
# 2023-09-06 23:47:12  3.17MB 执行命令并创建新的镜像层
RUN /bin/sh -c pip3 install supervisor # buildkit
                        
# 2023-09-06 23:46:56  16.86MB 执行命令并创建新的镜像层
RUN /bin/sh -c python3 -m pip install --upgrade pip # buildkit
                        
# 2023-09-06 23:45:49  33.77MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get install supervisor -y # buildkit
                        
# 2023-09-06 23:43:50  213.41MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get install build-essential -y # buildkit
                        
# 2023-09-06 23:40:03  50.96MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update --fix-missing && apt-get upgrade -y # buildkit
                        
# 2023-09-06 23:40:03  0.00B 设置环境变量 port
ENV port== 
                        
# 2023-09-06 23:38:48  0.00B 设置工作目录为/GreaterWMS
WORKDIR /GreaterWMS
                        
# 2023-09-06 23:38:48  162.00B 复制新文件或目录到容器中
COPY ./backend_start.sh /GreaterWMS/backend_start.sh # buildkit
                        
# 2023-09-06 23:38:48  946.00B 复制文件或目录到容器中
ADD ./requirements.txt /GreaterWMS/requirements.txt # buildkit
                        
# 2023-09-06 23:38:48  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /GreaterWMS/templates # buildkit
                        
# 2021-06-29 09:38:39  0.00B 
/bin/sh -c #(nop)  CMD ["python3"]
                        
# 2021-06-29 09:38:39  9.49MB 
/bin/sh -c set -ex; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends wget; 		wget -O get-pip.py "$PYTHON_GET_PIP_URL"; 	echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --check --strict -; 		apt-mark auto '.*' > /dev/null; 	[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		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-06-29 09:38:26  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_SHA256=6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7
                        
# 2021-06-29 09:38:26  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
                        
# 2021-06-29 09:38:25  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_PIP_VERSION=21.1.3
                        
# 2021-06-23 23:29:45  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-06-23 23:29:44  28.47MB 
/bin/sh -c set -ex 		&& savedAptMark="$(apt-mark showmanual)" 	&& apt-get update && apt-get install -y --no-install-recommends 		dpkg-dev 		gcc 		libbluetooth-dev 		libbz2-dev 		libc6-dev 		libexpat1-dev 		libffi-dev 		libgdbm-dev 		liblzma-dev 		libncursesw5-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tk-dev 		uuid-dev 		wget 		xz-utils 		zlib1g-dev 		$(command -v gpg > /dev/null || echo 'gnupg dirmngr') 		&& 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 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 -xJC /usr/src/python --strip-components=1 -f 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 		--with-system-ffi 		--without-ensurepip 	&& make -j "$(nproc)" 		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' \) \) 			-o \( -type f -a -name 'wininst-*.exe' \) 		\) -exec rm -rf '{}' + 		&& ldconfig 		&& apt-mark auto '.*' > /dev/null 	&& apt-mark manual $savedAptMark 	&& find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' 		| awk '/=>/ { print $(NF-1) }' 		| sort -u 		| xargs -r dpkg-query --search 		| cut -d: -f1 		| sort -u 		| xargs -r apt-mark manual 	&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false 	&& rm -rf /var/lib/apt/lists/* 		&& python3 --version
                        
# 2021-06-23 23:21:08  0.00B 
/bin/sh -c #(nop)  ENV PYTHON_VERSION=3.8.10
                        
# 2021-06-23 23:21:08  0.00B 
/bin/sh -c #(nop)  ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
                        
# 2021-06-23 23:21:07  7.06MB 
/bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		netbase 	; 	rm -rf /var/lib/apt/lists/*
                        
# 2021-06-23 22:43:51  0.00B 
/bin/sh -c #(nop)  ENV LANG=C.UTF-8
                        
# 2021-06-23 22:43:51  0.00B 
/bin/sh -c #(nop)  ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2021-06-23 08:20:40  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2021-06-23 08:20:40  69.26MB 
/bin/sh -c #(nop) ADD file:4903a19c327468b0e08e4f463cfc162c66b85b4618b5803d71365862f6302e0b in / 
                        
                    

镜像信息

{
    "Id": "sha256:526029964bd0a239c1383be630a63cba94bcd978bb2bfc7d190902423a983f02",
    "RepoTags": [
        "greaterwms/greaterwms:backend",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms:backend"
    ],
    "RepoDigests": [
        "greaterwms/greaterwms@sha256:9f52d4a64193e06fe1e4a83f1cdcc196dec0c5a179ea19ef432b07ebe0bf5d3a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/greaterwms/greaterwms@sha256:9f52d4a64193e06fe1e4a83f1cdcc196dec0c5a179ea19ef432b07ebe0bf5d3a"
    ],
    "Parent": "",
    "Comment": "asgihandler更新到0.5.7",
    "Created": "2023-09-07T03:50:37.426222799Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "24.0.5",
    "Author": "",
    "Config": {
        "Hostname": "c5186bf69d0a",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": true,
        "AttachStderr": true,
        "ExposedPorts": {
            "8008/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PYTHONUNBUFFERED=1",
            "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.8.10",
            "PYTHON_PIP_VERSION=21.1.3",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=6665659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7",
            "port== "
        ],
        "Cmd": [
            "/GreaterWMS/backend_start.sh"
        ],
        "Image": "greaterwms/greaterwms:backend",
        "Volumes": null,
        "WorkingDir": "/GreaterWMS",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "com.docker.compose.config-hash": "e0dfbf7bdb41897c2c4d316dd532d8dcb04b7acfbff93c9b1a35dd9051ac31ad",
            "com.docker.compose.container-number": "1",
            "com.docker.compose.depends_on": "",
            "com.docker.compose.image": "sha256:ac79ce05d1bd3472d7823c95a3312fdd5f2b3fea69d95bd47245a7b8a24c7d23",
            "com.docker.compose.oneoff": "False",
            "com.docker.compose.project": "greaterwms",
            "com.docker.compose.project.config_files": "/System/Volumes/Data/demo/github/GreaterWMS/docker-compose.yml",
            "com.docker.compose.project.working_dir": "/System/Volumes/Data/demo/github/GreaterWMS",
            "com.docker.compose.service": "backend",
            "com.docker.compose.version": "2.20.2",
            "desktop.docker.io/binds/0/Source": "/System/Volumes/Data/demo/github/GreaterWMS",
            "desktop.docker.io/binds/0/SourceKind": "hostFile",
            "desktop.docker.io/binds/0/Target": "/GreaterWMS",
            "desktop.docker.io/binds/1/Source": "/System/Volumes/Data/demo/github/GreaterWMS/supervisord.conf",
            "desktop.docker.io/binds/1/SourceKind": "hostFile",
            "desktop.docker.io/binds/1/Target": "/etc/supervisor/supervisord.conf"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 772715030,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3ad53b9c6ab5435e239bdc87ac2d4f7d92f0a39cf89ce3cb5280126307a90616/diff:/var/lib/docker/overlay2/fdc7215b44923af78c90627f1cd2e274b1f1323bbf02e2498541077582ea97dd/diff:/var/lib/docker/overlay2/932edbe22c349224e627d00352d548fb9b7d4b4b437b225ea57acd2510bf964d/diff:/var/lib/docker/overlay2/5d5e8f83d02a78fe0d8f172d747e950122c1f28a745c4ccde13c5fe6ef2bc981/diff:/var/lib/docker/overlay2/05f13378893a93d88abe6df87c3f948207bf0a13f40c70b46f213e1cd9b0ac11/diff:/var/lib/docker/overlay2/da78b3ea4ae7ef6df3cd219263af84ae5098c77d873569f1867de6783f4cb62e/diff:/var/lib/docker/overlay2/cc50a0ef52344655dcf60757b8dcaac6de4fdf46884450864b3eb14983db751c/diff:/var/lib/docker/overlay2/1b873cfe6095e4efa941d9d3691643ec4219f6cff1155478ddbec535fe6335a6/diff:/var/lib/docker/overlay2/8419be89fd37d7dafafca9307770cf5025d26c2753d1826c823c29a5454a636e/diff:/var/lib/docker/overlay2/2fd09cbdb3e71f74ef5ca43018cbb93c4688c7753838cc907db24d05c1620a93/diff:/var/lib/docker/overlay2/ad541194ca3a544854a766ed944b63708fb43a619e819cefefb448548cc3ea27/diff:/var/lib/docker/overlay2/599670b6fd2a7e20eecb66a543d9df00992b12a94e1d5ec7632edc49b14a50d5/diff:/var/lib/docker/overlay2/f426726f1f24c73123c73a2a4c107e109f5a64254d57466727d00fe45cd93195/diff:/var/lib/docker/overlay2/ddab1a7011164fa2963c34de02d5c5b2f7b7c36e362dccb53a968a84f996cc7e/diff:/var/lib/docker/overlay2/763705bcfa05391239a0329ea36a717113f9d81c4e86fceb6cf807185119df92/diff:/var/lib/docker/overlay2/91be0449a5a503374b0270587dcc3aa7e2d968c6d2bc2eb82cdebbc35fc51b13/diff:/var/lib/docker/overlay2/5a087aa1763c47aabab0e3eeffe3879d49e8864643d1e661a356b45a0cfca785/diff:/var/lib/docker/overlay2/e9d69acb5d874b048f96224cc631ccbfbb4c2292970eabe2d1a92072bc46a6ae/diff",
            "MergedDir": "/var/lib/docker/overlay2/82c7ae75d2fda4298c8b3f2a136a0e6fe0cef277bc75c54631fcf15d5861375c/merged",
            "UpperDir": "/var/lib/docker/overlay2/82c7ae75d2fda4298c8b3f2a136a0e6fe0cef277bc75c54631fcf15d5861375c/diff",
            "WorkDir": "/var/lib/docker/overlay2/82c7ae75d2fda4298c8b3f2a136a0e6fe0cef277bc75c54631fcf15d5861375c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:764055ebc9a7a290b64d17cf9ea550f1099c202d83795aa967428ebdf335c9f7",
            "sha256:537313a13d9080fc30444461b8aac5f03b9cbb0e2352b3c3098d5eca5f42688f",
            "sha256:ac3ef569e2316e0c717c4f9846c1e3861de877e8e8bd8a18c1f51deb1c62d929",
            "sha256:038f8f1ea36110f64a1891870a19ddb01b9828ca72efb4cd5e42e52eadcf1faa",
            "sha256:e567dbffda6203848f860fce920a416063a82b181ab72c71a5c1eba8bff42965",
            "sha256:d29f4994a30db0eadc0293f5d384ba9c6a5e280abf1ceee2b658947025bcf62a",
            "sha256:a26ec38ca0c1cf5576a4a389117eb3e5ee4e13ddf826c402e674c234f6b018c3",
            "sha256:921076a151f7b39a1f2c21126d2e3b3b7ab840f8cebcc8f05fa5a11db4cfb932",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:18de405fdc7e36c2897ed1e64e11f74c161272b3c22fbf6b175b596e9ec25b80",
            "sha256:ba14cbdbdba7786d53d5cae086ecbdbc8e032d92dcb76f3d90a099ca333265b6",
            "sha256:55885a0b8350515160cfe8aabf6ab22176287112ad704d5e5522b929d39ea49a",
            "sha256:2a5390c1907b5efb36a0d2f727f2ce9b911e5e48ed0ee93308820e17bbee8c8d",
            "sha256:f8a017702224a0b2bb6f8929f23db7040a670179dc17cb055f89e3c217b69c10",
            "sha256:d6f1dff54884d433e86239272c55c263acf7cfa7d21060dc6250ed4d9896fcde",
            "sha256:4359e89c07d6304dc5231fa83bb996ecfd184f1e2f9a780c19c3f430965e37e2",
            "sha256:ad724f79407df1d37847bb03f30b177093c2a3651698f43504bd706b0da5cd85",
            "sha256:2573aeede43add74ba2b4e6a09067d17a7e4f70cbe2ac61619ee01e8bdb68c99",
            "sha256:4975e7e344bf097eeff023b21a17fe4d31c3ad5d6d71056653b83bf3b4b1cc87"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-26T15:45:05.249108056+08:00"
    }
}

更多版本

docker.io/greaterwms/greaterwms:front

linux/amd64 docker.io229.86MB2025-05-26 15:42
46

docker.io/greaterwms/greaterwms:backend

linux/amd64 docker.io772.72MB2025-05-26 15:45
43