logo
docker.io/uozi/nginx-ui:v2.6.3
linux/amd64 docker.io LAB 贡献

docker.io/uozi/nginx-ui镜像的描述信息:

  • Nginx UI
  • A simple web interface for Nginx
  • 基于Nginx的简单Web界面
25
浏览次数
322.21MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3
源镜像
docker.io/uozi/nginx-ui:v2.6.3
镜像ID
sha256:1bfb0d18b75e855859223aab73913ea5251e750d75936bcccaf718cb62c7a562
镜像 TAG
v2.6.3
镜像大小
322.21MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
OS/平台
linux/amd64
镜像创建
2026-09-20T09:36:22.857418065Z
同步时间
2026-09-22 01:51
浏览量
25 次
贡献者
👑 avatar
LAB ⭐ 资助者
荣誉赞助人
感谢您对本项目的慷慨资助
🔌 开放端口 2
443/tcp 80/tcp
⚙️ 环境变量 10
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
NGINX_VERSION=1.31.6 1
NJS_VERSION=1.0.1 2
NJS_RELEASE=1~trixie 3
ACME_VERSION=0.4.1 4
PKG_RELEASE=1~trixie 5
DYNPKG_RELEASE=1~trixie 6
DEBIAN_FRONTEND=noninteractive 7
NGINX_UI_OFFICIAL_DOCKER=true 8
NGINX_UI_WORKING_DIR=/var/run/ 9
🏷️ 镜像标签 9
KeyValue
NGINX Docker Maintainers <docker-maint@nginx.com> maintainer
2026-09-20T09:35:37.659Z org.opencontainers.image.created
Yet another WebUI for Nginx org.opencontainers.image.description
AGPL-3.0 org.opencontainers.image.licenses
826c6fae830168ccb8015f6d6c01fbf476b05ea9 org.opencontainers.image.revision
https://github.com/0xJacky/nginx-ui org.opencontainers.image.source
nginx-ui org.opencontainers.image.title
https://github.com/0xJacky/nginx-ui org.opencontainers.image.url
2.6.3 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 13.7 Trivy 2026-09-22 01:51 查看完整报告
133
低危 LOW
91
中危 MEDIUM
69
高危 HIGH
1
严重 CRITICAL
受影响目标 (2)
docker.io/uozi/nginx-ui:v2.6.3 (debian 13.7) debian usr/local/bin/nginx-ui gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3  docker.io/uozi/nginx-ui:v2.6.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3  docker.io/uozi/nginx-ui:v2.6.3

Shell快速替换命令

sed -i 's#uozi/nginx-ui:v2.6.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3  docker.io/uozi/nginx-ui:v2.6.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3  docker.io/uozi/nginx-ui:v2.6.3'

镜像构建历史


# 2026-09-20 17:36:22  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-09-20 17:36:22  0.00B 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c rm -f /var/log/nginx/access.log &&     touch /var/log/nginx/access.log &&     rm -f /var/log/nginx/error.log &&     touch /var/log/nginx/error.log # buildkit
                        
# 2026-09-20 17:36:22  0.00B 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c rm -f /etc/nginx/conf.d/default.conf      && rm -f /usr/local/etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-09-20 17:36:22  138.86MB 复制新文件或目录到容器中
COPY nginx-ui-linux-amd64/nginx-ui /usr/local/bin/nginx-ui # buildkit
                        
# 2026-09-20 17:36:22  672.00B 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.conf.known-hashes /usr/local/share/nginx-ui/nginx-ui.conf.known-hashes # buildkit
                        
# 2026-09-20 17:36:22  1.25KB 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.conf /usr/local/etc/nginx/conf.d/nginx-ui.conf # buildkit
                        
# 2026-09-20 17:36:22  788.00B 复制新文件或目录到容器中
COPY resources/docker/nginx.conf /usr/local/etc/nginx/nginx.conf # buildkit
                        
