docker.io/parity/polkadot:latest linux/amd64

docker.io/parity/polkadot:latest - 国内下载镜像源 浏览次数:24

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

这是一个Parity Technologies提供的Polkadot节点的Docker镜像。它包含运行Polkadot节点所需的所有必要软件和依赖项,方便用户快速启动和运行Polkadot节点参与网络。

源镜像 docker.io/parity/polkadot:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest
镜像ID sha256:92b289a07f45c026de6f6e960ab57094b9b8650fcade927af0a2b5ae456d0146
镜像TAG latest
大小 232.03MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/bin/polkadot
工作目录
OS/平台 linux/amd64
浏览量 24 次
贡献者 24*******9@qq.com
镜像创建 2025-09-08T08:59:41.355920065Z
同步时间 2025-09-12 13:22
更新时间 2025-09-15 01:44
开放端口
30333/tcp 9615/tcp 9933/tcp 9944/tcp
目录挂载
/polkadot
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUST_BACKTRACE=1 TMSP=/var/lastupdate
镜像标签
1.33.7: io.buildah.version devops-team@parity.io: io.parity.image.authors 2025-09-08T08:57:40Z: io.parity.image.created Polkadot: a platform for web3. This is the official Parity image with an injected binary.: io.parity.image.description https://github.com/paritytech/polkadot-sdk/: io.parity.image.documentation refs/heads/stable2506: io.parity.image.revision https://github.com/paritytech/polkadot-sdk/blob/refs/heads/stable2506/scripts/ci/dockerfiles/polkadot/polkadot_injected_debian.Dockerfile: io.parity.image.source parity/polkadot: io.parity.image.title Parity Technologies: io.parity.image.vendor ubuntu: org.opencontainers.image.ref.name 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest  docker.io/parity/polkadot:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest  docker.io/parity/polkadot:latest

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-09-08 16:59:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/polkadot"]
                        
# 2025-09-08 16:59:41  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/polkadot]
                        
# 2025-09-08 16:59:41  0.00B 声明容器运行时监听的端口
EXPOSE map[30333/tcp:{} 9615/tcp:{} 9933/tcp:{} 9944/tcp:{}]
                        
# 2025-09-08 16:59:41  0.00B 执行命令并创建新的镜像层
RUN |3 VCS_REF=refs/heads/stable2506 BUILD_DATE=2025-09-08T08:57:40Z POLKADOT_VERSION=v1.19.2 /bin/sh -c /usr/lib/polkadot/polkadot-prepare-worker --version # buildkit
                        
# 2025-09-08 16:59:41  0.00B 执行命令并创建新的镜像层
RUN |3 VCS_REF=refs/heads/stable2506 BUILD_DATE=2025-09-08T08:57:40Z POLKADOT_VERSION=v1.19.2 /bin/sh -c /usr/lib/polkadot/polkadot-execute-worker --version # buildkit
                        
# 2025-09-08 16:59:41  0.00B 执行命令并创建新的镜像层
RUN |3 VCS_REF=refs/heads/stable2506 BUILD_DATE=2025-09-08T08:57:40Z POLKADOT_VERSION=v1.19.2 /bin/sh -c /usr/bin/polkadot --version # buildkit
                        
# 2025-09-08 16:59:41  0.00B 指定运行容器时使用的用户
USER parity
                        
