docker.io/nginx:1.25.5-bookworm-perl linux/amd64

docker.io/nginx:1.25.5-bookworm-perl - 国内下载镜像源 浏览次数:94
nginx镜像用于运行Nginx Web 服务器。
源镜像 docker.io/nginx:1.25.5-bookworm-perl
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl
镜像ID sha256:535c9bd1b0122bcf3e0ac63ef964c27226e30021879d1009b46a7cb4186e6678
镜像TAG 1.25.5-bookworm-perl
大小 235.67MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD nginx -g daemon off;
启动入口 /docker-entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 94 次
贡献者
镜像创建 2024-04-23T22:15:45Z
同步时间 2024-06-28 01:33
更新时间 2024-09-19 15:05
开放端口
80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NGINX_VERSION=1.25.5 NJS_VERSION=0.8.4 NJS_RELEASE=3~bookworm PKG_RELEASE=1~bookworm
镜像标签
NGINX Docker Maintainers <docker-maint@nginx.com>: maintainer

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl  docker.io/nginx:1.25.5-bookworm-perl

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl  docker.io/nginx:1.25.5-bookworm-perl

Shell快速替换命令

sed -i 's#nginx:1.25.5-bookworm-perl#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl#' deployment.yaml

镜像历史

大小 创建时间 层信息
48.01MB 2024-04-24 06:15:45 RUN /bin/sh -c set -x; NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-perl=${NGINX_VERSION}-${PKG_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/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y nginx-module-perl=${NGINX_VERSION}-${PKG_RELEASE} && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile nginx-module-perl=${NGINX_VERSION}-${PKG_RELEASE} ) && 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 # buildkit
0.00B 2024-04-24 06:15:45 CMD ["nginx" "-g" "daemon off;"]
0.00B 2024-04-24 06:15:45 STOPSIGNAL SIGQUIT
0.00B 2024-04-24 06:15:45 EXPOSE map[80/tcp:{}]
0.00B 2024-04-24 06:15:45 ENTRYPOINT ["/docker-entrypoint.sh"]
4.62KB 2024-04-24 06:15:45 COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit
3.02KB 2024-04-24 06:15:45 COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit
336.00B 2024-04-24 06:15:45 COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit
2.12KB 2024-04-24 06:15:45 COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit
1.62KB 2024-04-24 06:15:45 COPY docker-entrypoint.sh / # buildkit
112.82MB 2024-04-24 06:15:45 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_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; NGINX_GPGKEY_PATH=/etc/apt/keyrings/nginx-archive-keyring.gpg; export GNUPGHOME="$(mktemp -d)"; found=''; for server in hkp://keyserver.ubuntu.com:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; gpg1 --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; gpg1 --export "$NGINX_GPGKEY" > "$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}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_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/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && 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
0.00B 2024-04-24 06:15:45 ENV PKG_RELEASE=1~bookworm
0.00B 2024-04-24 06:15:45 ENV NJS_RELEASE=3~bookworm
0.00B 2024-04-24 06:15:45 ENV NJS_VERSION=0.8.4
0.00B 2024-04-24 06:15:45 ENV NGINX_VERSION=1.25.5
0.00B 2024-04-24 06:15:45 LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
0.00B 2024-04-24 06:15:45 /bin/sh -c #(nop) CMD ["bash"]
74.83MB 2024-04-24 06:15:45 /bin/sh -c #(nop) ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in /

镜像信息

{
    "Id": "sha256:535c9bd1b0122bcf3e0ac63ef964c27226e30021879d1009b46a7cb4186e6678",
    "RepoTags": [
        "nginx:1.25.5-bookworm-perl",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx:1.25.5-bookworm-perl"
    ],
    "RepoDigests": [
        "nginx@sha256:b71dc9ffd57defe8371f41ec1c716ae55439b323ee7dcd22a14d6fbdc7c33de4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/nginx@sha256:586b49c8f3faeb28fe45de4fbf660c0cca900c47a164b7c8ad885a3604f1e5d3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-23T22:15:45Z",
    "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.25.5",
            "NJS_VERSION=0.8.4",
            "NJS_RELEASE=3~bookworm",
            "PKG_RELEASE=1~bookworm"
        ],
        "Cmd": [
            "nginx",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "NGINX Docker Maintainers \u003cdocker-maint@nginx.com\u003e"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 235667282,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f2d577dca6f2ee8985eb70b0818d5e744d2911042b4ae7dab0c38d66c0b53468/diff:/var/lib/docker/overlay2/7d19389755acd3009af9c849d4e4b4d45a10629120ba2a231f56e634a8e3e03a/diff:/var/lib/docker/overlay2/2f4b7ed5938c9436617174b90f8e4d29c6972ab114d145f22fbb5e29d2ed1953/diff:/var/lib/docker/overlay2/bdd7caa186b5ea7be3d5b5e5b7bdecbfd5ce5c76928d4367f2a9ca8b60dc31a1/diff:/var/lib/docker/overlay2/21a2ecb7b8fd825ce58371d302c7c02e0d24e64d8e8a8e109b3516300eb8d6eb/diff:/var/lib/docker/overlay2/0517e8020c931b40eddb021cb28992b0c7c4e24efd9888b0849d3c05fc4b8ba4/diff:/var/lib/docker/overlay2/8b58b5d76a3ba26a5bbd5b4ebd966578956cc1a75e421c6b1f8ed32dde6afc70/diff",
            "MergedDir": "/var/lib/docker/overlay2/c2e067f88284d7d22f51a30898b70d52976485a25b09c739b9b675dfff5f1699/merged",
            "UpperDir": "/var/lib/docker/overlay2/c2e067f88284d7d22f51a30898b70d52976485a25b09c739b9b675dfff5f1699/diff",
            "WorkDir": "/var/lib/docker/overlay2/c2e067f88284d7d22f51a30898b70d52976485a25b09c739b9b675dfff5f1699/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5d4427064ecc46e3c2add169e9b5eafc7ed2be7861081ec925938ab628ac0e25",
            "sha256:fc1cf9ca5139883943cc519cc3c57f0855395618f56d6431490fa735461156f1",
            "sha256:747b290aeba888738176dcbf7382eb0f660f27e785b839592918b8ed291d5792",
            "sha256:9f4d73e635f122031c04047f0e87fb224bef098a28700439bb4e72d0619aaad6",
            "sha256:56f8fe6aedcdee31bdee17249b1e18434ce7ab5a1814e2193773b54d7f9db39a",
            "sha256:7d2fd59c368c60f74214fc47399dcc35ef8513e26890a0c6004835bceabeb4c6",
            "sha256:14773070094ddc0debcea4f38f0daa7dd8116858387e0c238fa96ae8047bc07e",
            "sha256:6552874d905b967fea84cd66017c5ecb32e6ab49161199f6963e8b96a7f7c34a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-06-28T01:33:39.046683038+08:00"
    }
}

更多版本