# 2026-09-20 17:36:22  8.00B 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c echo 'longrun' > /etc/s6-overlay/s6-rc.d/nginx-ui/type &&     touch /etc/s6-overlay/s6-rc.d/user/contents.d/nginx-ui # buildkit
                        
# 2026-09-20 17:36:22  71.00B 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.run /etc/s6-overlay/s6-rc.d/nginx-ui/run # buildkit
                        
# 2026-09-20 17:36:22  8.00B 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c chmod +x /etc/s6-overlay/s6-rc.d/init-config/init-config.sh &&     echo 'oneshot' > /etc/s6-overlay/s6-rc.d/init-config/type &&     touch /etc/s6-overlay/s6-rc.d/user/contents.d/init-config &&     mkdir -p /etc/s6-overlay/s6-rc.d/nginx/dependencies.d &&     touch /etc/s6-overlay/s6-rc.d/nginx/dependencies.d/init-config # buildkit
                        
# 2026-09-20 17:36:22  3.50KB 复制新文件或目录到容器中
COPY resources/docker/init-config.sh /etc/s6-overlay/s6-rc.d/init-config/init-config.sh # buildkit
                        
# 2026-09-20 17:36:21  51.00B 复制新文件或目录到容器中
COPY resources/docker/init-config.up /etc/s6-overlay/s6-rc.d/init-config/up # buildkit
                        
# 2026-09-20 17:36:21  9.39KB 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c mkdir -p /usr/local/etc     && mkdir /etc/nginx/sites-available     && mkdir /etc/nginx/sites-enabled     && mkdir /etc/nginx/streams-available     && mkdir /etc/nginx/streams-enabled     && cp -r /etc/nginx /usr/local/etc/nginx # buildkit
                        
# 2026-09-20 17:36:21  8.00B 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c echo 'longrun' > /etc/s6-overlay/s6-rc.d/nginx/type &&     touch /etc/s6-overlay/s6-rc.d/user/contents.d/nginx # buildkit
                        
# 2026-09-20 17:36:21  349.00B 复制新文件或目录到容器中
COPY resources/docker/nginx.run /etc/s6-overlay/s6-rc.d/nginx/run # buildkit
                        
# 2026-09-20 17:36:21  5.30MB 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c case "${TARGETARCH}/${TARGETVARIANT}" in         "amd64/"*) S6_ARCH="x86_64" ;;         "arm64/"*) S6_ARCH="aarch64" ;;         "arm/v7"*) S6_ARCH="arm" ;;         "arm/v6"*) S6_ARCH="arm" ;;         "arm/v5"*) S6_ARCH="arm" ;;         "riscv64/"*) S6_ARCH="riscv64" ;;         *) echo "Unsupported arch: ${TARGETARCH}/${TARGETVARIANT}" && exit 1 ;;     esac &&     wget -O /tmp/s6-overlay-noarch.tar.xz https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz &&     tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz &&     wget -O /tmp/s6-overlay-${S6_ARCH}.tar.xz https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_ARCH}.tar.xz &&     tar -C / -Jxpf /tmp/s6-overlay-${S6_ARCH}.tar.xz &&     rm -f /tmp/s6-overlay-noarch.tar.xz /tmp/s6-overlay-${S6_ARCH}.tar.xz # buildkit
                        
# 2026-09-20 17:36:20  15.95MB 执行命令并创建新的镜像层
RUN |4 TARGETOS=linux TARGETARCH=amd64 TARGETVARIANT= S6_OVERLAY_VERSION=3.2.1.0 /bin/sh -c apt-get update -y     && apt-get install -y --no-install-recommends wget xz-utils logrotate nginx-module-geoip     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-09-20 17:36:20  0.00B 设置环境变量 NGINX_UI_WORKING_DIR
ENV NGINX_UI_WORKING_DIR=/var/run/
                        
# 2026-09-20 17:36:20  0.00B 设置环境变量 NGINX_UI_OFFICIAL_DOCKER
ENV NGINX_UI_OFFICIAL_DOCKER=true
                        
# 2026-09-20 17:36:20  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2026-09-20 17:36:20  0.00B 声明容器运行时监听的端口
EXPOSE [443/tcp 80/tcp]
                        