# 2025-09-08 16:59:41  143.23MB 执行命令并创建新的镜像层
RUN |3 VCS_REF=refs/heads/stable2506 BUILD_DATE=2025-09-08T08:57:40Z POLKADOT_VERSION=v1.19.2 /bin/sh -c apt-get update && 	apt-get install -y --no-install-recommends polkadot=${POLKADOT_VERSION#?} && 	apt-get autoremove -y && 	apt-get clean && 	rm -rf /var/lib/apt/lists/* ; 	mkdir -p /data /polkadot/.local/share && 	chown -R parity:parity /data && 	ln -s /data /polkadot/.local/share/polkadot # buildkit
                        
# 2025-09-08 16:59:41  0.00B 设置环境变量 RUST_BACKTRACE
ENV RUST_BACKTRACE=1
                        
# 2025-09-08 16:59:41  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-09-08 16:59:41  0.00B 添加元数据标签
LABEL io.parity.image.authors=devops-team@parity.io io.parity.image.vendor=Parity Technologies io.parity.image.title=parity/polkadot io.parity.image.description=Polkadot: a platform for web3. This is the official Parity image with an injected binary. io.parity.image.source=https://github.com/paritytech/polkadot-sdk/blob/refs/heads/stable2506/scripts/ci/dockerfiles/polkadot/polkadot_injected_debian.Dockerfile io.parity.image.revision=refs/heads/stable2506 io.parity.image.created=2025-09-08T08:57:40Z io.parity.image.documentation=https://github.com/paritytech/polkadot-sdk/
                        
# 2025-09-08 16:59:41  0.00B 定义构建参数
ARG POLKADOT_VERSION=v1.19.2
                        
# 2025-09-08 16:59:41  0.00B 定义构建参数
ARG BUILD_DATE=2025-09-08T08:57:40Z
                        
# 2025-09-08 16:59:41  0.00B 定义构建参数
ARG VCS_REF=refs/heads/stable2506
                        
# 2025-04-10 18:08:17  10.93MB 
/bin/sh -c #(nop) USER ${USER}
                        
# 2025-04-10 18:08:17  0.00B 
|7 BUILD_DATE='20250410' DOC_URL=https://github.com/paritytech/polkadot GPG_KEYSERVER=keyserver.ubuntu.com PARITY_SEC_GPGKEY=9D4B2B6EB8F97156D19669A9FF0812D491B96798 PARITY_SEC_PGPKMSKEY=90BD75EBBB8E95CB3DA6078F94A4029AB4B35DAE USER=parity VCS_REF=d82726c356c0879639bea43f7dec8602186a354c /bin/sh -c mkdir -p $(dirname $TMSP); date > $TMSP; chmod a+r $TMSP
                        
# 2025-04-10 18:08:17  0.00B 
/bin/sh -c #(nop) ENV TMSP=/var/lastupdate
                        
# 2025-04-10 18:08:17  0.00B 
|7 BUILD_DATE='20250410' DOC_URL=https://github.com/paritytech/polkadot GPG_KEYSERVER=keyserver.ubuntu.com PARITY_SEC_GPGKEY=9D4B2B6EB8F97156D19669A9FF0812D491B96798 PARITY_SEC_PGPKMSKEY=90BD75EBBB8E95CB3DA6078F94A4029AB4B35DAE USER=parity VCS_REF=d82726c356c0879639bea43f7dec8602186a354c /bin/sh -c apt-get update && 	DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends 		libssl3 ca-certificates gnupg && 	useradd -m -u 1000 -U -s /bin/sh -d /${USER} ${USER} && 	gpg --keyserver ${GPG_KEYSERVER} --recv-keys ${PARITY_SEC_GPGKEY} ${PARITY_SEC_PGPKMSKEY} && 	gpg --export ${PARITY_SEC_GPGKEY} ${PARITY_SEC_PGPKMSKEY} > /usr/share/keyrings/parity.gpg && 	echo 'deb [signed-by=/usr/share/keyrings/parity.gpg] https://releases.parity.io/deb release main' > /etc/apt/sources.list.d/parity.list && 	apt-get update && 	apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* ; 	mkdir -p /data /${USER}/.local/share && 	chown -R ${USER}:${USER} /data /${USER} && 	ln -s /data /${USER}/.local/share/${USER}
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ENV RUST_BACKTRACE 1
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) LABEL io.parity.image.authors="devops-team@parity.io" 	io.parity.image.vendor="Parity Technologies" 	io.parity.image.title="parity/base-bin" 	io.parity.image.description="A base image for standard binary distribution" 	io.parity.image.source="https://github.com/paritytech/scripts/blob/${VCS_REF}/dockerfiles/base-bin/Dockerfile" 	io.parity.image.revision="${VCS_REF}" 	io.parity.image.created="${BUILD_DATE}" 	io.parity.image.documentation="${DOC_URL}"
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE DOC_URL GPG_KEYSERVER PARITY_SEC_GPGKEY PARITY_SEC_PGPKMSKEY USER VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE DOC_URL GPG_KEYSERVER PARITY_SEC_GPGKEY PARITY_SEC_PGPKMSKEY VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE GPG_KEYSERVER PARITY_SEC_GPGKEY PARITY_SEC_PGPKMSKEY VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE GPG_KEYSERVER PARITY_SEC_GPGKEY VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE GPG_KEYSERVER VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG BUILD_DATE VCS_REF
                        
