logo
docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9
linux/amd64 docker.io

该镜像包含Bytecode Alliance提供的WebAssembly工具集,支持Wasm字节码的验证、优化、文本格式与二进制格式的相互转换等功能,可用于WebAssembly相关的开发、调试和构建流程。

13
浏览次数
3.17GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9
源镜像
docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9
镜像ID
sha256:85b4d2c0d546f0ddc4b0ff5b8d3bf4fa137f198d83326cff2b9e061a24c70e56
镜像 TAG
2107-1d3e4f9
镜像大小
3.17GB
平台架构
linux/amd64
镜像源
docker.io
CMD
bash
启动入口
工作目录
/wasm-tools
OS/平台
linux/amd64
镜像创建
2026-04-21T13:57:37.875146166Z
同步时间
2026-07-12 01:12
浏览量
13 次
贡献者
⚙️ 环境变量 8
KeyValue
RUSTUP_HOME=/usr/local/rustup 0
CARGO_HOME=/usr/local/cargo 1
RUST_VERSION=1.84.1 2
TZ=Etc/UTC 3
LANG=C.UTF-8 4
LC_ALL=C.UTF-8 5
NO_CONDA=1 6
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 7
🏷️ 镜像标签 2
KeyValue
1.38.1 io.buildah.version
https://github.com/rust-lang/docker-rust org.opencontainers.image.source
🛡️ 镜像安全扫描
debian 12.9 Trivy 2026-07-12 01:14 查看完整报告
1435
低危 LOW
4005
中危 MEDIUM
1623
高危 HIGH
220
严重 CRITICAL
受影响目标 (8)
docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9 (debian 12.9) debian Conda conda-pkg Node.js node-pkg Python python-pkg wasm-tools/Cargo.lock cargo wasm-tools/crates/wasm-compose/example/middleware/Cargo.lock cargo wasm-tools/crates/wasm-compose/example/server/Cargo.lock cargo wasm-tools/crates/wasm-compose/example/service/Cargo.lock cargo

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9  docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9  docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9

Shell快速替换命令

sed -i 's#swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9  docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9  docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9'

镜像构建历史


# 2026-04-21 21:57:40  0.00B 
/bin/sh
                        
# 2026-02-22 19:28:43  123.54MB 
/bin/sh -c #(nop) COPY file:a5858276afb13b8858efe4a39b82bb8a583a733e47bd985be958e733854381d4 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 19:28:40  0.00B 
/bin/sh -c #(nop) WORKDIR /wasm-tools
                        
# 2026-02-22 19:28:40  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/bytecodealliance/wasm-tools /wasm-tools;
    chmod -R 777 /wasm-tools;
    cd /wasm-tools;
    git reset --hard 1d3e4f9be974955aece087056cdddf5dad353dd8;
    ( curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y ) || true;
    ( export PATH="$HOME/.cargo/bin:$PATH" ) || true;
    ( git submodule update --init --recursive ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 1d3e4f9be974955aece087056cdddf5dad353dd8;
    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:28:34  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:28:21  1.53GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 19:28:14  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:28:07  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 19:28:06  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 19:28:06  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:27:59  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:27:54  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 19:27:54  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-16 01:43:39  9.05KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-16 01:43:38  52.89MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt install -y wget git build-essential && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-16 01:43:38  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-16 01:43:38  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-01-31 06:09:18  541.28MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     dpkgArch="$(dpkg --print-architecture)";     case "${dpkgArch##*-}" in         amd64) rustArch='x86_64-unknown-linux-gnu'; rustupSha256='6aeece6993e902708983b209d04c0d1dbb14ebb405ddb87def578d41f920f56d' ;;         armhf) rustArch='armv7-unknown-linux-gnueabihf'; rustupSha256='3c4114923305f1cd3b96ce3454e9e549ad4aa7c07c03aec73d1a785e98388bed' ;;         arm64) rustArch='aarch64-unknown-linux-gnu'; rustupSha256='1cffbf51e63e634c746f741de50649bbbcbd9dbe1de363c9ecef64e278dba2b2' ;;         i386) rustArch='i686-unknown-linux-gnu'; rustupSha256='0a6bed6e9f21192a51f83977716466895706059afb880500ff1d0e751ada5237' ;;         ppc64el) rustArch='powerpc64le-unknown-linux-gnu'; rustupSha256='079430f58ad4da1d1f4f5f2f0bd321422373213246a93b3ddb53dad627f5aa38' ;;         s390x) rustArch='s390x-unknown-linux-gnu'; rustupSha256='e7f89da453c8ce5771c28279d1a01d5e83541d420695c74ec81a7ec5d287c51c' ;;         *) echo >&2 "unsupported architecture: ${dpkgArch}"; exit 1 ;;     esac;     url="https://static.rust-lang.org/rustup/archive/1.27.1/${rustArch}/rustup-init";     wget "$url";     echo "${rustupSha256} *rustup-init" | sha256sum -c -;     chmod +x rustup-init;     ./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION --default-host ${rustArch};     rm rustup-init;     chmod -R a+w $RUSTUP_HOME $CARGO_HOME;     rustup --version;     cargo --version;     rustc --version; # buildkit
                        
