logo
docker.io/swerebenchv2/valkey-io-valkey:586-54c9747
linux/amd64 docker.io

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

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:586-54c9747
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:586-54c9747  docker.io/swerebenchv2/valkey-io-valkey:586-54c9747

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-22 16:49:53  0.00B 
/bin/sh
                        
# 2026-02-22 20:00:27  366.77MB 
/bin/sh -c #(nop) COPY file:9debec1af3ffec4c080a2b284f9e6403ebf17dfe236fbe9829ddd48b9352c06e in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 20:00:25  0.00B 
/bin/sh -c #(nop) WORKDIR /valkey
                        
# 2026-02-22 20:00:25  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 54c97479356ecf41b4b63733494a1be2ab919e17;
    ( make ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 54c97479356ecf41b4b63733494a1be2ab919e17;
    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:58:55  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:58:43  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 19:58:36  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:58:29  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 19:58:28  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 19:58:28  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:58:22  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:58:16  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 19:58:16  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:5c62271e8126548f600bc508ebea2749a2654267c4b53cc5fb7b95a50b1e2e78",
    "RepoTags": [
        "swerebenchv2/valkey-io-valkey:586-54c9747",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:586-54c9747"
    ],
    "RepoDigests": [
        "swerebenchv2/valkey-io-valkey@sha256:28d69f95f83f9e4d3577100b6503d2feafe4d80e15b3600412c4d3ea35372ccd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey@sha256:e572cc1da57ad7c0b456c950c41307ecdf857d7f5e7013a5b12364b16a73084a"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/valkey-io-valkey:586-54c9747",
    "Created": "2026-04-22T08:49:51.593870367Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "9e0ba585f8f5",
        "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": 2440245017,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ab3891ed4cdd586782aa00c17ccc1487a8c4a3f2b06dae67cfeb57bdb65ace73/diff:/var/lib/docker/overlay2/187f5ebdb7d488147077238227715c2242a18a4d476a5ea41767a10244de07c2/diff:/var/lib/docker/overlay2/fc6153f8885fe3ff4d87b5802131cf3ef756810a3049d2aadc7c5e09de8936be/diff:/var/lib/docker/overlay2/1f621d4c55b6a7ca6de8b05361436535fb9e70d8c0b434b3f66d84e5e8b60224/diff:/var/lib/docker/overlay2/8fe2f992b38ebd65902697291beee149270004c141c0e087f8b67bbea29c83e8/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/1e8bcbf1823714340522344d98f0398fb55cd08174e7c84bccf2180317615148/merged",
            "UpperDir": "/var/lib/docker/overlay2/1e8bcbf1823714340522344d98f0398fb55cd08174e7c84bccf2180317615148/diff",
            "WorkDir": "/var/lib/docker/overlay2/1e8bcbf1823714340522344d98f0398fb55cd08174e7c84bccf2180317615148/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:21efabb604c7ab14e4502171782ff1133502923cad75c936c4e65cccebb431da",
            "sha256:2cdfe720fd7f95f5477fb9c32616f91ee572cf314bf53dbc5a72a97cf5d8263f",
            "sha256:8b67c063ddd88758c2e1c97614f715540b3d104690f89a120248b2df3b34fd2c",
            "sha256:788d45dccb28e5a33f45f869b87d773ccef0c6c69e6c4c0c5c8a85be18281541",
            "sha256:0c7404b29001b00337dcad20eea5f16fc46065958687100f283160e733e8fc00",
            "sha256:fc7247fd8964946bf70c8913e6abc39c08de429b9e9f59907a29849f2609b7e2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-16T06:30:53.438615126+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
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×