ghcr.io/pixlcore/xyops-nginx:latest linux/amd64

ghcr.io/pixlcore/xyops-nginx:latest - 国内下载镜像源 浏览次数:23

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

ghcr.io/pixlcore/xyops-nginx是Pixlcore组织提供的用于XYOps系统的Nginx容器镜像,主要为XYOps相关服务提供反向代理、静态资源托管等Nginx服务支持。

源镜像 ghcr.io/pixlcore/xyops-nginx:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest
镜像ID sha256:4793503d16e73e217deb5e31e0fbe39bbc273a0122fa8a4f13411dd2fd146efe
镜像TAG latest
大小 428.64MB
镜像源 ghcr.io
CMD sh start.sh
启动入口 /docker-entrypoint.sh
工作目录 /opt/healthcheck
OS/平台 linux/amd64
浏览量 23 次
贡献者
镜像创建 2025-12-07T03:00:13.087412989Z
同步时间 2026-03-09 09:32
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.29.3 NJS_VERSION=0.9.4 NJS_RELEASE=1~trixie PKG_RELEASE=1~trixie DYNPKG_RELEASE=1~trixie DEBIAN_FRONTEND=noninteractive
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer 2025-12-07T02:59:50.832Z: org.opencontainers.image.created xyOps Multi-Master Nginx with TLS: org.opencontainers.image.description NOASSERTION: org.opencontainers.image.licenses 96cbe6c942d02926e5ab51ee852d0eb58cc5666b: org.opencontainers.image.revision https://github.com/pixlcore/xyops-nginx: org.opencontainers.image.source xyops-nginx: org.opencontainers.image.title https://github.com/pixlcore/xyops-nginx: org.opencontainers.image.url v1.0.7: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest  ghcr.io/pixlcore/xyops-nginx:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest  ghcr.io/pixlcore/xyops-nginx:latest

Shell快速替换命令

sed -i 's#ghcr.io/pixlcore/xyops-nginx:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-07 11:00:13  0.00B 设置默认要执行的命令
CMD ["sh" "start.sh"]
                        
# 2025-12-07 11:00:13  17.74MB 执行命令并创建新的镜像层
RUN /bin/sh -c npm install -g @pixlcore/xyops-healthcheck # buildkit
                        