# 2025-04-10 18:08:08  0.00B 
/bin/sh -c #(nop) ARG VCS_REF
                        
# 2025-04-07 15:24:18  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-04-07 15:24:17  77.86MB 
/bin/sh -c #(nop) ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in / 
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-04-07 15:24:14  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:92b289a07f45c026de6f6e960ab57094b9b8650fcade927af0a2b5ae456d0146",
    "RepoTags": [
        "parity/polkadot:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot:latest"
    ],
    "RepoDigests": [
        "parity/polkadot@sha256:3ae7fe3c75f4d410ace7909d9fcd0b6c148244f640c854d6162652740747ce95",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/parity/polkadot@sha256:ef20f74a850259771cc4a0fc5398b170b2e7ef7b253ebff5b9a1bdf130ad09ec"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-09-08T08:59:41.355920065Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "parity",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "30333/tcp": {},
            "9615/tcp": {},
            "9933/tcp": {},
            "9944/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "RUST_BACKTRACE=1",
            "TMSP=/var/lastupdate"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/polkadot": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/bin/polkadot"
        ],
        "OnBuild": null,
        "Labels": {
            "io.buildah.version": "1.33.7",
            "io.parity.image.authors": "devops-team@parity.io",
            "io.parity.image.created": "2025-09-08T08:57:40Z",
            "io.parity.image.description": "Polkadot: a platform for web3. This is the official Parity image with an injected binary.",
            "io.parity.image.documentation": "https://github.com/paritytech/polkadot-sdk/",
            "io.parity.image.revision": "refs/heads/stable2506",
            "io.parity.image.source": "https://github.com/paritytech/polkadot-sdk/blob/refs/heads/stable2506/scripts/ci/dockerfiles/polkadot/polkadot_injected_debian.Dockerfile",
            "io.parity.image.title": "parity/polkadot",
            "io.parity.image.vendor": "Parity Technologies",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 232027969,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d59a7ea5380d6489afd53de3917eb454dc52e61e7a9bad610ac291dc264c3b09/diff:/var/lib/docker/overlay2/e546ab1e26b0eb49dbde2323ba244e8583ef68503ce5e83bd17802b178c77ec6/diff:/var/lib/docker/overlay2/d71dc0d836d3c2a8f0c44523a668c0e0a4346bb22a85e7a6928c00b3df63ce98/diff:/var/lib/docker/overlay2/433d8df7f7afc77e666027de93980d1afc5ee8d28c3c5b68d0cdff26be8ce312/diff:/var/lib/docker/overlay2/ffb5f122775d5806297051ea37228042b793231cce1671f5047b545c97599de2/diff",
            "MergedDir": "/var/lib/docker/overlay2/9af2192cc7f21717b85ef9bc81c19953f2b2bdbf9b2647bd14dd415fb72e00f0/merged",
            "UpperDir": "/var/lib/docker/overlay2/9af2192cc7f21717b85ef9bc81c19953f2b2bdbf9b2647bd14dd415fb72e00f0/diff",
            "WorkDir": "/var/lib/docker/overlay2/9af2192cc7f21717b85ef9bc81c19953f2b2bdbf9b2647bd14dd415fb72e00f0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:65c636ce09f299ba8ea7157c8d126dfd5b115fa7bbc5d634a91b34786958546e",
            "sha256:7fb3d4b0be6caf90a98c3920679cb79ac9820196c198fe43403ca2f92c1cb4c6",
            "sha256:b41637fea790e8a28d5d864f6d011109854dfd15096d2f39e3299d3115770ea9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-12T13:22:39.251543659+08:00"
    }
}

更多版本

docker.io/parity/polkadot:latest

linux/amd64 docker.io232.03MB2025-09-12 13:22
23