ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0 linux/amd64

ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0 - 国内下载镜像源 浏览次数:9

这是一个由 Nginx 官方维护的 Docker 镜像,名为 nginx-gateway-fabric/nginx,它基于 Nginx 构建,并针对 Nginx Gateway Fabric 做了优化。 该镜像提供了一个预配置的 Nginx Web 服务器,可以用于构建高性能的 Web 应用网关。

源镜像 ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0
镜像ID sha256:2fcd74dec9bfe6172d0db77861f14fa2d2a681e29927f83998de886111433e59
镜像TAG 2.2.0
大小 147.00MB
镜像源 ghcr.io
CMD
启动入口 /agent/entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-10-22T19:19:17.871794563Z
同步时间 2025-11-15 17:23
更新时间 2025-11-15 18:18
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.29.2 PKG_RELEASE=1 DYNPKG_RELEASE=1 NJS_VERSION=0.9.3 NJS_RELEASE=1 OTEL_VERSION=0.1.2
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer gha: org.nginx.ngf.image.build.agent 2025-10-22T19:19:04.338Z: org.opencontainers.image.created NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.: org.opencontainers.image.description https://docs.nginx.com/nginx-gateway-fabric: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses fbe1774b056af6f0ab7e293dc4ac3e16a26a11dc: org.opencontainers.image.revision https://github.com/nginx/nginx-gateway-fabric: org.opencontainers.image.source nginx-gateway-fabric: org.opencontainers.image.title https://github.com/nginx/nginx-gateway-fabric: org.opencontainers.image.url NGINX Inc <kubernetes@nginx.com>: org.opencontainers.image.vendor 2.2.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0

Shell快速替换命令

sed -i 's#ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0'

镜像构建历史


# 2025-10-23 03:19:17  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/agent/entrypoint.sh"]
                        
# 2025-10-23 03:19:17  0.00B 指定运行容器时使用的用户
USER 101:1001
                        
# 2025-10-23 03:19:17  0.00B 添加元数据标签
LABEL org.nginx.ngf.image.build.agent=gha
                        
# 2025-10-23 03:19:17  13.20KB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.3.2 NJS_DIR=internal/controller/nginx/modules/src NGINX_CONF_DIR=internal/controller/nginx/conf BUILD_AGENT=gha /bin/sh -c chown -R 101:1001 /etc/nginx /var/cache/nginx # buildkit
                        
# 2025-10-23 03:19:17  703.00B 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/grpc-error-pages.conf /etc/nginx/grpc-error-pages.conf # buildkit
                        
# 2025-10-23 03:19:17  1.46KB 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/grpc-error-locations.conf /etc/nginx/grpc-error-locations.conf # buildkit
                        
# 2025-10-23 03:19:17  1.21KB 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/nginx.conf /etc/nginx/nginx.conf # buildkit
                        
# 2025-10-23 03:19:17  8.67KB 复制新文件或目录到容器中
COPY internal/controller/nginx/modules/src/ /usr/lib/nginx/modules/njs/ # buildkit
                        
# 2025-10-23 03:19:17  1.51KB 复制新文件或目录到容器中
COPY build/entrypoint.sh /agent/entrypoint.sh # buildkit
                        
# 2025-10-23 03:19:17  1.78MB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.3.2 NJS_DIR=internal/controller/nginx/modules/src NGINX_CONF_DIR=internal/controller/nginx/conf BUILD_AGENT=gha /bin/sh -c apk add --no-cache bash     && mkdir -p /usr/lib/nginx/modules     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log # buildkit
                        
# 2025-10-23 03:19:16  53.29MB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.3.2 NJS_DIR=internal/controller/nginx/modules/src NGINX_CONF_DIR=internal/controller/nginx/conf BUILD_AGENT=gha /bin/sh -c printf "%s\n" "https://packages.nginx.org/nginx-agent/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" >> /etc/apk/repositories     && apk add --no-cache nginx-agent=${NGINX_AGENT_VERSION#v} # buildkit
                        