# 2026-09-20 17:36:20  0.00B 定义构建参数
ARG S6_OVERLAY_VERSION=3.2.1.0
                        
# 2026-09-20 17:36:20  0.00B 定义构建参数
ARG TARGETVARIANT=
                        
# 2026-09-20 17:36:20  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-09-20 17:36:20  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2026-09-19 08:20:21  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-09-19 08:20:21  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-09-19 08:20:21  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-09-19 08:20:21  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-09-19 08:20:21  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-19 08:20:21  3.03KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-19 08:20:21  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-09-19 08:20:21  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-09-19 08:20:21  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-09-19 08:20:21  83.26MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && groupadd --system --gid 101 nginx     && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx     && apt-get update     && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates     &&     NGINX_GPGKEYS="573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 8540A6F18833A80E9C1653A42FD21310B49F6B46 9E9BE90EACBCDE69FE9B204CBCDCD8A38D88A2B3";     NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg;     export GNUPGHOME="$(mktemp -d)";     found='';     for NGINX_GPGKEY in $NGINX_GPGKEYS; do     for server in         hkp://keyserver.ubuntu.com:80         pgp.mit.edu     ; do         echo "Fetching GPG key $NGINX_GPGKEY from $server";         gpg1 --batch --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break;     done;     test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1;     done;     gpg1 --batch --export $NGINX_GPGKEYS > "$NGINX_GPGKEY_PATH" ;     rm -rf "$GNUPGHOME";     apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/*     && dpkgArch="$(dpkg --print-architecture)"     && nginxPackages="         nginx=${NGINX_VERSION}-${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${NJS_RELEASE}         nginx-module-acme=${NGINX_VERSION}+${ACME_VERSION}-${PKG_RELEASE}     "     && case "$dpkgArch" in         amd64|arm64)             echo "deb [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ trixie nginx" >> /etc/apt/sources.list.d/nginx.list             && apt-get update             ;;         *)             tempDir="$(mktemp -d)"             && chmod 777 "$tempDir"                         && savedAptMark="$(apt-mark showmanual)"                         && apt-get update             && apt-get install --no-install-recommends --no-install-suggests -y                 cargo                 curl                 devscripts                 equivs                 git                 libxml2-utils                 lsb-release                 xsltproc             && (                 cd "$tempDir"                 && export CARGO_HOME="$tempDir/.cargo"                 && REVISION="${NGINX_VERSION}-${PKG_RELEASE}"                 && REVISION=${REVISION%~*}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${REVISION}.tar.gz                 && PKGOSSCHECKSUM="2c5d692f7ffad335e20376eca8a94f21ec11acd32c2a043e12681546b05503e6e1eb4ad03ca145ff944e8851a16514d692faf39da80d83dda5f34ec5353ecf14 *${REVISION}.tar.gz"                 && if [ "$(openssl sha512 -r ${REVISION}.tar.gz)" = "$PKGOSSCHECKSUM" ]; then                     echo "pkg-oss tarball checksum verification succeeded!";                 else                     echo "pkg-oss tarball checksum verification failed!";                     exit 1;                 fi                 && tar xzvf ${REVISION}.tar.gz                 && cd pkg-oss-${REVISION}                 && cd debian                 && for target in base module-geoip module-image-filter module-njs module-xslt module-acme; do                     make rules-$target;                     mk-build-deps --install --tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes"                         debuild-$target/nginx-$NGINX_VERSION/debian/control;                 done                 && make base module-geoip module-image-filter module-njs module-xslt module-acme             )                         && apt-mark showmanual | xargs apt-mark auto > /dev/null             && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; }                         && ls -lAFh "$tempDir"             && ( cd "$tempDir" && dpkg-scanpackages . > Packages )             && grep '^Package: ' "$tempDir/Packages"             && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list             && apt-get -o Acquire::GzipIndexes=false update             ;;     esac         && apt-get install --no-install-recommends --no-install-suggests -y                         $nginxPackages                         gettext-base                         curl     && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list         && if [ -n "$tempDir" ]; then         apt-get purge -y --auto-remove         && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list;     fi     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1~trixie
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~trixie
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.4.1
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1~trixie
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=1.0.1
                        
