docker.io/openresty/openresty:1.29.2.4-bullseye-fat linux/amd64

docker.io/openresty/openresty:1.29.2.4-bullseye-fat - 国内下载镜像源 浏览次数:15 安全受验证的发布者-Openresty
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
源镜像 docker.io/openresty/openresty:1.29.2.4-bullseye-fat
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat
镜像ID sha256:464b619042e0018bb8c2d07025f1bf003ccff4939455d33d2b0645bf02c37f3d
镜像TAG 1.29.2.4-bullseye-fat
大小 355.77MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2026-05-22T01:59:41.50396282Z
同步时间 2026-05-29 14:12
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
镜像标签
Evan Wies <evan@neomantra.net>: maintainer 2026-05-22T01:59:27.343Z: org.opencontainers.image.created Docker tooling for OpenResty: org.opencontainers.image.description BSD-2-Clause: org.opencontainers.image.licenses 548c342ad52d44d7656a23375faae46d2a95b3c3: org.opencontainers.image.revision https://github.com/openresty/docker-openresty: org.opencontainers.image.source docker-openresty: org.opencontainers.image.title https://github.com/openresty/docker-openresty: org.opencontainers.image.url 1.29.2.4-bullseye-fat-amd64: org.opencontainers.image.version https://openresty.org/package/pubkey.gpg: resty_apt_pgp https://openresty.org/package/debian: resty_apt_repo : resty_deb_flavor =1.29.2.4-1~bullseye1: resty_deb_version : resty_fat_deb_flavor =1.29.2.4-1~bullseye1: resty_fat_deb_version ghcr.io/neomantra/openresty: resty_fat_image_base 1.29.2.4-1-bullseye: resty_fat_image_tag debian: resty_image_base bullseye-slim: resty_image_tag 3.13.0: resty_luarocks_version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat  docker.io/openresty/openresty:1.29.2.4-bullseye-fat

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat  docker.io/openresty/openresty:1.29.2.4-bullseye-fat

Shell快速替换命令

sed -i 's#openresty/openresty:1.29.2.4-bullseye-fat#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat  docker.io/openresty/openresty:1.29.2.4-bullseye-fat'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat  docker.io/openresty/openresty:1.29.2.4-bullseye-fat'

镜像构建历史


# 2026-05-22 09:59:41  255.89MB 执行命令并创建新的镜像层
RUN |5 RESTY_FAT_IMAGE_BASE=ghcr.io/neomantra/openresty RESTY_FAT_IMAGE_TAG=1.29.2.4-1-bullseye RESTY_FAT_DEB_FLAVOR= RESTY_FAT_DEB_VERSION==1.29.2.4-1~bullseye1 RESTY_LUAROCKS_VERSION=3.13.0 /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         -o Dpkg::Options::="--force-confold"         openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION}         openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION}     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         build-essential         ca-certificates         curl         make         unzip     && curl -fSL https://luarocks.github.io/luarocks/releases/luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz -o luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz     && tar xzf luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz     && cd luarocks-${RESTY_LUAROCKS_VERSION}     && ./configure         --prefix=/usr/local/openresty/luajit         --with-lua=/usr/local/openresty/luajit         --with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1     && make build     && make install     && cd /tmp     && rm -rf luarocks-${RESTY_LUAROCKS_VERSION} luarocks-${RESTY_LUAROCKS_VERSION}.tar.gz     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL resty_luarocks_version=3.13.0
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL resty_fat_image_tag=1.29.2.4-1-bullseye
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL resty_fat_image_base=ghcr.io/neomantra/openresty
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL resty_fat_deb_version==1.29.2.4-1~bullseye1
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL resty_fat_deb_flavor=
                        
# 2026-05-22 09:59:41  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2026-05-22 09:59:41  0.00B 定义构建参数
ARG RESTY_LUAROCKS_VERSION=3.13.0
                        
# 2026-05-22 09:59:41  0.00B 定义构建参数
ARG RESTY_FAT_DEB_VERSION==1.29.2.4-1~bullseye1
                        
# 2026-05-22 09:59:41  0.00B 定义构建参数
ARG RESTY_FAT_DEB_FLAVOR=
                        
# 2026-05-22 09:59:41  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_TAG=1.29.2.4-1-bullseye
                        
# 2026-05-22 09:59:41  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_BASE=ghcr.io/neomantra/openresty
                        
# 2026-05-22 05:11:30  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-05-22 05:11:30  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2026-05-22 05:11:30  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-05-22 05:11:30  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2026-05-22 05:11:30  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
                        
