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

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

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

源镜像 ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1
镜像ID sha256:2210a9863f11f8ca486cdbd41490c167345594cfc978b0d3242714f0547d5c4b
镜像TAG 2.2.1
大小 151.87MB
镜像源 ghcr.io
CMD
启动入口 /agent/entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 26 次
贡献者 15********2@163.com
镜像创建 2025-11-13T17:51:41.53116737Z
同步时间 2025-12-04 11:56
更新时间 2025-12-05 08: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-11-13T17:51:26.917Z: 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 5e464c708a904f68cd26ffce695e4f8c61c66ed8: 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.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1#' 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.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1'

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.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1  ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1'

镜像构建历史


# 2025-11-14 01:51:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/agent/entrypoint.sh"]
                        
# 2025-11-14 01:51:41  0.00B 指定运行容器时使用的用户
USER 101:1001
                        
# 2025-11-14 01:51:41  0.00B 添加元数据标签
LABEL org.nginx.ngf.image.build.agent=gha
                        
# 2025-11-14 01:51:41  13.20KB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.5.0 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-11-14 01:51:41  703.00B 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/grpc-error-pages.conf /etc/nginx/grpc-error-pages.conf # buildkit
                        
# 2025-11-14 01:51:41  1.46KB 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/grpc-error-locations.conf /etc/nginx/grpc-error-locations.conf # buildkit
                        
# 2025-11-14 01:51:41  1.21KB 复制新文件或目录到容器中
COPY internal/controller/nginx/conf/nginx.conf /etc/nginx/nginx.conf # buildkit
                        
# 2025-11-14 01:51:41  8.67KB 复制新文件或目录到容器中
COPY internal/controller/nginx/modules/src/ /usr/lib/nginx/modules/njs/ # buildkit
                        
# 2025-11-14 01:51:41  1.51KB 复制新文件或目录到容器中
COPY build/entrypoint.sh /agent/entrypoint.sh # buildkit
                        
# 2025-11-14 01:51:41  1.78MB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.5.0 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-11-14 01:51:39  58.17MB 执行命令并创建新的镜像层
RUN |4 NGINX_AGENT_VERSION=v3.5.0 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-11-14 01:51:39  0.00B 定义构建参数
ARG BUILD_AGENT=gha
                        
# 2025-11-14 01:51:39  0.00B 定义构建参数
ARG NGINX_CONF_DIR=internal/controller/nginx/conf
                        
# 2025-11-14 01:51:39  0.00B 定义构建参数
ARG NJS_DIR=internal/controller/nginx/modules/src
                        
# 2025-11-14 01:51:39  0.00B 定义构建参数
ARG NGINX_AGENT_VERSION=v3.5.0
                        