# 2025-10-23 03:19:16  0.00B 定义构建参数
ARG BUILD_AGENT=gha
                        
# 2025-10-23 03:19:16  0.00B 定义构建参数
ARG NGINX_CONF_DIR=internal/controller/nginx/conf
                        
# 2025-10-23 03:19:16  0.00B 定义构建参数
ARG NJS_DIR=internal/controller/nginx/modules/src
                        
# 2025-10-23 03:19:16  0.00B 定义构建参数
ARG NGINX_AGENT_VERSION=v3.3.2
                        
# 2025-10-23 03:19:14  3.57MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update && apk add --no-cache 'pcre2>=10.46-r0' 'libxml2>=2.13.9-r0' # buildkit
                        
# 2025-10-08 05:06:46  35.57MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${NJS_RELEASE}         nginx-module-otel=${NGINX_VERSION}.${OTEL_VERSION}-r${PKG_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 cmake                 bash                 alpine-sdk                 findutils                 curl                 xz                 protobuf-dev                 grpc-dev             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"633b2a8b56bd48527d7e293a255fd706dfbb5a9c47605ff18e91a2a409801043ee00ecb0da5fadf9cdf1d483c5ca848e81c1861870619523e15ca9e494b6e700 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make module-otel                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi # buildkit
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 OTEL_VERSION
ENV OTEL_VERSION=0.1.2
                        
# 2025-10-08 05:06:46  40.29MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}         nginx-module-xslt=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-geoip=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-image-filter=${NGINX_VERSION}-r${DYNPKG_RELEASE}         nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${NJS_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 libxslt-dev                 gd-dev                 geoip-dev                 libedit-dev                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"633b2a8b56bd48527d7e293a255fd706dfbb5a9c47605ff18e91a2a409801043ee00ecb0da5fadf9cdf1d483c5ca848e81c1861870619523e15ca9e494b6e700 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make module-geoip module-image-filter module-njs module-xslt                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache curl ca-certificates # buildkit
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.9.3
                        
# 2025-10-08 05:06:46  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-10-08 05:06:46  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-10-08 05:06:46  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-10-08 05:06:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-10-08 05:06:46  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-10-08 05:06:46  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-10-08 05:06:46  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-10-08 05:06:46  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-10-08 05:06:46  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-10-08 05:06:46  4.13MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -x     && addgroup -g 101 -S nginx     && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx     && apkArch="$(cat /etc/apk/arch)"     && nginxPackages="         nginx=${NGINX_VERSION}-r${PKG_RELEASE}     "     && apk add --no-cache --virtual .checksum-deps         openssl     && case "$apkArch" in         x86_64|aarch64)             set -x             && KEY_SHA512="e09fa32f0a0eab2b879ccbbc4d0e4fb9751486eedda75e35fac65802cc9faa266425edf83e261137a2f4d16281ce2c1a5f4502930fe75154723da014214f0655"             && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub             && if echo "$KEY_SHA512 */tmp/nginx_signing.rsa.pub" | sha512sum -c -; then                 echo "key verification succeeded!";                 mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/;             else                 echo "key verification failed!";                 exit 1;             fi             && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages             ;;         *)             set -x             && tempDir="$(mktemp -d)"             && chown nobody:nobody $tempDir             && apk add --no-cache --virtual .build-deps                 gcc                 libc-dev                 make                 openssl-dev                 pcre2-dev                 zlib-dev                 linux-headers                 bash                 alpine-sdk                 findutils                 curl             && su nobody -s /bin/sh -c "                 export HOME=${tempDir}                 && cd ${tempDir}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && PKGOSSCHECKSUM=\"633b2a8b56bd48527d7e293a255fd706dfbb5a9c47605ff18e91a2a409801043ee00ecb0da5fadf9cdf1d483c5ca848e81c1861870619523e15ca9e494b6e700 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\"                 && if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then                     echo \"pkg-oss tarball checksum verification succeeded!\";                 else                     echo \"pkg-oss tarball checksum verification failed!\";                     exit 1;                 fi                 && tar xzvf ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz                 && cd pkg-oss-${NGINX_VERSION}-${PKG_RELEASE}                 && cd alpine                 && make base                 && apk index --allow-untrusted -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk                 && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz                 "             && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/             && apk del --no-network .build-deps             && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages             ;;     esac     && apk del --no-network .checksum-deps     && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi     && if [ -f "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi     && apk add --no-cache gettext-envsubst     && apk add --no-cache tzdata     && ln -sf /dev/stdout /var/log/nginx/access.log     && ln -sf /dev/stderr /var/log/nginx/error.log     && mkdir /docker-entrypoint.d # buildkit
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1
                        
