Overview
- Full name
docker.io/1panel/openresty- Registry
- docker.io
- Namespace
- 1panel
- Repository
- openresty
- Cached tags
- 26
- Last synced
- 07/13/2026, 09:33 AM
Introduction
1Panel 定制 OpenResty 镜像,Nginx+Lua 反向代理与 WAF,1Panel 面板配套 Web 服务器组件,高性能 HTTP 网关。
Details
1panel/openresty 运行 OpenResty(Nginx + LuaJIT),提供高性能反向代理、负载均衡与 Lua 脚本扩展能力,为 1Panel 面板配套。定位为 HTTP 反向代理 Web 服务,需挂载配置与证书;K8s Deployment 内网 API 网关。
快速启动
docker run -d --name openresty \
-p 80:80 -p 443:443 \
-v /data/openresty/conf:/etc/nginx \
docker.io/1panel/openresty:latest
推荐实践
docker run -d --name openresty \
--restart unless-stopped \
-p 80:80 -p 443:443 \
-v /data/openresty/conf:/etc/nginx \
-v /data/openresty/certs:/etc/nginx/certs \
docker.io/1panel/openresty:1.25.0
核心参数说明
-p 80:80 -p 443:443— HTTP/HTTPS 入口-v .../conf:...— Nginx 配置-v .../certs:...— TLS 证书--restart unless-stopped— 网关持续在线
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: openresty
spec:
replicas: 2
selector:
matchLabels:
app: openresty
template:
metadata:
labels:
app: openresty
spec:
containers:
- name: openresty
image: docker.io/1panel/openresty:1.25.0
ports:
- containerPort: 80
- containerPort: 443
volumeMounts:
- name: conf
mountPath: /etc/nginx
- name: certs
mountPath: /etc/nginx/certs
volumes:
- name: conf
configMap:
name: openresty-conf
- name: certs
secret:
secretName: openresty-tls
---
apiVersion: v1
kind: Service
metadata:
name: openresty
spec:
type: LoadBalancer
selector:
app: openresty
ports:
- port: 80
targetPort: 80
- port: 443
targetPort: 443
ConfigMap 管理 upstream;cert-manager 自动签发 TLS。
Latest tags (20)
View all 26 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/1panel/openresty :1.31.1.1-0-noble | linux/amd64linux/arm64 | 2026/06/08 14:10 | 390.4 MB | sha256:df29ff4e725b… | |||
docker.io/1panel/openresty :1.31.1.1-0-noble-arm64 | linux/arm64 | 2026/06/08 14:09 | 384.5 MB | sha256:2e9ba56623df… | |||
docker.io/1panel/openresty :1.31.1.1-0-noble-amd64 | linux/amd64 | 2026/06/08 14:00 | 390.4 MB | sha256:df29ff4e725b… | |||
docker.io/1panel/openresty :1.29.2.5-0-noble | linux/amd64linux/arm64 | 2026/06/03 11:58 | 390.1 MB | sha256:dd65dced37e2… | |||
docker.io/1panel/openresty :1.29.2.5-0-noble-arm64 | linux/arm64 | 2026/06/03 11:57 | 384.2 MB | sha256:cdca720ac01d… | |||
docker.io/1panel/openresty :1.29.2.5-0-noble-amd64 | linux/amd64 | 2026/06/03 11:48 | 390.1 MB | sha256:dd65dced37e2… | |||
docker.io/1panel/openresty :1.29.2.4-0-noble | linux/amd64linux/arm64 | 2026/05/20 15:32 | 389.9 MB | sha256:576dc8df82d3… | |||
docker.io/1panel/openresty :1.27.1.2-5-1-focal | linux/amd64linux/arm64 | 2025/12/15 14:52 | 353.6 MB | sha256:70ceda9495e8… | |||
docker.io/1panel/openresty :1.25.3.2-focal | linux/amd64linux/arm64 | 2025/09/17 10:44 | 250.4 MB | sha256:96f59530274a… | |||
docker.io/1panel/openresty :latest | linux/amd64linux/arm64 | 2025/09/17 10:44 | 250.4 MB | sha256:96f59530274a… | |||
docker.io/1panel/openresty :1.27.1.2-2-3-focal | linux/amd64linux/arm64 | 2025/09/10 14:39 | 349.5 MB | sha256:a477a74795b9… | |||
docker.io/1panel/openresty :1.27.1.2-2-2-focal | linux/amd64linux/arm64 | 2025/08/12 11:23 | 349.2 MB | sha256:c988d530f73f… | |||
docker.io/1panel/openresty :1.27.1.2-2-2focal | linux/amd64linux/arm64 | 2025/08/04 17:19 | 348.7 MB | sha256:27cc34568393… | |||
docker.io/1panel/openresty :1.27.1.2-2-1-focal | linux/amd64linux/arm64 | 2025/07/18 13:57 | 348.7 MB | sha256:4feeab817e8a… | |||
docker.io/1panel/openresty :1.27.1.2-0-2-focal | linux/amd64linux/arm64 | 2025/06/16 16:32 | 348.5 MB | sha256:da86d6c7abb8… | |||
docker.io/1panel/openresty :1.27.1.2-0-1-focal | linux/amd64linux/arm64 | 2025/06/06 15:19 | 348.4 MB | sha256:f17c81dbdd2e… | |||
docker.io/1panel/openresty :1.27.1.1-1-focal | linux/amd64linux/arm64 | 2025/05/08 14:02 | 252.7 MB | sha256:40008940e478… | |||
docker.io/1panel/openresty :1.27.1.1-1-1-focal | linux/amd64linux/arm64 | 2025/01/22 14:58 | 252.7 MB | sha256:e8a06eb255e1… | |||
docker.io/1panel/openresty :1.25.3.2-0-1-focal | linux/amd64linux/arm64 | 2025/01/08 15:59 | 243.8 MB | sha256:e87303864549… | |||
docker.io/1panel/openresty :1.21.4.4-0-1-focal | linux/arm64linux/amd64 | 2024/12/13 14:58 | 222.6 MB | sha256:7c515b98e3c0… |