logo
docker.io/swerebenchv2/hapijs-joi:934-32bf602
linux/amd64 docker.io

该Docker镜像包含Hapi.js框架与Joi验证库的运行环境,适用于开发基于Hapi.js的应用程序,支持数据验证等相关功能。

8
浏览次数
3.02GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602
源镜像
docker.io/swerebenchv2/hapijs-joi:934-32bf602
镜像ID
sha256:f6c6bd8f8bec8fb0f156e54653e95ff7b82cb7751ba846077395c3db552854d2
镜像 TAG
934-32bf602
镜像大小
3.02GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/joi
OS/平台
linux/amd64
镜像创建
2026-04-22T08:48:06.080003831Z
同步时间
2026-07-15 04:12
浏览量
8 次
贡献者
⚙️ 环境变量 7
KeyValue
TZ=Etc/UTC 0
CHROME_BIN=/usr/bin/google-chrome 1
CHROME_PATH=/usr/bin/google-chrome 2
LANG=C.UTF-8 3
LC_ALL=C.UTF-8 4
NO_CONDA=1 5
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 6
🏷️ 镜像标签 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 04:13 查看完整报告
537
低危 LOW
2970
中危 MEDIUM
283
高危 HIGH
21
严重 CRITICAL
受影响目标 (4)
docker.io/swerebenchv2/hapijs-joi:934-32bf602 (ubuntu 22.04) ubuntu Conda conda-pkg Node.js node-pkg Python python-pkg

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602  docker.io/swerebenchv2/hapijs-joi:934-32bf602

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602  docker.io/swerebenchv2/hapijs-joi:934-32bf602

Shell快速替换命令

sed -i 's#swerebenchv2/hapijs-joi:934-32bf602#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602  docker.io/swerebenchv2/hapijs-joi:934-32bf602'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602  docker.io/swerebenchv2/hapijs-joi:934-32bf602'

镜像构建历史


# 2026-04-22 16:48:08  0.00B 
/bin/sh
                        
# 2026-02-22 22:23:17  45.29MB 
/bin/sh -c #(nop) COPY file:e3ce8f11a980efdc0793bcd2b073ab174a9c55f750f238273c5f18b43b8311bf in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 22:23:14  0.00B 
/bin/sh -c #(nop) WORKDIR /joi
                        
