logo
docker.io/swerebenchv2/valkey-io-valkey:365-8baf322
linux/amd64 docker.io

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

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:365-8baf322
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:365-8baf322  docker.io/swerebenchv2/valkey-io-valkey:365-8baf322

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-22 16:40:36  0.00B 
/bin/sh
                        
# 2026-02-22 06:20:16  364.57MB 
/bin/sh -c #(nop) COPY file:3e806d23aa2abf5184d5693d4d495be48ae5ea37e55fa4c4ba1f3f11474e432f in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 06:20:14  0.00B 
/bin/sh -c #(nop) WORKDIR /valkey
                        
# 2026-02-22 06:20:14  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 8baf3227429480ba769cfdf85ae3b06758fc552d;
    ( make ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 8baf3227429480ba769cfdf85ae3b06758fc552d;
    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 06:18:43  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 06:18:31  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 06:18:24  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 06:18:17  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 06:18:17  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 06:18:16  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 06:18:10  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 06:18:03  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 06:18:03  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:0a4c0c0d1357f971ec59c11a2aaaea0915897b194f5b06160d5ad5fb613a4784",
    "RepoTags": [
        "swerebenchv2/valkey-io-valkey:365-8baf322",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey:365-8baf322"
    ],
    "RepoDigests": [
        "swerebenchv2/valkey-io-valkey@sha256:f08ffb0193a198e29ec4b601187d2cc9cbdbd253876373b70982f70c3082c9ea",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/valkey-io-valkey@sha256:83ae0ba94dbc665bf95fb5e04c8c83c6a05cf648822f42ccbd14e090d99be7dd"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/valkey-io-valkey:365-8baf322",
    "Created": "2026-04-22T08:40:34.676619509Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "31bc4a95c03f",
        "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": 2438042518,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/060c710947a0640c4a237dfa3826069d35cde9eff2af43445f9e279cc9bc4bf0/diff:/var/lib/docker/overlay2/0d7027572dadd754e03d484c07d753ef1381e2b19ff032daffc9660b692d1b15/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/36d7399e845c11eeeb0344df1cbfa46fd30f8a9459af3b697ce898ea740778a7/merged",
            "UpperDir": "/var/lib/docker/overlay2/36d7399e845c11eeeb0344df1cbfa46fd30f8a9459af3b697ce898ea740778a7/diff",
            "WorkDir": "/var/lib/docker/overlay2/36d7399e845c11eeeb0344df1cbfa46fd30f8a9459af3b697ce898ea740778a7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:21efabb604c7ab14e4502171782ff1133502923cad75c936c4e65cccebb431da",
            "sha256:2cdfe720fd7f95f5477fb9c32616f91ee572cf314bf53dbc5a72a97cf5d8263f",
            "sha256:8b67c063ddd88758c2e1c97614f715540b3d104690f89a120248b2df3b34fd2c",
            "sha256:9b24a955789af8a5a7ebb743844bb21b67eac4c8e9f9dd3d2431fc51c68bf63e",
            "sha256:5e194cc0566c43e494f28a266c9ca1ddcbf0b2ff01cb8992ca464a44db8c54f3",
            "sha256:505245a425f42631b4c7d8fcc1bde95f2c76c2a65ac6e9f25fda219e8c395525"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-16T01:57:41.79883379+08:00"
    }
}

更多版本

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

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

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
15

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
9

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

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

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

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