# 2026-09-19 08:20:21  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.31.6
                        
# 2026-09-19 08:20:21  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-09-18 08:00:00  78.81MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1789689600'
                        
                    

镜像信息

{
    "Id": "sha256:1bfb0d18b75e855859223aab73913ea5251e750d75936bcccaf718cb62c7a562",
    "RepoTags": [
        "uozi/nginx-ui:v2.6.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.6.3"
    ],
    "RepoDigests": [
        "uozi/nginx-ui@sha256:49e2fc216c020431a7e51460ee1d540afc652c76e3cbc344eaa0e40a0039af7b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui@sha256:a894da8887d4a8ceb24d5fe950995365110ee563f679432eadf2814ffe3930a5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-20T09:36:22.857418065Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "443/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NGINX_VERSION=1.31.6",
            "NJS_VERSION=1.0.1",
            "NJS_RELEASE=1~trixie",
            "ACME_VERSION=0.4.1",
            "PKG_RELEASE=1~trixie",
            "DYNPKG_RELEASE=1~trixie",
            "DEBIAN_FRONTEND=noninteractive",
            "NGINX_UI_OFFICIAL_DOCKER=true",
            "NGINX_UI_WORKING_DIR=/var/run/"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/init"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2026-09-20T09:35:37.659Z",
            "org.opencontainers.image.description": "Yet another WebUI for Nginx",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "826c6fae830168ccb8015f6d6c01fbf476b05ea9",
            "org.opencontainers.image.source": "https://github.com/0xJacky/nginx-ui",
            "org.opencontainers.image.title": "nginx-ui",
            "org.opencontainers.image.url": "https://github.com/0xJacky/nginx-ui",
            "org.opencontainers.image.version": "2.6.3"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 322206794,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/75044c84444fc5db06c476ec1ddb630030b606d874a404db34251ac4e0a2251f/diff:/var/lib/docker/overlay2/9f59b7d004a819bea236a71da735ac17cf8e7efb6504c9ab46a2e8bb6c40e364/diff:/var/lib/docker/overlay2/8edaf340d3f273e831bb2b470c015186fc8273ce4673ac3dea43a131b8be09c2/diff:/var/lib/docker/overlay2/ce11127b862c13f55528557eb75e46cd891600f3d3a37137c21cb4211d713907/diff:/var/lib/docker/overlay2/367f82440cc73b40d21f306258b59fba2d74a853fbc5b26903f8947fddb8c571/diff:/var/lib/docker/overlay2/2d400b8580ec7016defa020434a5b7785a947365b22c7dbe0ef9faae1c4f0b10/diff:/var/lib/docker/overlay2/fa66ce3df127110b45078b2d356c746869caf963fa21fa6e24b31bdd13036a3c/diff:/var/lib/docker/overlay2/569980185a11ecc819de385bf00328b233ebbfa0d191619a4ab0856b0c9bb087/diff:/var/lib/docker/overlay2/21893d45ed1edf6925ea79e83284f93513b075b34bac31c57b82863a926be03a/diff:/var/lib/docker/overlay2/dc55c9801d59de89d944ae90a84fd1798af2d54c1bdacf4e5af4fb8cbea62edd/diff:/var/lib/docker/overlay2/ec390ea9a96d71620eabb123d09e5eacdb1933b8f0de2baf799b3e694d4ffe35/diff:/var/lib/docker/overlay2/32052dea5a64afd026bd97e2f191c04583beb3257540f374747d720183a9816b/diff:/var/lib/docker/overlay2/ae04c0b41dd5065a6f4a3ff4d8ca1edacf5a9d895178a1bf2a9552035128af52/diff:/var/lib/docker/overlay2/3ef9331c09ad15482b7735d4e83c189fe7523bc9f61a46c05ad1a976ddb86809/diff:/var/lib/docker/overlay2/31f918115bae78b6f43a3e55e3cba6a4f09be1805601d6430e84a36af6ae7c12/diff:/var/lib/docker/overlay2/ddab35d1f259dbc260f7acb94945f6593d63bd3ea4ae6d54d6fa960fd7374302/diff:/var/lib/docker/overlay2/aab92bc213242bb67a81dd8853604eeb173671568257e05f27e4b1f448e4893d/diff:/var/lib/docker/overlay2/d27f7ddf3de16ff3b10704e424869bacce421947a45e7f24f38c5e6d838bfbe2/diff:/var/lib/docker/overlay2/e005fd58a4ec4bb54c89b7ee32cbef6b429ee9dd1bd277cfbe9439c13da0bcbe/diff:/var/lib/docker/overlay2/fd504bbb0d7bce99f140033be10344232ffca3ab0774b64a68b9977dd9a9ca99/diff:/var/lib/docker/overlay2/e3c365793500fe5b116f24cce2c76f4d391da0aa33fce641f99bd1229d84f710/diff:/var/lib/docker/overlay2/cb9b15fc7adc9d0252bc9859b850633e522b34c7b6853032d43148d99b38b6fe/diff",
            "MergedDir": "/var/lib/docker/overlay2/9fabe167b181b0acbb18b2981b36a27b22f76edb42b264bd9d855b57fe72edd5/merged",
            "UpperDir": "/var/lib/docker/overlay2/9fabe167b181b0acbb18b2981b36a27b22f76edb42b264bd9d855b57fe72edd5/diff",
            "WorkDir": "/var/lib/docker/overlay2/9fabe167b181b0acbb18b2981b36a27b22f76edb42b264bd9d855b57fe72edd5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a6dc765193a52cbaede3c93a9ff48b9540948dd0774bbe7031fcb5847606f9ac",
            "sha256:95f7d993245419346c33f4b7a222e2e51c2a760230619fc18a1360f0cbc328aa",
            "sha256:d774d1911b35ab757b6243a1d546d3f5c7cd57b0b8f103904013e87ac90d4466",
            "sha256:ac17a1e2cff34e18d708bcf6058e3b22db72cfb22d0742b27715c1c8a405b08b",
            "sha256:e7cd9cd646d491c07cffe4c55501a7342a7cd9dfcebb690def46cdb444f8e0c4",
            "sha256:96cbf22739b165deb61982252d0eb77388042ce6db102e13fcd37b31bfba083b",
            "sha256:b1b9300def4a24e65f82c343660241a8c8a229e80efe34094a4b83fe334051d9",
            "sha256:59d37422babe8db1e03e1d9f0f1fb7c05a63cc2ab13bb20c280fb6df59c32931",
            "sha256:3b61446e8f5f22a6732335a5c8d2ae492c7807ae9080aa629be866568a07d6b4",
            "sha256:fbc403685096080f41b5bd03cf354e7d46168a48fbe4e668ee01f79e4e2ef09f",
            "sha256:50e7baed931d500531285ea901520882ce70d8753146b20bf78a5304120b7149",
            "sha256:9f8660b931eab8b8ab07603510bcce0fd07e088ee8018c3433cc40c6610579ea",
            "sha256:300324da3fb9d975e4d2eaad8081215cf4e78d20adce6efecec25ae7c5395667",
            "sha256:a893b0cf998d584580cf77b37c53e3f84ab3a171097bcbbae7c628a937f0d541",
            "sha256:3122fb4b02171df3906fa2ae85d9078058aabfe810adcfc07b8237a63020f304",
            "sha256:cc4c58568743fa71e42c9770410bb81e110f31467c054d6cd6b604db4187bb13",
            "sha256:be23bf42aa58df773147e42383f19c2db46c0e46ee7d48c1c9f0ff9a49dc6486",
            "sha256:45a5a0d66254685ed4ac7b7be7fc2f8d8f98b93f1c2882be67333a0c054b891a",
            "sha256:db0e2cbdabc9772e588a0ab6cb2d639ed2b852b2a662a5de5cfdadb4c93b6107",
            "sha256:c5657f112be22a780880ff62d05de28f29ad8d1eb40368efd2dfc21a745fe1dc",
            "sha256:493bb196df34f26c74171850b28818af8514c152fdd9065b65494a63acdc0ce5",
            "sha256:f186788afea3604dd4c38719dff5b3a689f7a696744b526e5e8f41754de80173",
            "sha256:b86a52cb6ad3e714d8409655a84a744166350c163a2ff327f546bb3e4bacb73e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-22T01:51:01.713771467+08:00"
    }
}

