logo
docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8
linux/amd64 docker.io

该镜像是Valkey的Docker镜像,Valkey是一款高性能的开源键值存储系统,兼容Redis协议,适用于缓存、会话存储、实时数据分析等多种场景,由swerebenchv2维护,可用于快速部署Valkey服务实例。

12
浏览次数
2.48GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8
源镜像
docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8
镜像ID
sha256:0c14e740226a4f7d76c6df6da36b3f70ffccd85ba0c5e6153c89e70e8e25ef5c
镜像 TAG
1694-1470ee8
镜像大小
2.48GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/valkey
OS/平台
linux/amd64
镜像创建
2026-04-21T12:51:46.128901258Z
同步时间
2026-07-15 06:46
浏览量
12 次
贡献者
⚙️ 环境变量 5
KeyValue
TZ=Etc/UTC 0
LANG=C.UTF-8 1
LC_ALL=C.UTF-8 2
NO_CONDA=1 3
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 4
🏷️ 镜像标签 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 06:47 查看完整报告
447
低危 LOW
2941
中危 MEDIUM
253
高危 HIGH
20
严重 CRITICAL
受影响目标 (3)
docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8 (ubuntu 22.04) ubuntu Conda conda-pkg Python python-pkg

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8  docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8  docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8

Shell快速替换命令

sed -i 's#swerebenchv2/valkey-io-valkey:1694-1470ee8#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8  docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8  docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8'

镜像构建历史


# 2026-04-21 20:51:47  0.00B 
/bin/sh
                        
# 2026-02-22 17:57:43  403.14MB 
/bin/sh -c #(nop) COPY file:641192692069f20e61d3e71d96733c382b0a53b5758ec131776549b32e3ead34 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 17:57:40  0.00B 
/bin/sh -c #(nop) WORKDIR /valkey
                        
# 2026-02-22 17:57:40  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/valkey-io/valkey /valkey;
    chmod -R 777 /valkey;
    cd /valkey;
    git reset --hard 1470ee8a639fea32ae3cfcb8b12e398f69eb1f83;
    ( make ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 1470ee8a639fea32ae3cfcb8b12e398f69eb1f83;
    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 17:55:32  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 17:55:20  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 17:55:13  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 17:55:06  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 17:55:05  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 17:55:05  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 17:54: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 17:54:37  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 17:54:37  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-16 01:49:57  333.87KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-16 01:49:57  472.63MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt install -y     wget     git     build-essential     libtool     automake     autoconf     tcl     bison     flex     cmake     python3     python3-pip     python3-venv     python-is-python3     libffi-dev     pkg-config     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-16 01:47:42  2.38KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list # buildkit
                        
# 2026-01-16 01:47:42  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-16 01:47:42  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:0c14e740226a4f7d76c6df6da36b3f70ffccd85ba0c5e6153c89e70e8e25ef5c",
    "RepoTags": [
        "swerebenchv2/valkey-io-valkey:1694-1470ee8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8"
    ],
    "RepoDigests": [
        "swerebenchv2/valkey-io-valkey@sha256:35a534323cda9e6aea17ad415066518640ff264d8b143bb193554e8bd25e6f15",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey@sha256:752ae34623de0617dad8683d57903e8224b8b49d69d087a9379d328ee1748e6e"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8",
    "Created": "2026-04-21T12:51:46.128901258Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "fff6614aca97",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "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/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/valkey",
        "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": 2476619668,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a7646905e254366948e44a9d8c121dee0582556291f336d9725a9e1d088a330b/diff:/var/lib/docker/overlay2/03421b1765bbd554d8ce151d8c1d3893787f9c207bebe8accf96777ed829baa2/diff:/var/lib/docker/overlay2/8a08630e174bffca757192c7ab3b93db1f4043b5c3e6dd554ca8562e68de48f3/diff:/var/lib/docker/overlay2/786383a3b1a27feee0ca415c516113f48e68bb404b2217e655f2e888564fb5f6/diff:/var/lib/docker/overlay2/94144a9c63b3841a4017f5477402ad5a8fc150793c04525765545f7f512423c2/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/dd8a4dba01d0ce6acd87cf9cdcb9216ecb9427916dac1d00b8d84e8147d74226/merged",
            "UpperDir": "/var/lib/docker/overlay2/dd8a4dba01d0ce6acd87cf9cdcb9216ecb9427916dac1d00b8d84e8147d74226/diff",
            "WorkDir": "/var/lib/docker/overlay2/dd8a4dba01d0ce6acd87cf9cdcb9216ecb9427916dac1d00b8d84e8147d74226/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:21efabb604c7ab14e4502171782ff1133502923cad75c936c4e65cccebb431da",
            "sha256:2cdfe720fd7f95f5477fb9c32616f91ee572cf314bf53dbc5a72a97cf5d8263f",
            "sha256:8b67c063ddd88758c2e1c97614f715540b3d104690f89a120248b2df3b34fd2c",
            "sha256:5cf93b529038d44cece8b2cbe43b533ef7a485fc802bf6ea2326c451b98bc251",
            "sha256:99a0832ff1a85cef699f6f68212c93cd438c6808f408e40b8e475e42ff4e9d60",
            "sha256:1b38f8ce348e72550246e77a7c0027d4ec297bd876df804b24cae94d4e6a7e7b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-15T06:44:46.119418957+08:00"
    }
}

更多版本

docker.io/swerebenchv2/valkey-io-valkey:1873-c12d5fc

linux/amd64 docker.io2.43GB2026-07-07 05:19
25

docker.io/swerebenchv2/valkey-io-valkey:809-6df023f

linux/amd64 docker.io2.43GB2026-07-07 06:51
31

docker.io/swerebenchv2/valkey-io-valkey:1684-e8ae5b1

linux/amd64 docker.io2.48GB2026-07-15 06:29
11

docker.io/swerebenchv2/valkey-io-valkey:1694-1470ee8

linux/amd64 docker.io2.48GB2026-07-15 06:46
11

docker.io/swerebenchv2/valkey-io-valkey:731-fa01a29

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