logo
docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f
linux/amd64 docker.io

该Docker镜像提供Vyper语言的开发环境,包含Vyper编译器及相关工具,适用于以太坊区块链智能合约的开发与编译工作。

17
浏览次数
2.48GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f
源镜像
docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f
镜像ID
sha256:0a775ed1b59588995eaed952c0f2be9fa2616542daad87ac567fee37bf6de9d4
镜像 TAG
3605-344fd8f
镜像大小
2.48GB
平台架构
linux/amd64
镜像源
docker.io
CMD
python3
启动入口
工作目录
/vyper
OS/平台
linux/amd64
镜像创建
2026-04-21T16:28:57.68285466Z
同步时间
2026-07-10 01:16
浏览量
17 次
贡献者
⚙️ 环境变量 13
KeyValue
GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D 0
PYTHON_VERSION=3.10.19 1
PYTHON_SHA256=c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076 2
TZ=Etc/UTC 3
PIP_CACHE_DIR=/workspace/.cache/pip 4
PYTHONPYCACHEPREFIX=/workspace/.cache/pycache 5
XDG_CACHE_HOME=/workspace/.cache 6
XDG_CONFIG_HOME=/workspace/.config 7
XDG_DATA_HOME=/workspace/.local/share 8
LANG=C.UTF-8 9
LC_ALL=C.UTF-8 10
NO_CONDA=1 11
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/conda/bin:/opt/conda/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12
🏷️ 镜像标签 1
KeyValue
1.38.1 io.buildah.version
🛡️ 镜像安全扫描
debian 13.2 Trivy 2026-07-10 01:17 查看完整报告
949
低危 LOW
2179
中危 MEDIUM
549
高危 HIGH
23
严重 CRITICAL
受影响目标 (3)
docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f (debian 13.2) debian Conda conda-pkg Python python-pkg

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f  docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f  docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f

Shell快速替换命令

sed -i 's#swerebenchv2/vyperlang-vyper:3605-344fd8f#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f  docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f  docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f'

镜像构建历史


# 2026-04-22 00:28:59  0.00B 
/bin/sh
                        
# 2026-02-22 20:15:23  350.45MB 
/bin/sh -c #(nop) COPY file:ec37e64f7aad093641015cdb3e3c5e227f7dfda52a3aa620705f5c265d39459a in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 20:15:19  0.00B 
/bin/sh -c #(nop) WORKDIR /vyper
                        