更多版本

docker.io/uozi/nginx-ui:2.0.0-beta.42

linux/amd64 docker.io351.46MB2024-12-31 17:17
565

docker.io/uozi/nginx-ui:latest

linux/amd64 docker.io345.07MB2024-10-10 17:25
1209

docker.io/uozi/nginx-ui:latest

linux/arm64 docker.io388.13MB2026-02-14 15:07
318

docker.io/uozi/nginx-ui:sha-f290060

linux/amd64 docker.io381.25MB2026-04-02 16:45
277

docker.io/uozi/nginx-ui:v1.9.9-4

linux/amd64 docker.io251.75MB2025-04-13 20:58
556

docker.io/uozi/nginx-ui:v2.0.0-beta.35

linux/amd64 docker.io342.71MB2024-10-12 15:06
1032

docker.io/uozi/nginx-ui:v2.0.2

linux/amd64 docker.io286.64MB2025-05-26 01:40
447

docker.io/uozi/nginx-ui:v2.1

linux/amd64 docker.io293.83MB2025-05-26 01:05
597

docker.io/uozi/nginx-ui:v2.1.17

linux/amd64 docker.io319.82MB2025-08-25 15:57
547

docker.io/uozi/nginx-ui:v2.1.2

linux/amd64 docker.io294.17MB2025-06-05 11:45
534

