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

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

  • Nginx UI
  • A simple web interface for Nginx
  • 基于Nginx的简单Web界面
8
浏览次数
114.08MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.5.6
源镜像
docker.io/uozi/nginx-ui:v2.5.6
镜像ID
sha256:54d6b3b01e5243e8b410ed176877328a895cc50cddb75f5725a1f28e8e46f551
镜像 TAG
v2.5.6
镜像大小
114.08MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/init
工作目录
OS/平台
linux/amd64
镜像创建
2026-07-31T04:09:44.560369726Z
同步时间
2026-08-06 11:27
浏览量
8 次
贡献者
avatar ...
🔌 开放端口 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.3 1
NJS_VERSION=1.0.0 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-07-31T04:08:53.635Z org.opencontainers.image.created
Yet another WebUI for Nginx org.opencontainers.image.description
AGPL-3.0 org.opencontainers.image.licenses
ab6312550558f60af03f72ecf6c0ba125746bf26 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.5.6 org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#uozi/nginx-ui:v2.5.6#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.5.6#' 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.5.6 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.5.6  docker.io/uozi/nginx-ui:v2.5.6'

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-07-31 12:09:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/init"]
                        
# 2026-07-31 12:09:44  16.38KB 执行命令并创建新的镜像层
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-07-31 12:09:44  36.86KB 执行命令并创建新的镜像层
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-07-31 12:09:44  136.81MB 复制新文件或目录到容器中
COPY nginx-ui-linux-amd64/nginx-ui /usr/local/bin/nginx-ui # buildkit
                        
# 2026-07-31 12:09:44  24.58KB 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.conf.known-hashes /usr/local/share/nginx-ui/nginx-ui.conf.known-hashes # buildkit
                        
# 2026-07-31 12:09:44  28.67KB 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.conf /usr/local/etc/nginx/conf.d/nginx-ui.conf # buildkit
                        
# 2026-07-31 12:09:44  24.58KB 复制新文件或目录到容器中
COPY resources/docker/nginx.conf /usr/local/etc/nginx/nginx.conf # buildkit
                        
# 2026-07-31 12:09:44  32.77KB 执行命令并创建新的镜像层
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-07-31 12:09:43  24.58KB 复制新文件或目录到容器中
COPY resources/docker/nginx-ui.run /etc/s6-overlay/s6-rc.d/nginx-ui/run # buildkit
                        
# 2026-07-31 12:09:43  40.96KB 执行命令并创建新的镜像层
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-07-31 12:09:43  24.58KB 复制新文件或目录到容器中
COPY resources/docker/init-config.sh /etc/s6-overlay/s6-rc.d/init-config/init-config.sh # buildkit
                        
# 2026-07-31 12:09:43  24.58KB 复制新文件或目录到容器中
COPY resources/docker/init-config.up /etc/s6-overlay/s6-rc.d/init-config/up # buildkit
                        
# 2026-07-31 12:09:43  94.21KB 执行命令并创建新的镜像层
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-07-31 12:09:43  32.77KB 执行命令并创建新的镜像层
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-07-31 12:09:43  24.58KB 复制新文件或目录到容器中
COPY resources/docker/nginx.run /etc/s6-overlay/s6-rc.d/nginx/run # buildkit
                        
# 2026-07-31 12:09:43  6.07MB 执行命令并创建新的镜像层
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-07-31 12:09:42  18.44MB 执行命令并创建新的镜像层
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-07-31 12:09:42  0.00B 设置环境变量 NGINX_UI_WORKING_DIR
ENV NGINX_UI_WORKING_DIR=/var/run/
                        
# 2026-07-31 12:09:42  0.00B 设置环境变量 NGINX_UI_OFFICIAL_DOCKER
ENV NGINX_UI_OFFICIAL_DOCKER=true
                        
# 2026-07-31 12:09:42  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2026-07-31 12:09:42  0.00B 声明容器运行时监听的端口
EXPOSE [443/tcp 80/tcp]
                        
# 2026-07-31 12:09:42  0.00B 定义构建参数
ARG S6_OVERLAY_VERSION=3.2.1.0
                        
# 2026-07-31 12:09:42  0.00B 定义构建参数
ARG TARGETVARIANT=
                        
# 2026-07-31 12:09:42  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-07-31 12:09:42  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2026-07-16 07:30:55  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2026-07-16 07:30:55  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-07-16 07:30:55  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2026-07-16 07:30:55  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2026-07-16 07:30:55  16.38KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2026-07-16 07:30:55  12.29KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2026-07-16 07:30:55  12.29KB 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2026-07-16 07:30:55  12.29KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2026-07-16 07:30:55  8.19KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2026-07-16 07:30:55  87.11MB 执行命令并创建新的镜像层
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="524b75cc72657ce77d90cd25c305aba0a19a7f8a3e5dec8e1cc585cd7985663a444c7873e9040b4576285b49ac117c1ea4bb4077dc592eca52316935e1f75adf *${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-07-16 07:30:55  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1~trixie
                        
