logo
docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55
linux/amd64 docker.io

该Docker镜像基于Nomic Foundation的Hardhat Ignition工具构建,用于支持以太坊智能合约的部署、管理及相关开发工作,集成Hardhat生态相关组件,方便开发者在容器环境中使用Ignition完成智能合约的部署流程。

8
浏览次数
4.11GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55
源镜像
docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55
镜像ID
sha256:9551087a90b834d52f628613550832e54a2272c913bf72ec2cf9a1c131c93cfd
镜像 TAG
505-e880b55
镜像大小
4.11GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/hardhat-ignition
OS/平台
linux/amd64
镜像创建
2026-04-21T13:08:03.573658221Z
同步时间
2026-07-15 02:53
浏览量
8 次
贡献者
⚙️ 环境变量 7
KeyValue
TZ=Etc/UTC 0
CHROME_BIN=/usr/bin/google-chrome 1
CHROME_PATH=/usr/bin/google-chrome 2
LANG=C.UTF-8 3
LC_ALL=C.UTF-8 4
NO_CONDA=1 5
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 6
🏷️ 镜像标签 3
KeyValue
1.38.1 io.buildah.version
ubuntu org.opencontainers.image.ref.name
22.04 org.opencontainers.image.version
🛡️ 镜像安全扫描
ubuntu 22.04 Trivy 2026-07-15 02:55 查看完整报告
588
低危 LOW
3212
中危 MEDIUM
428
高危 HIGH
41
严重 CRITICAL
受影响目标 (7)
docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55 (ubuntu 22.04) ubuntu Conda conda-pkg Node.js node-pkg Python python-pkg hardhat-ignition/node_modules/@esbuild/linux-x64/bin/esbuild gobinary hardhat-ignition/node_modules/@nomicfoundation/solidity-analyzer/Cargo.lock cargo hardhat-ignition/node_modules/esbuild-linux-64/bin/esbuild gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55  docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55  docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55

Shell快速替换命令

sed -i 's#swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55  docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55  docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55'

镜像构建历史


# 2026-04-21 21:08:07  0.00B 
/bin/sh
                        
# 2026-02-22 19:47:02  1.13GB 
/bin/sh -c #(nop) COPY file:5368ba519d691071f3cbd39859c499359e2eb36eb54e5f5355128fbe1395b543 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 19:46:51  0.00B 
/bin/sh -c #(nop) WORKDIR /hardhat-ignition
                        