# 2026-02-22 22:23:14  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/hapijs/joi /joi;
    chmod -R 777 /joi;
    cd /joi;
    git reset --hard 32bf602d53564f2632a3b90de78cb76ef8acdbc0;
    ( npm install ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 32bf602d53564f2632a3b90de78cb76ef8acdbc0;
    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 22:23:05  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 22:22:52  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 22:22: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 22:22:38  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 22:22:37  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 22:22: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 22:22: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 22:22:25  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 22:22:25  0.00B 
/bin/sh -c #(nop) ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
                        
# 2026-01-16 00:34:05  335.19KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c adduser --disabled-password --gecos 'dog' nonroot # buildkit
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_PATH
ENV CHROME_PATH=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  0.00B 设置环境变量 CHROME_BIN
ENV CHROME_BIN=/usr/bin/google-chrome
                        
# 2026-01-16 00:34:04  897.31MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list     && apt-get update     && apt-get install -y google-chrome-stable     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-16 00:31:54  0.00B 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c corepack enable pnpm # buildkit
                        
# 2026-01-16 00:31:53  3.73MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c npm install --global corepack@latest # buildkit
                        
# 2026-01-16 00:31:48  1.58KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c node -v && npm -v # buildkit
                        
# 2026-01-16 00:31:45  99.02MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y nodejs # buildkit
                        
# 2026-01-16 00:31:15  680.13KB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c "set -eo pipefail && curl -fsSL https://deb.nodesource.com/setup_16.x | bash -" # buildkit
                        
# 2026-01-16 00:30:30  369.74MB 执行命令并创建新的镜像层
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt install -y     wget     curl     git     build-essential     jq     gnupg     ca-certificates     apt-transport-https # buildkit
                        
# 2026-01-16 00:30:30  0.00B 设置环境变量 TZ
ENV TZ=Etc/UTC
                        
# 2026-01-16 00:30:30  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:f6c6bd8f8bec8fb0f156e54653e95ff7b82cb7751ba846077395c3db552854d2",
    "RepoTags": [
        "swerebenchv2/hapijs-joi:934-32bf602",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi:934-32bf602"
    ],
    "RepoDigests": [
        "swerebenchv2/hapijs-joi@sha256:724e0f7a348106535f3c345074f200ecd5b17b48fa217e0a6fad2461be1e107c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/hapijs-joi@sha256:4ec7b576600a1adb75805e47041c5a15e1397bc34a1968ffebde7179383d4a3d"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/hapijs-joi:934-32bf602",
    "Created": "2026-04-22T08:48:06.080003831Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "a427792a38cf",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "TZ=Etc/UTC",
            "CHROME_BIN=/usr/bin/google-chrome",
            "CHROME_PATH=/usr/bin/google-chrome",
            "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": "/joi",
        "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": 3016630023,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d8f6e34e89690ba611cea56d0139853491bfd8cc3effae83a3054b923ec5053c/diff:/var/lib/docker/overlay2/ae6068c7e553881ae9b1c3fd8b0179686930ec9369be95f7c94c6ee3b4eaf2bb/diff:/var/lib/docker/overlay2/28f0392ee8feedaebeba1996fce6abf6898516727111b4f0c52f7edfdc425f1a/diff:/var/lib/docker/overlay2/e041a497ca63d3c63982c2b8f3ad1c62db4a92a245f02bdf6e9e335d3d061389/diff:/var/lib/docker/overlay2/138b14ee5348e28e822041134cb66473c2cdac8c845ab467cfb4d19823705d7f/diff:/var/lib/docker/overlay2/bddabd047ddf511a08d6a522c1c00e954212e5c40d0f8053d495b61c03befda3/diff:/var/lib/docker/overlay2/190b38c9a467b87cbba9aa747b8fa56d3243b9f3c208994199a3a7e977b14a57/diff:/var/lib/docker/overlay2/df38a53dbe599846328510b37962cdef0883af8016b03e57cd6e1f17d1453533/diff:/var/lib/docker/overlay2/5604498ee21f1c08096fccf3f0e6b1d2bf9e5616cc5109b3afae4c7ef06e7582/diff:/var/lib/docker/overlay2/1da493f690404523371280420967866f1829f171992a39b75875a0822336f5b4/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/059ac4ad2354c4bc1aaeb26ae6d054fd292c3d649837030e3f8940f2bf2ba9bc/merged",
            "UpperDir": "/var/lib/docker/overlay2/059ac4ad2354c4bc1aaeb26ae6d054fd292c3d649837030e3f8940f2bf2ba9bc/diff",
            "WorkDir": "/var/lib/docker/overlay2/059ac4ad2354c4bc1aaeb26ae6d054fd292c3d649837030e3f8940f2bf2ba9bc/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:73974f74b436f39a2fdb6461b1e3f7c3e41c73325776fa71d16b942a5b4a365b",
            "sha256:5afbb6362c62ee6709f2462e23c0e088fa3592af6de47c5f2f6ffa05b97a3267",
            "sha256:dfb2f7165ea8c9bd499f91fbbc5d409c825265c90a117421b2357d0c9da92d33",
            "sha256:d46f0c6fb6a468f1a12eba3417423639fbb6bfda66c7874fff7c656a17d82090",
            "sha256:2be5ccbfe25c0b5df3201d91a0c81ba805ccaabac965126a85d9588c53c3ec98",
            "sha256:944aeee15987f05b7ca633033cedd463a593ebce633f0f965d5619a2da4d57d9",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:1b027784ac8d254baa56182028de68cbdd6cdcb88920b6e77ceb0b91f515cc14",
            "sha256:5bddcd05982ea8a0e7f5169f1720018a334916f763c1fa3a3397b1bb75906d75",
            "sha256:0b9451791aa16807a9f2f6d11de23ae58281f0d29f7fb2bef95f25015f590f7b",
            "sha256:d8f2a469c35ba8a836537d743f47e763ae6733c5b552184fa486ce80db0fc3a5",
            "sha256:9f0ecd6fdc5b5142bb53901ade1c164dd749269766c2ff52ff3eb071dbc77ba4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-15T04:11:16.8326495+08:00"
    }
}

更多版本

docker.io/swerebenchv2/hapijs-joi:1435-f20b363

linux/amd64 docker.io3.02GB2026-07-12 06:19
19

docker.io/swerebenchv2/hapijs-joi:1645-1c9d2bb

linux/amd64 docker.io3.02GB2026-07-12 06:24
21

docker.io/swerebenchv2/hapijs-joi:1532-8eefd0d

linux/amd64 docker.io3.02GB2026-07-12 06:47
20

docker.io/swerebenchv2/hapijs-joi:1174-5886567

linux/amd64 docker.io3.02GB2026-07-12 06:55
17

docker.io/swerebenchv2/hapijs-joi:1235-ff53e1f

linux/amd64 docker.io3.02GB2026-07-12 07:27
19

docker.io/swerebenchv2/hapijs-joi:1315-2adcc09

linux/amd64 docker.io3.02GB2026-07-12 07:42
20

docker.io/swerebenchv2/hapijs-joi:1097-5cc4b89

linux/amd64 docker.io3.01GB2026-07-15 01:52
9

docker.io/swerebenchv2/hapijs-joi:1206-4146e4b

linux/amd64 docker.io3.02GB2026-07-15 02:41
10

docker.io/swerebenchv2/hapijs-joi:1511-1f39ed4

linux/amd64 docker.io3.02GB2026-07-15 03:14
8

docker.io/swerebenchv2/hapijs-joi:1197-5886567

linux/amd64 docker.io3.02GB2026-07-15 04:10
7

docker.io/swerebenchv2/hapijs-joi:934-32bf602

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