# 2026-07-16 07:30:55  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~trixie
                        
# 2026-07-16 07:30:55  0.00B 设置环境变量 ACME_VERSION
ENV ACME_VERSION=0.4.1
                        
# 2026-07-16 07:30:55  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1~trixie
                        
# 2026-07-16 07:30:55  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=1.0.0
                        
# 2026-07-16 07:30:55  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.31.3
                        
# 2026-07-16 07:30:55  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2026-07-13 08:00:00  87.42MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
                        
                    

镜像信息

{
    "Id": "sha256:54d6b3b01e5243e8b410ed176877328a895cc50cddb75f5725a1f28e8e46f551",
    "RepoTags": [
        "uozi/nginx-ui:v2.5.6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui:v2.5.6"
    ],
    "RepoDigests": [
        "uozi/nginx-ui@sha256:54d6b3b01e5243e8b410ed176877328a895cc50cddb75f5725a1f28e8e46f551",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uozi/nginx-ui@sha256:54d6b3b01e5243e8b410ed176877328a895cc50cddb75f5725a1f28e8e46f551"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-07-31T04:09:44.560369726Z",
    "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.3",
            "NJS_VERSION=1.0.0",
            "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-07-31T04:08:53.635Z",
            "org.opencontainers.image.description": "Yet another WebUI for Nginx",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "ab6312550558f60af03f72ecf6c0ba125746bf26",
            "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.5.6"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 114079092,
    "GraphDriver": {
        "Data": null,
        "Name": "overlayfs"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f2ec4de84f559f5c7be4233b589cdbdbb5507807e05621b77320edd55a1f2a0f",
            "sha256:228e620990b5c3d9e3f214a69e229b4f448ff84a506224a00941910c9983ff65",
            "sha256:1c53941aba0260ff1127e6b3bfecdccca19be41697b53907582d977c01e574f0",
            "sha256:32b1ccafaf99cc8e384384e81bfe821ee85641a9547d49a0028a2e68dc26f615",
            "sha256:d04b91e45bfae9b6f8c681f3a8df71b7dc0f189e273fd6e572e8654dd9e0dce6",
            "sha256:ee27e7233604155bf0fe221d34807f9143b0daadfce8e7367eb7864b6cfe64b5",
            "sha256:fb28b3cca92af0364e8a369d9715ebbf0e8922c743be5e71c09c4d3a38bc8992",
            "sha256:e24b04560c56f71976d00491ffcd6694cb0aaf3ddf03ba83e7fa4f84d4619193",
            "sha256:106fc4dcfdc46805a1a4e1404dc04d4a4924688767596e85f3a8cb7f2b11c7a1",
            "sha256:5ef80aba7883403836babd337f6f223d4984834e8e8800beabcef4ceeb9965d9",
            "sha256:025b75d1d59f47ce23069fa9699c8e5d18c49a7bb8f1cd3bc944b5b4603e1aad",
            "sha256:b3f50fad8d92319e3f783ab032d146e65716403ab33a1d6d81ce89c3bea7eb49",
            "sha256:0740fcd197592b0d5d6b1ecd39cdedeb647e64473574986e6aa35b33ad0ab3d5",
            "sha256:dee60edd945bab196f704237544acb622d2631133e652d91de3c3af47dcccccc",
            "sha256:eae393375da867a14161dd8fbf2ce9625b87028c78be70b322fb248133763291",
            "sha256:52dd190385c4998ad024e0e0778c6331fae8c242183483f6bcc48e25a52e292b",
            "sha256:d372a4e4e2282eb0cda5dd2cc4c10dcf06710936594e95a44acb7234079fb1c9",
            "sha256:6ad9100501d0a83d62d98ebf3694b013e6eeba6072b7a2baaf032ee42236b443",
            "sha256:0496eb090b6670e31cbfc1a2aff85175d14abea63ef29db8cbbee152df00dd5b",
            "sha256:1d144b4d854873bae5dca71bc7ea434992b6d37316d838803d0d43d29949d5f0",
            "sha256:bc75860caaef7d74d3ae856436d7405e681d22105a4e8b37e63823aa9aa0b754",
            "sha256:910623af521825f98fa1ae236e553b6fc0d0c0f12de83c69e2b7ad1e3b227f9c",
            "sha256:55e8dc14080722db9fc2f5087fb087292565bafc8dfc509f23c89507a6f67c45"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-06T03:22:22.434510002Z"
    }
}

更多版本

docker.io/uozi/nginx-ui:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/uozi/nginx-ui:latest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 docker.io114.08MB2026-08-06 11:27
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×