# 2025-11-14 01:51:38  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:2210a9863f11f8ca486cdbd41490c167345594cfc978b0d3242714f0547d5c4b",
    "RepoTags": [
        "ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx:2.2.1"
    ],
    "RepoDigests": [
        "ghcr.io/nginx/nginx-gateway-fabric/nginx@sha256:9ac5e085c8b3e8aa128a7bd097bd3519d10c469ff0f1d3409f1635edc84476bb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/nginx/nginx-gateway-fabric/nginx@sha256:21c4401ba85d93be93875a7de4798b8ab1718ae6de0b54f2b425e21a9eccdc99"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-13T17:51:41.53116737Z",
    "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-11-13T17:51:26.917Z",
            "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": "5e464c708a904f68cd26ffce695e4f8c61c66ed8",
            "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.1"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 151871701,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/eb8d10cac402a9ff8a25373d0773852317af201e780baa4ac00297c334c70d72/diff:/var/lib/docker/overlay2/4aa34039646af08a748b3c5a1be3090f8b43e36439ae2ecfa7b9ce19be461790/diff:/var/lib/docker/overlay2/a6f22cff820a8d502441d981c7dad79f6e630071e0bfeeb8e160e5a8b72adc4b/diff:/var/lib/docker/overlay2/8d5e9110ed6e4d721843478f92e97f21d3a9cbd47fef51d31fc6d98d2f0312c4/diff:/var/lib/docker/overlay2/73eae257f30df1debe60148682a37cc587d75c26079967bb0e71ce14dcf8214b/diff:/var/lib/docker/overlay2/dadbe92deef1cda39366cf38168053f5078547ecf92d86c885b41565e6df7c4b/diff:/var/lib/docker/overlay2/dba51ba9e427a568852b45cbe51c03af791bf7968b87791699291737239891a8/diff:/var/lib/docker/overlay2/e7fc43ac5b5348e7b16808c0f187314288c377b1fb75d92dd6f1176916f7d635/diff:/var/lib/docker/overlay2/9cb6177fba0b622e60e6eca8ad0a6070220cbaeca663f5ba2ebd72830890c5d4/diff:/var/lib/docker/overlay2/64c95440494102352397457e46dbfce07250010fbd4601ce472d3cc82671c1d9/diff:/var/lib/docker/overlay2/5327a5eff670e5829665c24b5f194065bdfe0c0a1d63c35eb7a30512ac9e1486/diff:/var/lib/docker/overlay2/4b5fe9c201cb16dea6eda1e40f3d5b19b59cf1f0f63538ff2523ffdc3574c778/diff:/var/lib/docker/overlay2/bfb20f63f0910082ebcd2a0d7119b1228ecddaab840b6a1f8d7d072b0c3f8c23/diff:/var/lib/docker/overlay2/c8f8153e8be868a90c12b0d58e2eae7dbf63a9a2f91f4887db26e4f147b8de36/diff:/var/lib/docker/overlay2/836a3a0384555742a3b4672feaf0fec00080f1fe77b9b7f13d422ecae8c4bb8e/diff:/var/lib/docker/overlay2/130bf1a808e09d912870012140437c43df81c947216c5aefba1bc412071012cb/diff:/var/lib/docker/overlay2/9228d0dea91f2a86651259163a395152983e6f8dd01e3c64990f331280069735/diff",
            "MergedDir": "/var/lib/docker/overlay2/54e055974400cf8ceb9d731762280f8e8e8b198196c4c02ec6592d94d7a3f6f2/merged",
            "UpperDir": "/var/lib/docker/overlay2/54e055974400cf8ceb9d731762280f8e8e8b198196c4c02ec6592d94d7a3f6f2/diff",
            "WorkDir": "/var/lib/docker/overlay2/54e055974400cf8ceb9d731762280f8e8e8b198196c4c02ec6592d94d7a3f6f2/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:da227cd5905d165bbb00cb5be818b56f97cfb3ae87e8a7f04bc3409351310b89",
            "sha256:bb48c01b96fd64664b259e6f70cab0defbfbbddfccbfcee7c148e6f816cf55da",
            "sha256:e6f3e739c755826708ca9987596fba00add5be1b068d2e3d9ece810964e28173",
            "sha256:4d7abd7d21f53f58a0efe25f4a37fcd3490e3a06afd646f5e28df94cd25b7763",
            "sha256:805b8df4c29bd767394248e6ac724d51f1d45929351963515b842093fa602d12",
            "sha256:3984bc29a084d667ac4779d82cb0ed60332f32d27929f31e22a408fc565ce522",
            "sha256:81b3be4a1071154cd8f827ebdd0cb661a03b66c936b36fd2391473de438cb300",
            "sha256:7a8562423e968547244f0f37f23de18d9916fe59429a5459db68de34b1feaa98",
            "sha256:e6e21adf8bab053066ff76434cce4a80dbe8b9167c12d80cc7a0f858fb3ba012"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-04T11:56:03.822451122+08:00"
    }
}

更多版本

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

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

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

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

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

linux/amd64 ghcr.io151.87MB2025-12-04 11:56
25