logo
docker.io/swerebenchv2/valkey-io-valkey:809-6df023f
linux/amd64 docker.io

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

7
浏览次数
2.43GB
镜像大小
源镜像
docker.io/swerebenchv2/valkey-io-valkey:809-6df023f
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:809-6df023f
镜像ID
sha256:f4e3e3833978c9c68fb43a5dddb970ccb76a60d8f163f76561499deeb675afbd
镜像 TAG
809-6df023f
镜像大小
2.43GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/valkey
OS/平台
linux/amd64
镜像创建
2026-04-22T08:15:34.206071354Z
同步时间
2026-07-07 06:51
浏览量
7 次
贡献者
⚙️ 环境变量 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-07 06:52 查看完整报告
429
低危 LOW
2857
中危 MEDIUM
241
高危 HIGH
20
严重 CRITICAL
受影响目标 (3)
docker.io/swerebenchv2/valkey-io-valkey:809-6df023f (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:809-6df023f
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:809-6df023f  docker.io/swerebenchv2/valkey-io-valkey:809-6df023f

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:809-6df023f
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:809-6df023f  docker.io/swerebenchv2/valkey-io-valkey:809-6df023f

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-22 16:15:35  0.00B 
/bin/sh
                        
# 2026-02-22 17:41:55  359.49MB 
/bin/sh -c #(nop) COPY file:9ac3cd6886904f9b924f72724754a421269b5f4797b8bcf99cc3dc666c39d8d4 in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 17:41:52  0.00B 
/bin/sh -c #(nop) WORKDIR /valkey
                        
# 2026-02-22 17:41:52  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 6df023fb981c1bb83e50ada86d4f723bd86ca32f;
    ( make ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 6df023fb981c1bb83e50ada86d4f723bd86ca32f;
    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:39:45  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:39:33  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 17:39:26  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:39:19  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 17:39:18  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 17:39:18  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:39:11  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:39:06  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 17:39:06  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:f4e3e3833978c9c68fb43a5dddb970ccb76a60d8f163f76561499deeb675afbd",
    "RepoTags": [
        "swerebenchv2/valkey-io-valkey:809-6df023f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:809-6df023f"
    ],
    "RepoDigests": [
        "swerebenchv2/valkey-io-valkey@sha256:cc197b1e4eb01eef9c27e8724fc8e29e57a6683456817ec5f6e8b462f71cd111",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey@sha256:c3afe55ec5a9de7539ae19a0ae2365062befa8ca82dceeef9ab37a4dc4901aed"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/valkey-io-valkey:809-6df023f",
    "Created": "2026-04-22T08:15:34.206071354Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "4bf817dc2cb0",
        "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": 2432964356,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/1dee58c537e4efdef31cbbc905a2042f0bc8f418cecc6275f0894a1e868627ec/diff:/var/lib/docker/overlay2/8cf81add6ee4b68948396791c2f82617f35127d2bf7a4308c4655fc7976f57ae/diff:/var/lib/docker/overlay2/cb5a107bd4aabd5be933c741d5c8ab405e27635bc7b8a1200d74d687bb986ca1/diff:/var/lib/docker/overlay2/cd2b3e85d0c1ecd2a0938eb7a8405b17b2c525fc032fe61f84b297fc9a126959/diff:/var/lib/docker/overlay2/7e436b8658e21d9819b074ce634cf8b59e0f084f2f344e238168ac5508d523c0/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/1b264b88e8c11fe4663dfd380fffdc6e5cc504c37da412a61d3894ad29c2fff3/merged",
            "UpperDir": "/var/lib/docker/overlay2/1b264b88e8c11fe4663dfd380fffdc6e5cc504c37da412a61d3894ad29c2fff3/diff",
            "WorkDir": "/var/lib/docker/overlay2/1b264b88e8c11fe4663dfd380fffdc6e5cc504c37da412a61d3894ad29c2fff3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:21efabb604c7ab14e4502171782ff1133502923cad75c936c4e65cccebb431da",
            "sha256:2cdfe720fd7f95f5477fb9c32616f91ee572cf314bf53dbc5a72a97cf5d8263f",
            "sha256:8b67c063ddd88758c2e1c97614f715540b3d104690f89a120248b2df3b34fd2c",
            "sha256:2ed1b2c2b63d8bf23465c2a9a71929db6b8803e55e8bfdfa889e5e22d8cf19e6",
            "sha256:0e8c9978832ff0588fc22486a7f9bfa477b80a81e138d84259e277f2a8674343",
            "sha256:40f03137a836cb45e9b10e475e7d6951301e37fa7e47793b9505cc58205cb2e9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-07T06:50:01.064685579+08:00"
    }
}

更多版本

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

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

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

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