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

docker.io/openresty/openresty:1.27.1.2-3-rocky - 国内下载镜像源 浏览次数:15 安全受验证的发布者-Openresty
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
源镜像 docker.io/openresty/openresty:1.27.1.2-3-rocky
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky
镜像ID sha256:c9b84dd5c42aebf2776281fa4a39193d732965c298ed7aff6a89ae172a3937e5
镜像TAG 1.27.1.2-3-rocky
大小 373.47MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 15 次
贡献者 97******9@qq.com
镜像创建 2025-07-30T14:44:56.776256654Z
同步时间 2025-08-07 11:56
更新时间 2025-08-07 18:42
环境变量
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 LUA_PATH=/usr/local/openresty/site/lualib/?.ljbc;/usr/local/openresty/site/lualib/?/init.ljbc;/usr/local/openresty/lualib/?.ljbc;/usr/local/openresty/lualib/?/init.ljbc;/usr/local/openresty/site/lualib/?.lua;/usr/local/openresty/site/lualib/?/init.lua;/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua;./?.lua;/usr/local/openresty/luajit/share/luajit-2.1/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;/usr/local/openresty/luajit/share/lua/5.1/?.lua;/usr/local/openresty/luajit/share/lua/5.1/?/init.lua LUA_CPATH=/usr/local/openresty/site/lualib/?.so;/usr/local/openresty/lualib/?.so;./?.so;/usr/local/lib/lua/5.1/?.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so
镜像标签
Evan Wies <evan@neomantra.net>: maintainer rockylinux: resty_image_base 8.5: resty_image_tag 3.12.2: resty_luarocks_version x86_64: resty_rpm_arch el8: resty_rpm_dist : resty_rpm_flavor 1.27.1.2-1: resty_rpm_version https://openresty.org/package/rocky/openresty.repo: resty_yum_repo

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky  docker.io/openresty/openresty:1.27.1.2-3-rocky

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky  docker.io/openresty/openresty:1.27.1.2-3-rocky

Shell快速替换命令

sed -i 's#openresty/openresty:1.27.1.2-3-rocky#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-07-30 22:44:56  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-07-30 22:44:56  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2025-07-30 22:44:56  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2025-07-30 22:44:56  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2025-07-30 22:44:56  0.00B 设置环境变量 LUA_CPATH
ENV LUA_CPATH=/usr/local/openresty/site/lualib/?.so;/usr/local/openresty/lualib/?.so;./?.so;/usr/local/lib/lua/5.1/?.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so
                        
# 2025-07-30 22:44:56  0.00B 设置环境变量 LUA_PATH
ENV LUA_PATH=/usr/local/openresty/site/lualib/?.ljbc;/usr/local/openresty/site/lualib/?/init.ljbc;/usr/local/openresty/lualib/?.ljbc;/usr/local/openresty/lualib/?/init.ljbc;/usr/local/openresty/site/lualib/?.lua;/usr/local/openresty/site/lualib/?/init.lua;/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua;./?.lua;/usr/local/openresty/luajit/share/luajit-2.1/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;/usr/local/openresty/luajit/share/lua/5.1/?.lua;/usr/local/openresty/luajit/share/lua/5.1/?/init.lua
                        
# 2025-07-30 22:44: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
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_J=1
                        
# 2025-07-30 22:44:56  168.83MB 执行命令并创建新的镜像层
RUN |8 RESTY_IMAGE_BASE=rockylinux RESTY_IMAGE_TAG=8.5 RESTY_LUAROCKS_VERSION=3.12.2 RESTY_YUM_REPO=https://openresty.org/package/rocky/openresty.repo RESTY_RPM_FLAVOR= RESTY_RPM_VERSION=1.27.1.2-1 RESTY_RPM_DIST=el8 RESTY_RPM_ARCH=x86_64 /bin/sh -c dnf install -y wget     && wget ${RESTY_YUM_REPO}     && dnf install -y dnf-plugins-core     && dnf config-manager --add-repo ${RESTY_YUM_REPO}     && dnf install -y         gettext         make         openresty${RESTY_RPM_FLAVOR}-${RESTY_RPM_VERSION}.${RESTY_RPM_DIST}.${RESTY_RPM_ARCH}         openresty-opm-${RESTY_RPM_VERSION}.${RESTY_RPM_DIST}         openresty-resty-${RESTY_RPM_VERSION}.${RESTY_RPM_DIST}         tar         unzip         wget     && cd /tmp     && 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     && dnf clean all     && mkdir -p /var/run/openresty     && ln -sf /dev/stdout /usr/local/openresty/nginx/logs/access.log     && ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log # buildkit
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_rpm_arch=x86_64
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_rpm_dist=el8
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_rpm_version=1.27.1.2-1
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_rpm_flavor=
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_yum_repo=https://openresty.org/package/rocky/openresty.repo
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_luarocks_version=3.12.2
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_image_tag=8.5
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL resty_image_base=rockylinux
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_RPM_ARCH=x86_64
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_RPM_DIST=el8
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_RPM_VERSION=1.27.1.2-1
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_RPM_FLAVOR=
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_YUM_REPO=https://openresty.org/package/rocky/openresty.repo
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_LUAROCKS_VERSION=3.12.2
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=8.5
                        