# 2025-12-07 11:00:08  1.05KB 执行命令并创建新的镜像层
RUN /bin/sh -c mv conf.d/* /etc/nginx/conf.d/ # buildkit
                        
# 2025-12-07 11:00:08  640.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mv nginx.conf /etc/nginx/ # buildkit
                        
# 2025-12-07 11:00:08  40.80KB 复制新文件或目录到容器中
COPY . . # buildkit
                        
# 2025-12-07 11:00:08  0.00B 设置工作目录为/opt/healthcheck
WORKDIR /opt/healthcheck
                        
# 2025-12-07 11:00:08  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-12-07 11:00:08  229.72MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y nodejs # buildkit
                        
# 2025-12-07 11:00:08  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2025-12-07 11:00:01  29.27MB 执行命令并创建新的镜像层
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash # buildkit
                        
# 2025-11-18 12:24:11  0.00B 设置默认要执行的命令
CMD ["nginx" "-g" "daemon off;"]
                        
# 2025-11-18 12:24:11  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-11-18 12:24:11  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-11-18 12:24:11  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2025-11-18 12:24:11  4.62KB 复制新文件或目录到容器中
COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
                        
# 2025-11-18 12:24:11  3.02KB 复制新文件或目录到容器中
COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
                        
# 2025-11-18 12:24:11  389.00B 复制新文件或目录到容器中
COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
                        
# 2025-11-18 12:24:11  2.12KB 复制新文件或目录到容器中
COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
                        
# 2025-11-18 12:24:11  1.62KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh / # buildkit
                        
# 2025-11-18 12:24:11  73.24MB 执行命令并创建新的镜像层
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}     "     && 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                 curl                 devscripts                 equivs                 git                 libxml2-utils                 lsb-release                 xsltproc             && (                 cd "$tempDir"                 && REVISION="${NGINX_VERSION}-${PKG_RELEASE}"                 && REVISION=${REVISION%~*}                 && curl -f -L -O https://github.com/nginx/pkg-oss/archive/${REVISION}.tar.gz                 && PKGOSSCHECKSUM="249858446828ace0c81ea3e057135aa368f3dab83430cf867bb9fc32598948f29c4bd50908491da704536af1106aa87553f6a76cc126c6833dc9b14dd00564b8 *${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; 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             )                         && 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
                        
# 2025-11-18 12:24:11  0.00B 设置环境变量 DYNPKG_RELEASE
ENV DYNPKG_RELEASE=1~trixie
                        
# 2025-11-18 12:24:11  0.00B 设置环境变量 PKG_RELEASE
ENV PKG_RELEASE=1~trixie
                        
# 2025-11-18 12:24:11  0.00B 设置环境变量 NJS_RELEASE
ENV NJS_RELEASE=1~trixie
                        
# 2025-11-18 12:24:11  0.00B 设置环境变量 NJS_VERSION
ENV NJS_VERSION=0.9.4
                        
# 2025-11-18 12:24:11  0.00B 设置环境变量 NGINX_VERSION
ENV NGINX_VERSION=1.29.3
                        
# 2025-11-18 12:24:11  0.00B 添加元数据标签
LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
                        
# 2025-11-17 08:00:00  78.62MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
                        
                    

镜像信息

{
    "Id": "sha256:4793503d16e73e217deb5e31e0fbe39bbc273a0122fa8a4f13411dd2fd146efe",
    "RepoTags": [
        "ghcr.io/pixlcore/xyops-nginx:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx:latest"
    ],
    "RepoDigests": [
        "ghcr.io/pixlcore/xyops-nginx@sha256:02052df782beb09e2cda550aa72bf2528d86b3e3e0c87103ccdfbfa4a48ed40b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/pixlcore/xyops-nginx@sha256:21e0d2b1684f06bda9a80f8b3df2fc9f14906af22670dade2058ef9163b101f5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-07T03:00:13.087412989Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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.3",
            "NJS_VERSION=0.9.4",
            "NJS_RELEASE=1~trixie",
            "PKG_RELEASE=1~trixie",
            "DYNPKG_RELEASE=1~trixie",
            "DEBIAN_FRONTEND=noninteractive"
        ],
        "Cmd": [
            "sh",
            "start.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/healthcheck",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e",
            "org.opencontainers.image.created": "2025-12-07T02:59:50.832Z",
            "org.opencontainers.image.description": "xyOps Multi-Master Nginx with TLS",
            "org.opencontainers.image.licenses": "NOASSERTION",
            "org.opencontainers.image.revision": "96cbe6c942d02926e5ab51ee852d0eb58cc5666b",
            "org.opencontainers.image.source": "https://github.com/pixlcore/xyops-nginx",
            "org.opencontainers.image.title": "xyops-nginx",
            "org.opencontainers.image.url": "https://github.com/pixlcore/xyops-nginx",
            "org.opencontainers.image.version": "v1.0.7"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 428643754,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f2f890f53492b5a179c32c572c2f24eea671400e3639229d413bc593ae79ded6/diff:/var/lib/docker/overlay2/00b2095dae2b7da9b2a960be9424cbac872eb843c64755ee9ec42c6261122131/diff:/var/lib/docker/overlay2/29eef9373e93928e6560179d30034f06fc31ffc4ea5e32db5608823578014a91/diff:/var/lib/docker/overlay2/38586d3042bec885167c3dacba6ee62dc67bf74f482faf9b3eb953de4c44e7a4/diff:/var/lib/docker/overlay2/920033c6ee0eaafb773d3f7dd9490f0ed0916c00de8bc0ebdbcd97dd67b568d2/diff:/var/lib/docker/overlay2/3ed1fbc269cf42b9f8dc9dc006776dd9ac4f446f9c8733f0575b4f636b658ec5/diff:/var/lib/docker/overlay2/5aea2325fe73388fd02fccb824b0cb2153895770deed17fbb591bb13d0cead85/diff:/var/lib/docker/overlay2/4334d4e1afa078d343d491da10c4afd1bc7555e5a792c3b3863a76f611a00384/diff:/var/lib/docker/overlay2/92fa736c8c0e2b71130da42553c734c2e567499b28d48a7068ee3e690954b5b3/diff:/var/lib/docker/overlay2/e9220822d18afe45d4f9fee0e6af6599d9d4a592eb7cf28d11c3646d57ea38da/diff:/var/lib/docker/overlay2/66118bf56e8852e44f27e257df8a5e32189346eba352c2e0d5c61457e7f8f326/diff:/var/lib/docker/overlay2/8a78df77fbad664e1b8f9b9a0a15bf71c8ce6cfa3c40fe1a6eb5fe833a815b57/diff:/var/lib/docker/overlay2/997a3e939667cafcfefd25b3acf3337a3d76eb3dbdd6b62cd5f313bc3667759c/diff:/var/lib/docker/overlay2/38efeabc16a31b11d8b79b5df95289625db8c4244c43920680dd3de723a72061/diff",
            "MergedDir": "/var/lib/docker/overlay2/79983ab48c21d6c029f1081d850345f4b6e91f6a8518e73fe5bc6a77a3ec95ba/merged",
            "UpperDir": "/var/lib/docker/overlay2/79983ab48c21d6c029f1081d850345f4b6e91f6a8518e73fe5bc6a77a3ec95ba/diff",
            "WorkDir": "/var/lib/docker/overlay2/79983ab48c21d6c029f1081d850345f4b6e91f6a8518e73fe5bc6a77a3ec95ba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:70a290c5e58b68f39496ab93a62f21b8b2ca0502e97905131838de1b39a37cbb",
            "sha256:008ba900efa19180f53a0ed13fc6feb7d2d34bad25a839702024f87c5122568a",
            "sha256:1e79db1a7c1e2dc46e0cb975b22d67695877d42318a3598d01f322df3078c43d",
            "sha256:fe0771a36433cf0ef9f598e1f0b526520fa60c732d969e67bc6dd38f01bebf40",
            "sha256:5f0d4d15245b8979efd5be5e1726e44dd6461c32c2fa193b15228e591f1d2442",
            "sha256:388bb4cadb9eb18529d3f466855a783f38c821571bc180fec9d0663fef1d0322",
            "sha256:38d44e06fd0163071bcf2eeff92083e9420f4fb17c32fb5c4af71b75e0e91eaa",
            "sha256:7a98cb97707163931a017eb7437189123716eaf6cd072974be05889781419b54",
            "sha256:c6678facc51182d2c6e9e76d6d036073198b3183bbc1ccc735aca526966ac5e9",
            "sha256:34b44dff2570085c23a4a94ed81b0a12b5791e5e1aa21a02ae00b3c195f8c6da",
            "sha256:e91308732307534687ca76d025fcbdc3a8dcfb7d94bca68def1b5325a7884741",
            "sha256:2b55b1ad357e4bc89daa8a1868777809439e96a0cf40b51538bad07f9a0b8af3",
            "sha256:f6289444f893da4996f0c7aedd99bea5f47321c263206f0af15ad4ec5e960bbb",
            "sha256:ce64b5bab69d0610a51cc8cbae0e8445253c78279f511442fe420c53cea5ff52",
            "sha256:8ea6c57eafa84815ecf06018fe2fa76fa69b5ee914e44bd8e2e6de82180bf9ff"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-09T09:31:45.885607637+08:00"
    }
}

更多版本

ghcr.io/pixlcore/xyops-nginx:latest

linux/amd64 ghcr.io428.64MB2026-03-09 09:32
22