# 2026-02-22 20:15:19  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/vyperlang/vyper /vyper;
    chmod -R 777 /vyper;
    cd /vyper;
    git reset --hard 344fd8f36c7f0cf1e34fd06ec30f34f6c487f340;
    ( make dev-init ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 344fd8f36c7f0cf1e34fd06ec30f34f6c487f340;
    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 20:14:49  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 20:14:38  1.53GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 20:14:31  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 20:14:24  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 20:14:24  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 20:14:23  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 20:14:16  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 20:14:14  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 20:14:13  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-08 17:56:39  0.00B 设置工作目录为/workspace
WORKDIR /workspace
                        
# 2026-01-08 17:56:39  9.01KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-08 17:56:38  35.83MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c python -m pip install --upgrade pip setuptools wheel  && python -m pip install pytest # buildkit
                        
# 2026-01-08 17:56:14  0.00B 设置环境变量 PIP_CACHE_DIR PYTHONPYCACHEPREFIX XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME
ENV PIP_CACHE_DIR=/workspace/.cache/pip PYTHONPYCACHEPREFIX=/workspace/.cache/pycache XDG_CACHE_HOME=/workspace/.cache XDG_CONFIG_HOME=/workspace/.config XDG_DATA_HOME=/workspace/.local/share
                        
# 2026-01-08 17:56:14  437.62MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends     git     curl     wget     unzip     zip     ca-certificates     build-essential     pkg-config     cmake     gnupg     libssl-dev     zlib1g-dev     libffi-dev  && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-08 17:56:14  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-08 17:56:14  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2025-12-30 08:43:38  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-12-30 08:43:38  36.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 pip3 pydoc3 python3 python3-config; do 		dst="$(echo "$src" | tr -d 3)"; 		[ -s "/usr/local/bin/$src" ]; 		[ ! -e "/usr/local/bin/$dst" ]; 		ln -svT "$src" "/usr/local/bin/$dst"; 	done # buildkit
                        
# 2025-12-30 08:43:38  39.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends 		dpkg-dev 		gcc 		gnupg 		libbluetooth-dev 		libbz2-dev 		libc6-dev 		libdb-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 	; 		wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; 	echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 	wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; 	GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; 	gpg --batch --verify python.tar.xz.asc python.tar.xz; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" python.tar.xz.asc; 	mkdir -p /usr/src/python; 	tar --extract --directory /usr/src/python --strip-components=1 --file 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 		$(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') 		--with-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; 	LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		python 	; 	make install; 		cd /; 	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 'libpython*.a' \) \) 		\) -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 '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' 		| sort -u 		| xargs -rt dpkg-query --search 		| awk 'sub(":$", "", $1) { print $1 }' 		| sort -u 		| xargs -r apt-mark manual 	; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	apt-get dist-clean; 		export PYTHONDONTWRITEBYTECODE=1; 	python3 --version; 		pip3 install 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		'setuptools==79.0.1' 		'wheel<0.46' 	; 	pip3 --version # buildkit
                        
# 2025-12-30 08:38:13  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076
                        
# 2025-12-30 08:38:13  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.10.19
                        
# 2025-12-30 08:38:13  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2025-12-30 08:38:13  3.81MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		netbase 		tzdata 	; 	apt-get dist-clean # buildkit
                        
# 2025-12-30 08:38:13  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-12-30 08:38:13  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-29 08:00:00  78.62MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'
                        
                    

镜像信息

{
    "Id": "sha256:0a775ed1b59588995eaed952c0f2be9fa2616542daad87ac567fee37bf6de9d4",
    "RepoTags": [
        "swerebenchv2/vyperlang-vyper:3605-344fd8f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f"
    ],
    "RepoDigests": [
        "swerebenchv2/vyperlang-vyper@sha256:a2ccf39ffcdff0aedb6045ba0291d4eb9029cf715bb0f6c20a16c7f8481bc48e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/vyperlang-vyper@sha256:8bab4ca7a4b0657362c875ef68365a8cac6ce12ed4b0759739c373e1229d2fc1"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f",
    "Created": "2026-04-21T16:28:57.68285466Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "9347eb383533",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.10.19",
            "PYTHON_SHA256=c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076",
            "TZ=Etc/UTC",
            "PIP_CACHE_DIR=/workspace/.cache/pip",
            "PYTHONPYCACHEPREFIX=/workspace/.cache/pycache",
            "XDG_CACHE_HOME=/workspace/.cache",
            "XDG_CONFIG_HOME=/workspace/.config",
            "XDG_DATA_HOME=/workspace/.local/share",
            "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/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "python3"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/vyper",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "io.buildah.version": "1.38.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2475860035,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/840ca923dbd8235347911133b1a4e47702b61615ab705080a461db4eebb0e948/diff:/var/lib/docker/overlay2/1704116882f0adfae55db6a46b8b907f3afa6a2720019a0b170afab1701e08e6/diff:/var/lib/docker/overlay2/cdef7cdbcf7e7924e15080a33feb5484ad4b7e0c37a3a55c9749909f4ea31d67/diff:/var/lib/docker/overlay2/dd65d5152f1a0feba3dd5e04072b503f93feb6533aff77e9ef1dec5ed8d512c3/diff:/var/lib/docker/overlay2/83815cb8a799289630d1c615e42dc85437e9df1b8bc6b1c69472078ecc3fc777/diff:/var/lib/docker/overlay2/ca6a6929f47f6c090872862cc6099ae823901c0dfa8da74ab1b087d6fd9e19ab/diff:/var/lib/docker/overlay2/50b24469db9398d142d323f7bae2f593c8808dfaa9bfc202cf3039ef796d5e5a/diff:/var/lib/docker/overlay2/f5531b40f54104889309d8da24aa719bc4f3ae67d9e217bafb05c3251921897b/diff:/var/lib/docker/overlay2/ca03975323e8daa5d2f196b5d2ea5d9f1c86ede2922124b8b4bb0e989306829c/diff:/var/lib/docker/overlay2/603a445a71e2f4f9da3c9393210983f2471a14fa627ed335980e17e40379f7de/diff",
            "MergedDir": "/var/lib/docker/overlay2/65b70409b258bc7bfd3413fb160c8382292b1875790f56a44c55f03077a328a5/merged",
            "UpperDir": "/var/lib/docker/overlay2/65b70409b258bc7bfd3413fb160c8382292b1875790f56a44c55f03077a328a5/diff",
            "WorkDir": "/var/lib/docker/overlay2/65b70409b258bc7bfd3413fb160c8382292b1875790f56a44c55f03077a328a5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6a7f953ae30c9f480e6eaf7be8b1ba742bce57a3a83c43e927348e763cff7472",
            "sha256:b12fdd0942e9aab40c2dfe4b6079f8ab0e9e57928fdac5941d546391df408cae",
            "sha256:75b5fbf56130eab1b85740d2d34bf181ba59e06bec664297a1fe2391984acacd",
            "sha256:b4ddb5dc2e027533b37784b45ce7fe35bcfbf8a160b7cf46559252312b502a02",
            "sha256:46567c4e5600ef33e783342ac387d64062b393811c98ce2c81e8fff2a740c3c8",
            "sha256:8e95b4719ea554f70f072a7a9231ea4c3a0a343c87fd13c3e131847d104e96a8",
            "sha256:732e6c17cadda882dd9834daeab7f834c91f2b9cb0e13e29e50ce691f3db2d96",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:4ea29e5a4e513d74dfd5ea44b800bcd234d6fa1f94c703c2bbc11ba607ffb15e",
            "sha256:1371b8200779341c0b0bdeb0256d2e5ff13b1ff5bd299a8c61b8f7c64e9a3466",
            "sha256:201c55d9c7c193b442a463a7223ec708cd21205355476b4546d5677bb5866e11"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-10T01:14:23.969135645+08:00"
    }
}

更多版本

docker.io/swerebenchv2/vyperlang-vyper:3605-344fd8f

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