logo
docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc
linux/amd64 docker.io

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

9
浏览次数
2.44GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc
源镜像
docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc
镜像ID
sha256:860bc0ebf4081ff9c775d5304e841d2048e15eaa24452d71f75b5e497c6d22ad
镜像 TAG
556-5d0f4bc
镜像大小
2.44GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/valkey
OS/平台
linux/amd64
镜像创建
2026-04-22T08:48:27.757688014Z
同步时间
2026-07-16 02:05
浏览量
9 次
贡献者
⚙️ 环境变量 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-16 02:06 查看完整报告
447
低危 LOW
2941
中危 MEDIUM
253
高危 HIGH
20
严重 CRITICAL
受影响目标 (3)
docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc (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:556-5d0f4bc
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc  docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc  docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc

Shell快速替换命令

sed -i 's#swerebenchv2/valkey-io-valkey:556-5d0f4bc#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc#' 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:556-5d0f4bc && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc  docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-22 16:48:29  0.00B 
/bin/sh
                        
# 2026-02-22 18:19:49  366.11MB 
/bin/sh -c #(nop) COPY file:7d7cd8bbcf35383f027789643c9ba647566812ec67dd6567290ff38216f09fb5 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 18:19:46  0.00B 
/bin/sh -c #(nop) WORKDIR /valkey
                        
# 2026-02-22 18:19:46  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 5d0f4bc9f0089f83cc54e1978f2dd549f7392c9f;
    ( make ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 5d0f4bc9f0089f83cc54e1978f2dd549f7392c9f;
    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 18:18:06  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 18:17:53  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 18:17:45  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 18:17:38  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 18:17:38  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 18:17:37  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 18:17:30  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 18:17:24  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 18:17:24  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:860bc0ebf4081ff9c775d5304e841d2048e15eaa24452d71f75b5e497c6d22ad",
    "RepoTags": [
        "swerebenchv2/valkey-io-valkey:556-5d0f4bc",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc"
    ],
    "RepoDigests": [
        "swerebenchv2/valkey-io-valkey@sha256:1376cef61451e1f0a30ebd484a71a106a2c5686ca0888bb4fb168a99176081cf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey@sha256:9173002fd5e68b8d6db67dcd30cc73f757691c7ded5940b72e39ec5e9f9c4836"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc",
    "Created": "2026-04-22T08:48:27.757688014Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "46de1e8295e9",
        "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": 2439584401,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f2c9f291d83136732e675aafbc7787a64ace1cbb70e16d4d05c72f573b885e42/diff:/var/lib/docker/overlay2/104a3f8056e79f2cc40f7320159e3370295d17ead1f7c5582a77415f9ac7a54d/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/75137d5e3bd339e511c545e65d94dfe86d1c4d3127775ffd18dc28a8f5db89ed/merged",
            "UpperDir": "/var/lib/docker/overlay2/75137d5e3bd339e511c545e65d94dfe86d1c4d3127775ffd18dc28a8f5db89ed/diff",
            "WorkDir": "/var/lib/docker/overlay2/75137d5e3bd339e511c545e65d94dfe86d1c4d3127775ffd18dc28a8f5db89ed/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:21efabb604c7ab14e4502171782ff1133502923cad75c936c4e65cccebb431da",
            "sha256:2cdfe720fd7f95f5477fb9c32616f91ee572cf314bf53dbc5a72a97cf5d8263f",
            "sha256:8b67c063ddd88758c2e1c97614f715540b3d104690f89a120248b2df3b34fd2c",
            "sha256:114b49df6c6cc73b914b22536fb170b9bfddb1dba2425dcf0caf445dc0d7634a",
            "sha256:25e4a3298af3a10fd1e905004bbdfb5f7b3c354c6afa615e3ce426a6e858905b",
            "sha256:0801284d41ef7fd64c3dad0508d133df2d17c9cef7200e8d71cf788a0aa861a0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-16T02:02:39.918257024+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io2.44GB2026-07-15 07:33
15

docker.io/swerebenchv2/valkey-io-valkey:365-8baf322

linux/amd64 docker.io2.44GB2026-07-16 02:00
9

docker.io/swerebenchv2/valkey-io-valkey:556-5d0f4bc

linux/amd64 docker.io2.44GB2026-07-16 02:05
8

docker.io/swerebenchv2/valkey-io-valkey:586-54c9747

linux/amd64 docker.io2.44GB2026-07-16 06:32
14

docker.io/swerebenchv2/valkey-io-valkey:2091-dfd91bf

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