# 2026-05-22 05:11:30  19.19MB 执行命令并创建新的镜像层
RUN |6 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.29.2.4-1~bullseye1 RESTY_APT_REPO=https://openresty.org/package/debian RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg RESTY_IMAGE_BASE=debian RESTY_IMAGE_TAG=bullseye-slim /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         ca-certificates         gettext-base         gnupg2         lsb-base         lsb-release         software-properties-common         wget     && wget -qO /tmp/pubkey.gpg ${RESTY_APT_PGP}     && DEBIAN_FRONTEND=noninteractive apt-key add /tmp/pubkey.gpg     && rm /tmp/pubkey.gpg     && DEBIAN_FRONTEND=noninteractive add-apt-repository -y "deb ${RESTY_APT_REPO} $(lsb_release -sc) openresty"     && DEBIAN_FRONTEND=noninteractive apt-get remove -y --purge         gnupg2         lsb-release         software-properties-common         wget     && DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         openresty${RESTY_DEB_FLAVOR}${RESTY_DEB_VERSION}     && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y     && rm -rf /var/lib/apt/lists/*     && mkdir -p /var/run/openresty     && ln -sf /dev/stdout /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/access.log     && ln -sf /dev/stderr /usr/local/openresty${RESTY_DEB_FLAVOR}/nginx/logs/error.log # buildkit
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_deb_version==1.29.2.4-1~bullseye1
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_image_tag=bullseye-slim
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.29.2.4-1~bullseye1
                        
# 2026-05-22 05:11:30  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2026-05-22 05:11:30  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2026-05-18 08:00:00  80.68MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1779062400'
                        
                    

镜像信息

{
    "Id": "sha256:464b619042e0018bb8c2d07025f1bf003ccff4939455d33d2b0645bf02c37f3d",
    "RepoTags": [
        "openresty/openresty:1.29.2.4-bullseye-fat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.4-bullseye-fat"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:80db991612aade57b8cab1fbe04dcc1790182c65d7861367042238e1ba9c98ad",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:4b88146cbf3cda32b3501942a4c5a55fc7f9d1f3995989201b07101571d7698d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-22T01:59:41.50396282Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin"
        ],
        "Cmd": [
            "/usr/bin/openresty",
            "-g",
            "daemon off;"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "Evan Wies \u003cevan@neomantra.net\u003e",
            "org.opencontainers.image.created": "2026-05-22T01:59:27.343Z",
            "org.opencontainers.image.description": "Docker tooling for OpenResty",
            "org.opencontainers.image.licenses": "BSD-2-Clause",
            "org.opencontainers.image.revision": "548c342ad52d44d7656a23375faae46d2a95b3c3",
            "org.opencontainers.image.source": "https://github.com/openresty/docker-openresty",
            "org.opencontainers.image.title": "docker-openresty",
            "org.opencontainers.image.url": "https://github.com/openresty/docker-openresty",
            "org.opencontainers.image.version": "1.29.2.4-bullseye-fat-amd64",
            "resty_apt_pgp": "https://openresty.org/package/pubkey.gpg",
            "resty_apt_repo": "https://openresty.org/package/debian",
            "resty_deb_flavor": "",
            "resty_deb_version": "=1.29.2.4-1~bullseye1",
            "resty_fat_deb_flavor": "",
            "resty_fat_deb_version": "=1.29.2.4-1~bullseye1",
            "resty_fat_image_base": "ghcr.io/neomantra/openresty",
            "resty_fat_image_tag": "1.29.2.4-1-bullseye",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim",
            "resty_luarocks_version": "3.13.0"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 355769074,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3cd5dd840505ec28204af57ff227d8ce9966f333e3394a029c572b7fa3c94897/diff:/var/lib/docker/overlay2/6d84c59cc1621f1ec775d9a199cce1a1d5c0338a4b0d57cd31e620ae093a814e/diff:/var/lib/docker/overlay2/35d4e76b703839135f47f3986e2fd1bd97d1220a1813694869d70c1177c7e16b/diff:/var/lib/docker/overlay2/d02f1d685929993ab9d961abce0a5fc873848910901097f00f32576cc454c75b/diff",
            "MergedDir": "/var/lib/docker/overlay2/bcdce516c9b90630d8074feac3119d2bf433fd5ce4d7f46effdd70e518ba9781/merged",
            "UpperDir": "/var/lib/docker/overlay2/bcdce516c9b90630d8074feac3119d2bf433fd5ce4d7f46effdd70e518ba9781/diff",
            "WorkDir": "/var/lib/docker/overlay2/bcdce516c9b90630d8074feac3119d2bf433fd5ce4d7f46effdd70e518ba9781/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c7ece173bca39ea8496913e63966ca0fd0e2efb65a21031c78476cccb51273da",
            "sha256:95d3e4f0f60dac7d6eaa1d98f4b6b71d7a35ad0be46d79bdb7861aaa5919abb1",
            "sha256:011132586205ef0686147dfe6babdda23e0b0eed1703f77d4e33a7c7063efacd",
            "sha256:cb0affcb2900b29b4e3939e79284336042a5e3cb807b498f385ea978519cbf9b",
            "sha256:0318ffed1a4e1162aae2fa69374ddbdd8b4fb86fdd601c5bf9acfb88d6ae65d4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-29T14:11:39.302368408+08:00"
    }
}