# 2025-10-08 05:06:46  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.29.2
                        
# 2025-10-08 05:06:46  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-10-08 05:06:46  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-10-08 05:06:46  8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:2fcd74dec9bfe6172d0db77861f14fa2d2a681e29927f83998de886111433e59",
    "RepoTags": [
        "ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0"
    ],
    "RepoDigests": [
        "ghcr.io/nginx/nginx-gateway-fabric/nginx@sha256:0c06ae1469f0a0828840d15348f8e43772d9cf805012af6566cd7a7c7bc6c4f4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx@sha256:d6abeb75a7c8611b12d9fcf95dc7f83345f976a5a8c831ff6d672147823ca6c2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-22T19:19:17.871794563Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "101:1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "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.29.2",
            "PKG_RELEASE=1",
            "DYNPKG_RELEASE=1",
            "NJS_VERSION=0.9.3",
            "NJS_RELEASE=1",
            "OTEL_VERSION=0.1.2"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/agent/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.nginx.ngf.image.build.agent": "gha",
            "org.opencontainers.image.created": "2025-10-22T19:19:04.338Z",
            "org.opencontainers.image.description": "NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.",
            "org.opencontainers.image.documentation": "https://docs.nginx.com/nginx-gateway-fabric",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "fbe1774b056af6f0ab7e293dc4ac3e16a26a11dc",
            "org.opencontainers.image.source": "https://github.com/nginx/nginx-gateway-fabric",
            "org.opencontainers.image.title": "nginx-gateway-fabric",
            "org.opencontainers.image.url": "https://github.com/nginx/nginx-gateway-fabric",
            "org.opencontainers.image.vendor": "NGINX Inc \u003ckubernetes@nginx.com\u003e",
            "org.opencontainers.image.version": "2.2.0"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 146997041,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/60ea3c566c5d45d35d721d190467d5fe23570e396c48a14dce041187cd9f681a/diff:/var/lib/docker/overlay2/a6d9a81faad56d9baa4708a42eb0a661eff916e15d78a488b093bd61631dd7e9/diff:/var/lib/docker/overlay2/bb05eac62d054a982b4df0934270554fef952224691c55ba290268f6e59a438e/diff:/var/lib/docker/overlay2/0e849594bcb872cd66c7e3a119c6b27dbaf956e73d4b61cf9f5eeb84a2f8222e/diff:/var/lib/docker/overlay2/7fe56c0c2462f8a3d451c3f37ad800cfe7c5a66b22d96223389445f10c003738/diff:/var/lib/docker/overlay2/aeff33576cae0a808e47c30ec139b457a967f86b6814a26729bb5676e2a4501a/diff:/var/lib/docker/overlay2/0a32a75b8bbe943c3fd304b188be69d7b69ee0006d99ad9defb1b261500b6770/diff:/var/lib/docker/overlay2/18459ddaab93408f378a4f809707780df165287118717078a9be0117f9664994/diff:/var/lib/docker/overlay2/4c2108d41a2baf00eded20a9e724ba56ff6030bdb6aeedd9a0e0fb78cc80e847/diff:/var/lib/docker/overlay2/8c1ad0eeb7cbd50cdac004b2add262702a438e86fedb422d0869c01e616594cd/diff:/var/lib/docker/overlay2/878f2728ec951471552ee9f0f01b41b7eddda0a2e30338bc7a94c2049b0ea31e/diff:/var/lib/docker/overlay2/8b7085aca0be4c29392b47cd12d41750f05cb2e32d6e04061538f0c2453180bb/diff:/var/lib/docker/overlay2/c306e4ef726092c5264c8f41c6929009a40ca0fb348c702e355b7c77001a2371/diff:/var/lib/docker/overlay2/06adce8f67d1904101bbab61e36a29c8b0ef3ceded0a2338c6c76447be1fc8b0/diff:/var/lib/docker/overlay2/93f400497f115bae15f90c680fd3df82d4ddc56e77e14c3554c8abe426c692d9/diff:/var/lib/docker/overlay2/0113d328f0fefc6e44d71ad54bb920b35e8c275d612c927bc858e0a03df7a428/diff:/var/lib/docker/overlay2/9228d0dea91f2a86651259163a395152983e6f8dd01e3c64990f331280069735/diff",
            "MergedDir": "/var/lib/docker/overlay2/cfa5378a2171f6545cbec76c6660949cc4cabc2a985b0bfe26a7463fde9d77d7/merged",
            "UpperDir": "/var/lib/docker/overlay2/cfa5378a2171f6545cbec76c6660949cc4cabc2a985b0bfe26a7463fde9d77d7/diff",
            "WorkDir": "/var/lib/docker/overlay2/cfa5378a2171f6545cbec76c6660949cc4cabc2a985b0bfe26a7463fde9d77d7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:1967fccdbe5ecc2a4a26c981e4e8acb1b502bdf4f857a3873055be24c206250a",
            "sha256:ed6be5e2fd3344bf7298424195ed5e013e433de466479ca0966a568442d0e77e",
            "sha256:abbef7f883142e780f114b3dc34eb0aed8b857926abe515215c15da379f21413",
            "sha256:3e4655a388760170cfe7a19371dcacdf54e4de712c225dc337f3ca4a06888753",
            "sha256:dc45ec6c902bb29d6c9884da6e5caed40f6cc1bb96ee4d7518197d4094153090",
            "sha256:1704c5a3d8da4ae6352d5eb6964facf4b1ffb3af8ae77d78b0d869ae1315f211",
            "sha256:e9a26559275da161c8178875c4f23d4b16b02f3f22949e8a3630d25d73f8362e",
            "sha256:531d6783a973ed3bce0ff5def654a27dcb08f28830cc5bf7bcf910ecb0d388d4",
            "sha256:ee627d97ce9055ff09ca3d7241736f6353ef0c71a3bb77f45c513b15e493b204",
            "sha256:fd80b5f3975e66e17ef63aca2eeae6c5601ed23939fbfa84e4cf67547098c7b4",
            "sha256:957206630c53de7ff1ae7bf86bcc569cd669d300279cf2d07b93be0f05a50974",
            "sha256:1d7cf9995d848a06b3a4369cc3b5a4ed102aa549678103997a584970fc2f8856",
            "sha256:8b92e507c11b01d8222943e91cf562608414f7f18b31eee0fa6d1eea38913c8a",
            "sha256:b6a3765067b8de28b507c618e51713130a287e7e701475bd29c1720790f4b201",
            "sha256:7f1beb3740c7d76611806a8098c668363ea7480d4cee4fe8216a03d9f24c0431",
            "sha256:509fd105f8bc3d161bce18b3ea9a86b92f136a4670d0052a7da50ce71d9e0d6f",
            "sha256:d24849a84912f104216bc3ab3d88257c89945644e4210c658adeb747b087066e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-15T17:22:59.091804991+08:00"
    }
}

更多版本

ghcr.io/nginx/nginx-gateway-fabric/nginx:2.0.1

linux/amd64 ghcr.io140.68MB2025-08-04 21:57
128

ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.0

linux/amd64 ghcr.io147.00MB2025-11-15 17:23
8