# 2025-07-30 22:44:56  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=rockylinux
                        
# 2025-07-30 22:44:56  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2021-12-16 04:22:37  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2021-12-16 04:22:36  204.64MB 
/bin/sh -c #(nop) ADD file:790b4c6a174560d4701baf59e884e7d07f50f0e193e545d6d5ed1d7390979d1a in / 
                        
                    

镜像信息

{
    "Id": "sha256:c9b84dd5c42aebf2776281fa4a39193d732965c298ed7aff6a89ae172a3937e5",
    "RepoTags": [
        "openresty/openresty:1.27.1.2-3-rocky",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.2-3-rocky"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:90b684fd894bd913048552e84c519a1b67a72916014f036c725a72db74adf30d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:2a0188f7279e99379822d14183863c9390d3975eb3cdde9747ba9209d5af795a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-30T14:44:56.776256654Z",
    "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",
            "LUA_PATH=/usr/local/openresty/site/lualib/?.ljbc;/usr/local/openresty/site/lualib/?/init.ljbc;/usr/local/openresty/lualib/?.ljbc;/usr/local/openresty/lualib/?/init.ljbc;/usr/local/openresty/site/lualib/?.lua;/usr/local/openresty/site/lualib/?/init.lua;/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua;./?.lua;/usr/local/openresty/luajit/share/luajit-2.1/?.lua;/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;/usr/local/openresty/luajit/share/lua/5.1/?.lua;/usr/local/openresty/luajit/share/lua/5.1/?/init.lua",
            "LUA_CPATH=/usr/local/openresty/site/lualib/?.so;/usr/local/openresty/lualib/?.so;./?.so;/usr/local/lib/lua/5.1/?.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so;/usr/local/openresty/luajit/lib/lua/5.1/?.so"
        ],
        "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",
            "resty_image_base": "rockylinux",
            "resty_image_tag": "8.5",
            "resty_luarocks_version": "3.12.2",
            "resty_rpm_arch": "x86_64",
            "resty_rpm_dist": "el8",
            "resty_rpm_flavor": "",
            "resty_rpm_version": "1.27.1.2-1",
            "resty_yum_repo": "https://openresty.org/package/rocky/openresty.repo"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 373474167,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c40ab68bf33bec9c981194c89c1b2a491102cc01d8163715d3a1a401507741ca/diff:/var/lib/docker/overlay2/5957741310ab24e308d7b449b59ad3986ced4919ac5c0b583da127ec6a251af3/diff:/var/lib/docker/overlay2/42898859437e65cb04f8ce7406029d6d03374f03f41cb7dc2da7ff53b2943cab/diff",
            "MergedDir": "/var/lib/docker/overlay2/457e713e1d24f8a0a83fe1d6fb3e2a2c7279e9dcc13e9d9b049ef164f0f0911c/merged",
            "UpperDir": "/var/lib/docker/overlay2/457e713e1d24f8a0a83fe1d6fb3e2a2c7279e9dcc13e9d9b049ef164f0f0911c/diff",
            "WorkDir": "/var/lib/docker/overlay2/457e713e1d24f8a0a83fe1d6fb3e2a2c7279e9dcc13e9d9b049ef164f0f0911c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:65dbea0a4b39709e0a2cc8624fd99478e9f302c0a5661d7676d6d3bd3cb6d181",
            "sha256:8afbfff7ddcbc876cbe677ec0dab8d9d414568e6a97171422d643ead10b8efaf",
            "sha256:9d49ba500c2044e0232e64b94c4fce54a24fd22bb1aba25f26b2556c9e1ad069",
            "sha256:eb720859f0ed6157bdf51118daa515812115fabb8dff1d41cd84aecc44846f9b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-07T11:55:53.645414616+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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

docker.io/openresty/openresty:bullseye-fat

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

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

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

docker.io/openresty/openresty:1.27.1.1-bookworm

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

docker.io/openresty/openresty:1.27.1.1-rocky

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

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

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

docker.io/openresty/openresty:1.27.1.2-alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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