docker.io/uozi/nginx-ui:v2.2.0

linux/amd64 docker.io317.42MB2025-10-23 15:45
436

docker.io/uozi/nginx-ui:v2.3.11

linux/amd64 docker.io391.18MB2026-06-04 16:24
225

docker.io/uozi/nginx-ui:v2.3.11

linux/arm64 docker.io409.79MB2026-06-04 16:56
162

docker.io/uozi/nginx-ui:v2.3.2

linux/amd64 docker.io366.95MB2025-12-13 23:05
547

docker.io/uozi/nginx-ui:v2.3.2

linux/arm64 docker.io388.13MB2026-01-20 14:53
713

docker.io/uozi/nginx-ui:v2.3.3

linux/amd64 docker.io378.01MB2026-03-12 11:11
356

docker.io/uozi/nginx-ui:v2.3.5

linux/amd64 docker.io380.89MB2026-04-03 20:21
367

docker.io/uozi/nginx-ui:v2.3.5

linux/arm64 docker.io399.58MB2026-04-03 20:20
289

docker.io/uozi/nginx-ui:v2.4.0

linux/amd64 docker.io396.10MB2026-06-29 17:07
174

docker.io/uozi/nginx-ui:v2.4.1

linux/amd64 docker.io396.14MB2026-07-06 14:27
174

docker.io/uozi/nginx-ui:v2.4.2

linux/arm64 docker.io414.94MB2026-07-18 21:05
101

docker.io/uozi/nginx-ui:v2.5.10

linux/amd64 docker.io320.39MB2026-09-02 22:41
61

docker.io/uozi/nginx-ui:v2.5.10

linux/arm64 docker.io339.84MB2026-09-06 00:11
61

docker.io/uozi/nginx-ui:v2.5.6

linux/amd64 docker.io114.08MB2026-08-06 11:27
121

docker.io/uozi/nginx-ui:v2.6.3

linux/amd64 docker.io322.21MB2026-09-22 01:51
24
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×