# 2025-01-31 06:09:18  0.00B 设置环境变量 RUSTUP_HOME CARGO_HOME PATH RUST_VERSION
ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUST_VERSION=1.84.1
                        
# 2025-01-31 06:09:18  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
                        
# 2024-01-09 09:14:25  587.58MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 	apt-get update; 	apt-get install -y --no-install-recommends 		autoconf 		automake 		bzip2 		default-libmysqlclient-dev 		dpkg-dev 		file 		g++ 		gcc 		imagemagick 		libbz2-dev 		libc6-dev 		libcurl4-openssl-dev 		libdb-dev 		libevent-dev 		libffi-dev 		libgdbm-dev 		libglib2.0-dev 		libgmp-dev 		libjpeg-dev 		libkrb5-dev 		liblzma-dev 		libmagickcore-dev 		libmagickwand-dev 		libmaxminddb-dev 		libncurses5-dev 		libncursesw5-dev 		libpng-dev 		libpq-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		libtool 		libwebp-dev 		libxml2-dev 		libxslt-dev 		libyaml-dev 		make 		patch 		unzip 		xz-utils 		zlib1g-dev 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-01-09 09:14:25  177.14MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		git 		mercurial 		openssh-client 		subversion 				procps 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2023-05-11 07:29:59  48.46MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		curl 		gnupg 		netbase 		sq 		wget 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2023-05-11 07:29:59  116.51MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'
                        
                    

镜像信息