更多版本

docker.io/openresty/openresty:1.25.3.1-5-alpine-fat

linux/amd64 docker.io378.21MB2024-06-29 18:29
758

docker.io/openresty/openresty:1.25.3.1-5-alpine-fat

linux/arm64 docker.io378.90MB2024-06-29 18:35
1797

docker.io/openresty/openresty:1.25.3.2-centos7

linux/amd64 docker.io283.37MB2024-10-22 10:39
1055

docker.io/openresty/openresty:latest

linux/amd64 docker.io96.95MB2024-11-14 17:03
1750

docker.io/openresty/openresty:bullseye-fat

linux/amd64 docker.io154.61MB2024-11-22 17:11
461

docker.io/openresty/openresty:1.21.4.2-1-jammy

linux/amd64 docker.io612.55MB2024-12-18 15:07
539

docker.io/openresty/openresty:1.27.1.1-bookworm

linux/amd64 docker.io97.09MB2025-02-11 11:01
594

docker.io/openresty/openresty:1.27.1.1-rocky

linux/amd64 docker.io370.72MB2025-02-11 11:03
513

docker.io/openresty/openresty:1.21.4.1-0-alpine

linux/amd64 docker.io101.90MB2025-02-21 17:08
586

docker.io/openresty/openresty:1.27.1.2-alpine

linux/amd64 docker.io142.31MB2025-04-30 14:23
970

docker.io/openresty/openresty:1.25.3.1-3-buster-fat

linux/amd64 docker.io136.70MB2025-06-24 16:01
267

docker.io/openresty/openresty:1.25.3.2-5-bookworm-fat

linux/amd64 docker.io147.51MB2025-07-04 10:28
358

docker.io/openresty/openresty:1.25.3.2-5-alpine-fat

linux/amd64 docker.io378.69MB2025-07-13 12:52
270

docker.io/openresty/openresty:1.25.3.2-5-alpine-fat

linux/arm64 docker.io379.48MB2025-07-13 12:53
372

docker.io/openresty/openresty:1.25.3.2-5-alpine

linux/amd64 docker.io106.20MB2025-07-27 12:07
301

docker.io/openresty/openresty:1.21.4.4-1-jammy

linux/amd64 docker.io627.72MB2025-08-07 11:48
298

docker.io/openresty/openresty:1.27.1.2-3-rocky

linux/amd64 docker.io373.47MB2025-08-07 11:56
278

docker.io/openresty/openresty:1.27.1.2-3-alpine

linux/amd64 docker.io142.31MB2025-08-18 11:55
291

docker.io/openresty/openresty:1.27.1.2-3-jammy

linux/amd64 docker.io670.92MB2025-08-18 13:10
317

docker.io/openresty/openresty:1.27.1.2-alpine-fat

linux/arm64 docker.io444.81MB2025-08-28 18:38
305

docker.io/openresty/openresty:1.27.1.2-bookworm-fat

linux/arm64 docker.io177.89MB2025-08-28 22:47
336

docker.io/openresty/openresty:1.25.3.2-5-alpine

linux/arm64 docker.io115.69MB2025-09-13 10:47
415

docker.io/openresty/openresty:1.17.8.2-5-alpine

linux/amd64 docker.io103.90MB2025-11-28 13:33
199

docker.io/openresty/openresty:alpine

linux/amd64 docker.io146.44MB2025-12-12 00:58
406

docker.io/openresty/openresty:alpine-apk-aarch64

linux/arm64 docker.io24.86MB2025-12-12 01:03
245

docker.io/openresty/openresty:1.27.1.2-0-alpine

linux/amd64 docker.io142.31MB2025-12-19 09:14
257

docker.io/openresty/openresty:1.27.1.2-0-alpine

linux/arm64 docker.io155.64MB2025-12-19 09:16
190

docker.io/openresty/openresty:1.19.9.1-14-centos7

linux/amd64 docker.io282.65MB2025-12-22 17:39
303

docker.io/openresty/openresty:1.27.1.2-3-jammy

linux/arm64 docker.io641.49MB2026-03-24 14:59
114

docker.io/openresty/openresty:1.27.1.2-11-jammy

linux/amd64 docker.io689.38MB2026-04-09 22:32
120

docker.io/openresty/openresty:alpine

linux/arm64 docker.io167.40MB2026-04-27 15:06
79

docker.io/openresty/openresty:1.29.2.3-bullseye-fat

linux/amd64 docker.io355.36MB2026-04-28 18:19
148

docker.io/openresty/openresty:restyrepo-amd64

linux/amd64 docker.io767.20MB2026-05-18 14:30
52

docker.io/openresty/openresty:1.29.2.5-1-noble-amd64

linux/amd64 docker.io772.19MB2026-05-29 01:45
20

docker.io/openresty/openresty:1.29.2.4-bullseye-fat

linux/amd64 docker.io355.77MB2026-05-29 14:12
14