广告图片

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

docker.io/openresty/openresty:1.29.2.3-bullseye-fat - 国内下载镜像源 浏览次数:22 star 贡献同步 安全受验证的发布者-Openresty
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
源镜像 docker.io/openresty/openresty:1.29.2.3-bullseye-fat
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-bullseye-fat
镜像ID sha256:e7122f768f9236c24f9e8136266716d4ff108641713eb89c91c9e1130672379d
镜像TAG 1.29.2.3-bullseye-fat
大小 355.36MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 22 次
贡献者
avatar
star
镜像创建 2026-04-23T16:23:43.307599635Z
同步时间 2026-04-28 18:19
环境变量
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-04-23T16:23:28.688Z: org.opencontainers.image.created Docker tooling for OpenResty: org.opencontainers.image.description BSD-2-Clause: org.opencontainers.image.licenses 787dc4f945d7bf335c92b4876e5ad6d046161bb4: 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.3-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.3-1~bullseye1: resty_deb_version : resty_fat_deb_flavor =1.29.2.3-1~bullseye1: resty_fat_deb_version ghcr.io/neomantra/openresty: resty_fat_image_base 1.29.2.3-4-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.3-bullseye-fat
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-bullseye-fat  docker.io/openresty/openresty:1.29.2.3-bullseye-fat

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#openresty/openresty:1.29.2.3-bullseye-fat#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-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.3-bullseye-fat && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-bullseye-fat  docker.io/openresty/openresty:1.29.2.3-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.3-bullseye-fat && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-bullseye-fat  docker.io/openresty/openresty:1.29.2.3-bullseye-fat'

镜像构建历史


# 2026-04-24 00:23:43  255.89MB 执行命令并创建新的镜像层
RUN |5 RESTY_FAT_IMAGE_BASE=ghcr.io/neomantra/openresty RESTY_FAT_IMAGE_TAG=1.29.2.3-4-bullseye RESTY_FAT_DEB_FLAVOR= RESTY_FAT_DEB_VERSION==1.29.2.3-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-04-24 00:23:43  0.00B 添加元数据标签
LABEL resty_luarocks_version=3.13.0
                        
# 2026-04-24 00:23:43  0.00B 添加元数据标签
LABEL resty_fat_image_tag=1.29.2.3-4-bullseye
                        
# 2026-04-24 00:23:43  0.00B 添加元数据标签
LABEL resty_fat_image_base=ghcr.io/neomantra/openresty
                        
# 2026-04-24 00:23:43  0.00B 添加元数据标签
LABEL resty_fat_deb_version==1.29.2.3-1~bullseye1
                        
# 2026-04-24 00:23:43  0.00B 添加元数据标签
LABEL resty_fat_deb_flavor=
                        
# 2026-04-24 00:23:43  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2026-04-24 00:23:43  0.00B 定义构建参数
ARG RESTY_LUAROCKS_VERSION=3.13.0
                        
# 2026-04-24 00:23:43  0.00B 定义构建参数
ARG RESTY_FAT_DEB_VERSION==1.29.2.3-1~bullseye1
                        
# 2026-04-24 00:23:43  0.00B 定义构建参数
ARG RESTY_FAT_DEB_FLAVOR=
                        
# 2026-04-24 00:23:43  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_TAG=1.29.2.3-4-bullseye
                        
# 2026-04-24 00:23:43  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_BASE=ghcr.io/neomantra/openresty
                        
# 2026-04-23 19:11:50  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2026-04-23 19:11:50  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2026-04-23 19:11:50  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2026-04-23 19:11:50  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2026-04-23 19:11:50  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-04-23 19:11:50  18.79MB 执行命令并创建新的镜像层
RUN |6 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.29.2.3-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-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_deb_version==1.29.2.3-1~bullseye1
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_image_tag=bullseye-slim
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.29.2.3-1~bullseye1
                        
# 2026-04-23 19:11:50  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2026-04-23 19:11:50  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2026-04-21 08:00:00  80.68MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1776729600'
                        
                    

镜像信息

{
    "Id": "sha256:e7122f768f9236c24f9e8136266716d4ff108641713eb89c91c9e1130672379d",
    "RepoTags": [
        "openresty/openresty:1.29.2.3-bullseye-fat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.29.2.3-bullseye-fat"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:e0d14adc405faff269bedd177686b0f57df7e90c3d56bdfdb28a1f9de8888171",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:42ef24caf991b4c4960244c4eab7e45800c89b870d35c760ae7642e12290337b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-23T16:23:43.307599635Z",
    "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-04-23T16:23:28.688Z",
            "org.opencontainers.image.description": "Docker tooling for OpenResty",
            "org.opencontainers.image.licenses": "BSD-2-Clause",
            "org.opencontainers.image.revision": "787dc4f945d7bf335c92b4876e5ad6d046161bb4",
            "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.3-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.3-1~bullseye1",
            "resty_fat_deb_flavor": "",
            "resty_fat_deb_version": "=1.29.2.3-1~bullseye1",
            "resty_fat_image_base": "ghcr.io/neomantra/openresty",
            "resty_fat_image_tag": "1.29.2.3-4-bullseye",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim",
            "resty_luarocks_version": "3.13.0"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 355364768,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/143176391c1a7f9cb8e078571151741e7d2d0d4d408ab6ac65882f9b0b0b9527/diff:/var/lib/docker/overlay2/a2f25002676574f7d0ba18b5f915bb8fbdf8877e73470e787f6832b3c6f86e67/diff:/var/lib/docker/overlay2/5a3e8cb92607f0bb2586d17f1e0c72545ef14f3182b4bb02cd34a95ec1cd37e3/diff:/var/lib/docker/overlay2/3f84c51872ec42d00554f14a85f2f46548fac3c9f1b6555fec2f88c906113292/diff",
            "MergedDir": "/var/lib/docker/overlay2/e62db14ae006e4e49ba286b622d6cc56d69f94e92b2f77a9e80fd76fd22bf5c3/merged",
            "UpperDir": "/var/lib/docker/overlay2/e62db14ae006e4e49ba286b622d6cc56d69f94e92b2f77a9e80fd76fd22bf5c3/diff",
            "WorkDir": "/var/lib/docker/overlay2/e62db14ae006e4e49ba286b622d6cc56d69f94e92b2f77a9e80fd76fd22bf5c3/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a5cadf75a621227a71a2014709470f3223b4b3395758189925804c524cdab6e2",
            "sha256:0aab67018228b481881d32c1affb056ef2c1f8d0778d9b0d6e6a7ee00c4e701c",
            "sha256:25feaeb06fa6dd87957509823c8a10a5a99e807f781536d097df2fa5deaff5d4",
            "sha256:4dfbb7fede4bb2f9a3964bd63781c3cf50f4ebe2d38ffd4b688122c793416c46",
            "sha256:7f98c479841a3e9cfaf94becd307a9b99e796573957f6d15c123b374cce8613b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-28T18:18:57.542466522+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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

docker.io/openresty/openresty:bullseye-fat

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

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

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

docker.io/openresty/openresty:1.27.1.1-bookworm

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

docker.io/openresty/openresty:1.27.1.1-rocky

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

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

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

docker.io/openresty/openresty:1.27.1.2-alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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