logo
docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a
linux/amd64 docker.io

该镜像是用于Node.js应用集成Auth0身份认证与授权功能的容器镜像,包含相关配置示例及基础依赖,可帮助开发者快速搭建具备Auth0认证能力的Node.js应用环境。

13
浏览次数
3.14GB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a
源镜像
docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a
镜像ID
sha256:d5d6bebbbd1e1a4d95d59a5baa14e11aab9a5adeca46a5d886724865ed421525
镜像 TAG
759-7c3e31a
镜像大小
3.14GB
平台架构
linux/amd64
镜像源
docker.io
CMD
/bin/bash
启动入口
工作目录
/node-auth0
OS/平台
linux/amd64
镜像创建
2026-04-22T08:47:04.430604192Z
同步时间
2026-07-12 00:52
浏览量
13 次
贡献者
⚙️ 环境变量 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-12 00:53 查看完整报告
547
低危 LOW
3007
中危 MEDIUM
342
高危 HIGH
54
严重 CRITICAL
受影响目标 (4)
docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a (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/auth0-node-auth0:759-7c3e31a
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a  docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a  docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a

Shell快速替换命令

sed -i 's#swerebenchv2/auth0-node-auth0:759-7c3e31a#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a  docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a  docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a'

镜像构建历史


# 2026-04-22 16:47:07  0.00B 
/bin/sh
                        
# 2026-02-22 19:24:54  167.73MB 
/bin/sh -c #(nop) COPY file:7d6fadf08df7acaa33b5332bdb76bf9d92453b2b7de7cfc570dfee64303902ef in /swebench_matterhorn/swebench_instance.json 
                        
# 2026-02-22 19:24:50  0.00B 
/bin/sh -c #(nop) WORKDIR /node-auth0
                        
# 2026-02-22 19:24:50  0.00B 
/bin/sh -c <<-DOCKER_RUN_EOF
set -eux;
    git clone -o origin https://github.com/auth0/node-auth0 /node-auth0;
    chmod -R 777 /node-auth0;
    cd /node-auth0;
    git reset --hard 7c3e31a25fd282828af6fbc75c2e66a70b5f1ebc;
    ( npm install --silent ) || true;
    # Keep only the checked-out commit and remove refs/history that can point
    # to newer commits.
    git checkout --detach 7c3e31a25fd282828af6fbc75c2e66a70b5f1ebc;
    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:24:13  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:23:59  1.52GB 
/bin/sh -c #(nop) ENV NO_CONDA=1
                        
# 2026-02-22 19:23:52  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:23:45  0.00B 
/bin/sh -c #(nop) COPY file:61604c43c292b48546055579c93885a922428ac04b5a3f2bd7c87a6a8208dbd4 in / 
                        
# 2026-02-22 19:23:45  0.00B 
/bin/sh -c #(nop) COPY file:38d2cec6c3688d3db2fdf6a899d279ccf0f0bf78f9acc300722c98b6d67c4b26 in / 
                        
# 2026-02-22 19:23:44  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:23:38  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:23:04  0.00B 
/bin/sh -c #(nop) ENV PATH=/opt/conda/bin:$PATH
                        
# 2026-02-22 19:23:04  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:d5d6bebbbd1e1a4d95d59a5baa14e11aab9a5adeca46a5d886724865ed421525",
    "RepoTags": [
        "swerebenchv2/auth0-node-auth0:759-7c3e31a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a"
    ],
    "RepoDigests": [
        "swerebenchv2/auth0-node-auth0@sha256:a83070a1b4005ab035f530636d5a05ee814a4c339925fa100099d0f28c2e39cf",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/swerebenchv2/auth0-node-auth0@sha256:367445b8947a49c8d578a4799dd392e9afc25d4b045bf52b51f182433358e2d9"
    ],
    "Parent": "",
    "Comment": "FROM docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a",
    "Created": "2026-04-22T08:47:04.430604192Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "037ec26627b4",
        "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": "/node-auth0",
        "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": 3139069894,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5483121852d6b4854c39b7572d474e89d61f5a0703d74de17ef9c73cc2a53832/diff:/var/lib/docker/overlay2/8249dcb273c79fa6da7eb6327ec170bfc395da6d6e250ed0f315fb58c273a97e/diff:/var/lib/docker/overlay2/e75632143c416653522cb49b5b5010eef344d73ae971ec932615e3f6f6795c9f/diff:/var/lib/docker/overlay2/b6774df311f9f02e575efd57ff679e68c118d49f9d3d36f983d76f52d95d7792/diff:/var/lib/docker/overlay2/835b036bed8f93f8aa449b601f7a3256a5ae8068ca5dcbe51fbb4a0d761bdd26/diff:/var/lib/docker/overlay2/9a7523696a38938593c864afd74aa7ccdea58437652caac87c7cd6c73d53e715/diff:/var/lib/docker/overlay2/00dddb14825033df7524f43f26bdb007427b5cea111cf5535a2b56c6c8afa1f9/diff:/var/lib/docker/overlay2/eef2955696306eec4be8f01fc79e145c7785b97636f679e9b6f101bd729720c3/diff:/var/lib/docker/overlay2/b097c42734d0c1b3301be515f24d2867ea169b79b1b31bee24e5d2b4a0b08b1d/diff:/var/lib/docker/overlay2/d44f73c1bac6d9c167ea4675f3c34d02d8da2f81b4d2b417fc4782e3bdce0b52/diff:/var/lib/docker/overlay2/494052ebd0d7093a2919ea6da70b0cc68dda59cc59824edfab742d53363834e0/diff",
            "MergedDir": "/var/lib/docker/overlay2/4a5ba042cdbf0757decb080b6d96eb0d2ca4b4bbb8c5b8bb4fd6bc340a80c105/merged",
            "UpperDir": "/var/lib/docker/overlay2/4a5ba042cdbf0757decb080b6d96eb0d2ca4b4bbb8c5b8bb4fd6bc340a80c105/diff",
            "WorkDir": "/var/lib/docker/overlay2/4a5ba042cdbf0757decb080b6d96eb0d2ca4b4bbb8c5b8bb4fd6bc340a80c105/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:50fb95190e1670f4811ef064f615776fa08eaefa13ac0fc94fbfbdce712240e5",
            "sha256:eb9df72f42d084436941558c992732c8a3e41645a8a17d470d4433918cd4b571",
            "sha256:e4c0c1ae001637f812c72fc16163579ea0db741ea9405a2e9a3e71865fcae783"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-12T00:51:13.541175955+08:00"
    }
}

更多版本

docker.io/swerebenchv2/auth0-node-auth0:759-7c3e31a

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