{
    "Id": "sha256:85b4d2c0d546f0ddc4b0ff5b8d3bf4fa137f198d83326cff2b9e061a24c70e56",
    "RepoTags": [
        "swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9"
    ],
    "RepoDigests": [
        "swerebenchv2/bytecodealliance-wasm-tools@sha256:4c203416bbe73a529318ac2136d11d530dc4d297b01fcade053ce91fcb2a45db",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/bytecodealliance-wasm-tools@sha256:4b204fca5c1e491002cddc4fafbe5ddee6a138aadf453299e30430e6f5a4bde5"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9",
    "Created": "2026-04-21T13:57:37.875146166Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "a6e52e952af2",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "RUSTUP_HOME=/usr/local/rustup",
            "CARGO_HOME=/usr/local/cargo",
            "RUST_VERSION=1.84.1",
            "TZ=Etc/UTC",
            "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/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/wasm-tools",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "io.buildah.version": "1.38.1",
            "org.opencontainers.image.source": "https://github.com/rust-lang/docker-rust"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 3173375802,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0bcda0b9f67dd0f6c0bd9739b2eaab277aea3cd04be5b25c0d7f84cf7c3fe5e1/diff:/var/lib/docker/overlay2/ef62b6a37333027fd254fdaa416c9f35c9fe35d9d58fbaa684accdc2322f7b33/diff:/var/lib/docker/overlay2/6c656362fe7dcb9a032d2fb9b255810267998345a3473ad23f3d20e1f383d4b3/diff:/var/lib/docker/overlay2/eda7d860f6f674490b9878d8c5ebbcd5db43ec732a61af6bba6993458d6c1332/diff:/var/lib/docker/overlay2/685e757346a4e10dfe3414ba00808770432f1e8a23805f29e0f57b167b418da5/diff:/var/lib/docker/overlay2/aec22cece4dd655b3b07fd2706568d3bfe88583c7a2ab9b3d29d8105576a3e01/diff:/var/lib/docker/overlay2/18286ae3141f9ee751634950a8d4a84f37e797e3c6f80555a8beb9bc29195412/diff:/var/lib/docker/overlay2/933e1a28ae8524c4ab6448ab29f0d61ebe826322a773db110e299dd2e5256436/diff:/var/lib/docker/overlay2/915473fda383a653939b5097d0727f3bf6176bd49018dec395ab241dc3a97650/diff",
            "MergedDir": "/var/lib/docker/overlay2/cb54adf88df2a7f1759d439ebb02bd85c6a94b920b14e9b6ecd8b52597d66baa/merged",
            "UpperDir": "/var/lib/docker/overlay2/cb54adf88df2a7f1759d439ebb02bd85c6a94b920b14e9b6ecd8b52597d66baa/diff",
            "WorkDir": "/var/lib/docker/overlay2/cb54adf88df2a7f1759d439ebb02bd85c6a94b920b14e9b6ecd8b52597d66baa/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:91b542912d126a7516f2371a25a8b1f865f327cd8bd079f23d057d9945f7d02d",
            "sha256:c0f51bbdc37dd77b0ef5cc803b088c7da8bc0005b7e2ed9d33b4e729b84a6721",
            "sha256:41d4dc7516bb03784c161047722036bea2c230fb7adca45cc999637c7a9f7ca8",
            "sha256:dafb8aed9f7f183b50467a43cb5477c844ceed3eb4a0be92e80f358a71ba543b",
            "sha256:c2f8ee339df60179ef9b494d1f5b869163d21c9647c60d2deddc5ce4d709bc5e",
            "sha256:827546625aadeb2841e737b4f34447ed40c27fbc13762cfcb7edbdb6ee5d0c0f",
            "sha256:98cfae322b0838edcdc81c2cdca5bdb860073e62c5f8453b58a111649c5153d1",
            "sha256:f84c73110c9f1486c4fa348d2c3f75f8f15b151c85be73d10b9de82e35d22e96",
            "sha256:3e0417c51a2c2fa3d84c69c944446bbfb654caca26637467f426b9f1870b8f39",
            "sha256:3c85e32fd0e3d932bb583d999b9338f3c65cb4045f317bcf7a5f22f57f356503"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-12T01:10:41.510782747+08:00"
    }
}

更多版本

docker.io/swerebenchv2/bytecodealliance-wasm-tools:2107-1d3e4f9

linux/amd64 docker.io3.17GB2026-07-12 01:12
12

docker.io/swerebenchv2/bytecodealliance-wasm-tools:2167-7133059

linux/amd64 docker.io3.17GB2026-07-12 01:56
13

docker.io/swerebenchv2/bytecodealliance-wasm-tools:2189-a0ae81f

linux/amd64 docker.io3.17GB2026-07-12 01:59
14

docker.io/swerebenchv2/bytecodealliance-wasm-tools:2251-bc0a785

linux/amd64 docker.io3.17GB2026-07-12 02:19
10

docker.io/swerebenchv2/bytecodealliance-wasm-tools:1817-6fc5d68

linux/amd64 docker.io3.17GB2026-07-12 03:42
11

docker.io/swerebenchv2/bytecodealliance-wasm-tools:1688-263b697

linux/amd64 docker.io3.16GB2026-07-12 04:13
10

docker.io/swerebenchv2/bytecodealliance-wasm-tools:1686-263b697

linux/amd64 docker.io3.16GB2026-07-12 04:16
11

docker.io/swerebenchv2/bytecodealliance-wasm-tools:1714-d19cf14

linux/amd64 docker.io3.16GB2026-07-12 04:31
14

docker.io/swerebenchv2/bytecodealliance-wasm-tools:1946-1bcecbc

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