# 2026-02-22 19:46:51  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/NomicFoundation/hardhat-ignition /hardhat-ignition;
    chmod -R 777 /hardhat-ignition;
    cd /hardhat-ignition;
    git reset --hard e880b55a6bc9a5563e505a7165e9f1162ea32601;
    ( export DEBIAN_FRONTEND=noninteractive ) || true;
    ( npm ci ) || true;
    ( npm run build ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach e880b55a6bc9a5563e505a7165e9f1162ea32601;
    for r in $(git remote); do
        git remote remove "$r";
    done;
    git for-each-ref --format='delete %(refname)' refs/heads refs/remotes refs/tags | git update-ref --stdin;
    git reflog expire --expire=now --expire-unreachable=now --all;
    git gc --prune=now;
                        
# 2026-02-22 19:45:12  0.00B 
/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:$PATH
                        
# 2026-02-22 19:45:00  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 19:44:53  0.00B 
/bin/sh -c mkdir -p /swebench_matterhorn     && tar -xzf /swebench_matterhorn_repo.tar.gz -C /swebench_matterhorn     && rm /swebench_matterhorn_repo.tar.gz     && mkdir -p /opt/conda/envs/swebench_matterhorn     && tar -xzf /swebench_matterhorn_env.tar.gz -C /opt/conda/envs/swebench_matterhorn     && rm /swebench_matterhorn_env.tar.gz     && /opt/conda/envs/swebench_matterhorn/bin/conda-unpack
                        
# 2026-02-22 19:44:46  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 19:44:45  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 19:44:45  0.00B 
/bin/sh -c wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py312_24.7.1-0-Linux-x86_64.sh -O ~/miniconda.sh &&     /bin/bash ~/miniconda.sh -b -p /opt/conda &&     rm ~/miniconda.sh &&     /opt/conda/bin/conda clean -tip &&     ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh &&     echo ". /opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc
                        
# 2026-02-22 19:44:38  0.00B 
/bin/sh -c apt-get update --fix-missing &&     apt-get install -y bzip2 ca-certificates wget git &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
                        
# 2026-02-22 19:44:33  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 19:44:33  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-16 00:34:05  335.19KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_PATH
ENV CHROME_PATH=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_BIN
ENV CHROME_BIN=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  897.31MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list     && apt-get update     && apt-get install -y google-chrome-stable     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-16 00:31:54  0.00B 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c corepack enable pnpm # buildkit
                        
# 2026-01-16 00:31:53  3.73MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm install --global corepack@latest # buildkit
                        
# 2026-01-16 00:31:48  1.58KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c node -v && npm -v # buildkit
                        
# 2026-01-16 00:31:45  99.02MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y nodejs # buildkit
                        
# 2026-01-16 00:31:15  680.13KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c "set -eo pipefail && curl -fsSL https://deb.nodesource.com/setup_16.x | bash -" # buildkit
                        
# 2026-01-16 00:30:30  369.74MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt install -y     wget     curl     git     build-essential     jq     gnupg     ca-certificates     apt-transport-https # buildkit
                        
# 2026-01-16 00:30:30  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-16 00:30:30  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-10-14 01:23:20  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-10-14 01:23:20  77.87MB 
/bin/sh -c #(nop) ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e in / 
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-10-14 01:23:18  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:9551087a90b834d52f628613550832e54a2272c913bf72ec2cf9a1c131c93cfd",
    "RepoTags": [
        "swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55"
    ],
    "RepoDigests": [
        "swerebenchv2/nomicfoundation-hardhat-ignition@sha256:bb3824599a8769d9e56391d0c4c1085096b05c7a7944c63d3301ed5ade8e6bb7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/nomicfoundation-hardhat-ignition@sha256:aa4e7ffa8fc32130e09fad123bcf748323484d0b5ed966584fc6c59069d8d040"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55",
    "Created": "2026-04-21T13:08:03.573658221Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "be7a92241ef0",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "TZ=Etc/UTC",
            "CHROME_BIN=/usr/bin/google-chrome",
            "CHROME_PATH=/usr/bin/google-chrome",
            "LANG=C.UTF-8",
            "LC_ALL=C.UTF-8",
            "NO_CONDA=1",
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/hardhat-ignition",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "io.buildah.version": "1.38.1",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 4106328286,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d2c0dd4c57e6827648d1f1c42160cccdf3c53742edc7214699cbf04ec91babe9/diff:/var/lib/docker/overlay2/5eec9f9ab2b1359f047ca4cc0645a6676a55ad0678ed18063a766ff0b5ec6136/diff:/var/lib/docker/overlay2/f58e81c74f9724a07f19460f059858ad2458d09d018647ba98bfb8693786e336/diff:/var/lib/docker/overlay2/99353ce6e85d81cb65928824ec7510166d51f188d36fbd0d12060a9cff537f63/diff:/var/lib/docker/overlay2/73b866c84813fc44315cfdd9b3578e5e43a61150fa4a94437bfab5e8821269e0/diff:/var/lib/docker/overlay2/f4b0e8a3b95d38d7eaf06797cb92f9743fe90a1083d84beeff918a0f9613c5b6/diff:/var/lib/docker/overlay2/35e95d706ddf19ef6276a4398e90537d6248a7c64eead2e233d45c34cfb4a9f4/diff:/var/lib/docker/overlay2/c6683e1b8b88581a19d1cee0ccf9b5e5bb6eb72ed4e806d2710a7a921c9374b3/diff:/var/lib/docker/overlay2/5303c08957d936f251a0338e80a2d400230c8607be68a8cb46ffe1c0c64fabb1/diff:/var/lib/docker/overlay2/e2ead14466218ea65102d888a86b2b173fcdcb0de110c715b7fc615be1f64a40/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/37651ff713f0429cce165583f4a4055251edf6ea1dba76c0fc8c70b45bcb5b53/merged",
            "UpperDir": "/var/lib/docker/overlay2/37651ff713f0429cce165583f4a4055251edf6ea1dba76c0fc8c70b45bcb5b53/diff",
            "WorkDir": "/var/lib/docker/overlay2/37651ff713f0429cce165583f4a4055251edf6ea1dba76c0fc8c70b45bcb5b53/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:5afbb6362c62ee6709f2462e23c0e088fa3592af6de47c5f2f6ffa05b97a3267",
            "sha256:dfb2f7165ea8c9bd499f91fbbc5d409c825265c90a117421b2357d0c9da92d33",
            "sha256:d46f0c6fb6a468f1a12eba3417423639fbb6bfda66c7874fff7c656a17d82090",
            "sha256:2be5ccbfe25c0b5df3201d91a0c81ba805ccaabac965126a85d9588c53c3ec98",
            "sha256:944aeee15987f05b7ca633033cedd463a593ebce633f0f965d5619a2da4d57d9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1b027784ac8d254baa56182028de68cbdd6cdcb88920b6e77ceb0b91f515cc14",
            "sha256:5bddcd05982ea8a0e7f5169f1720018a334916f763c1fa3a3397b1bb75906d75",
            "sha256:1e2975af463e70dc02b49aaeb09c9779bd5d2cbc86e475c7794699191029ad20",
            "sha256:b5b79baa727378f7b279a25ba88f2af66f4594e58b4b3227c96a20d8ae512d4f",
            "sha256:a2d33d2843b61b02beec8e32d8091d9a9fe8196cad4c683788b6e324274e864b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-15T02:51:31.789549899+08:00"
    }
}

更多版本

docker.io/swerebenchv2/nomicfoundation-hardhat-ignition:505-e880b55

linux/amd64 docker.io4.11GB2026-07-15 02:53
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×