logo
docker.io/openresty/openresty:1.31-bullseye-fat
linux/amd64 docker.io 已验证 · Openresty 墨舟 贡献
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
11
浏览次数
355.85MB
镜像大小
源镜像
docker.io/openresty/openresty:1.31-bullseye-fat
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.31-bullseye-fat
镜像ID
sha256:690a73b02b391b0761858e2a85007d3ab97d39dac2482e64aeb665485c275a17
镜像 TAG
1.31-bullseye-fat
镜像大小
355.85MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台
linux/amd64
镜像创建
2026-06-15T03:22:04.331829972Z
同步时间
2026-07-03 22:19
浏览量
11 次
贡献者
avatar 墨舟
⚙️ 环境变量 1
KeyValue
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 0
🏷️ 镜像标签 20
KeyValue
Evan Wies <evan@neomantra.net> maintainer
2026-06-15T03:21:50.093Z org.opencontainers.image.created
Docker tooling for OpenResty org.opencontainers.image.description
BSD-2-Clause org.opencontainers.image.licenses
db093957caab3b3cbc0898d55bd1ad66d6ccfd8e 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.31.1.1-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.31.1.1-1~bullseye1 resty_deb_version
resty_fat_deb_flavor
=1.31.1.1-1~bullseye1 resty_fat_deb_version
ghcr.io/neomantra/openresty resty_fat_image_base
1.31.1.1-1-bullseye resty_fat_image_tag
debian resty_image_base
bullseye-slim resty_image_tag
3.13.0 resty_luarocks_version
🛡️ 镜像安全扫描
debian 11.11 Trivy 2026-07-03 22:19 查看完整报告
917
低危 LOW
1631
中危 MEDIUM
355
高危 HIGH
13
严重 CRITICAL
受影响目标 (1)
docker.io/openresty/openresty:1.31-bullseye-fat (debian 11.11) debian

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:690a73b02b391b0761858e2a85007d3ab97d39dac2482e64aeb665485c275a17",
    "RepoTags": [
        "openresty/openresty:1.31-bullseye-fat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.31-bullseye-fat"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:a6308527a91ea1cbb6a85d51c1355b70c7ad8031fb54e71d58ec23db27693541",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:e63e06980f510944c8ea7eee3a49486dd720ea40fc29007183bfb4b6b4ba8167"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-15T03:22:04.331829972Z",
    "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-06-15T03:21:50.093Z",
            "org.opencontainers.image.description": "Docker tooling for OpenResty",
            "org.opencontainers.image.licenses": "BSD-2-Clause",
            "org.opencontainers.image.revision": "db093957caab3b3cbc0898d55bd1ad66d6ccfd8e",
            "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.31.1.1-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.31.1.1-1~bullseye1",
            "resty_fat_deb_flavor": "",
            "resty_fat_deb_version": "=1.31.1.1-1~bullseye1",
            "resty_fat_image_base": "ghcr.io/neomantra/openresty",
            "resty_fat_image_tag": "1.31.1.1-1-bullseye",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim",
            "resty_luarocks_version": "3.13.0"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 355853072,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/77992a4e3e13d24a6772fd43cc596093e59cac03f7e02f052559d65258c991b5/diff:/var/lib/docker/overlay2/e683a52e9ee506254908e68f57fc970574d3b585cf1a6eb1b23672498c9df211/diff:/var/lib/docker/overlay2/e2d4a63aa684956a12829e12ff94a9e84bdaaee38b99d2e1e3a1f084d05196a8/diff:/var/lib/docker/overlay2/75215cce3ba3478fc671434e7f7e180890fb06560171aed9708f3086c86064bb/diff",
            "MergedDir": "/var/lib/docker/overlay2/12076399b3b76294f8e741e501bda43bbbeb190a3bed1954836946d41c1ed5ea/merged",
            "UpperDir": "/var/lib/docker/overlay2/12076399b3b76294f8e741e501bda43bbbeb190a3bed1954836946d41c1ed5ea/diff",
            "WorkDir": "/var/lib/docker/overlay2/12076399b3b76294f8e741e501bda43bbbeb190a3bed1954836946d41c1ed5ea/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f06d2c83371b568a2e18c433068fc531cfe803ba0bad0601d46377816be24e5e",
            "sha256:b38269380ed4e5d5926b837862ad5ccf24ad28964e1eeeca7a91caa2a29d656f",
            "sha256:98e74abf07fa68f4b77982730fe348b6ac674422cb005cf74465e3451d5b3c16",
            "sha256:6481c25fcd87468fc03bf344a1ea173ebd36b57a117406ddafc75f4f3d7ec630",
            "sha256:6bb961dcec31add7199715965c5380451829791fe7995c350839345795eeab71"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-03T22:19:34.731284472+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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

docker.io/openresty/openresty:bullseye-fat

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

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

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

docker.io/openresty/openresty:1.27.1.1-bookworm

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

docker.io/openresty/openresty:1.27.1.1-rocky

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

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

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

docker.io/openresty/openresty:1.27.1.2-alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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

docker.io/openresty/openresty:restyrepo-amd64

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

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

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

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

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

docker.io/openresty/openresty:1.27.1.1-alpine

linux/arm64 docker.io142.13MB2026-06-04 00:52
87

docker.io/openresty/openresty:1.27.1.2-alpine

linux/arm64 docker.io164.74MB2026-06-10 09:43
49

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

linux/arm64 docker.io402.86MB2026-06-15 15:30
58

docker.io/openresty/openresty:1.31.1.1-1-restyrepo-amd64

linux/amd64 docker.io744.35MB2026-06-25 16:49
62

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

linux/amd64 docker.io355.85MB2026-07-03 22:19
10
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×