logo
docker.io/openresty/openresty:1.27.1.1-1-bullseye
linux/arm64 docker.io 已验证 · Openresty 请确认架构匹配
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
9
浏览次数
90.12MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64
源镜像
docker.io/openresty/openresty:1.27.1.1-1-bullseye
镜像ID
sha256:78e04a7efce2da52034d9dba098dd462941ebe22057aa724be85244ad596a797
镜像 TAG
1.27.1.1-1-bullseye-linuxarm64
镜像大小
90.12MB
平台架构
linux/arm64
镜像源
docker.io
CMD
/usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台
linux/arm64
镜像创建
2025-01-14T02:37:11.693141238Z
同步时间
2026-09-03 15:38
浏览量
9 次
贡献者
⚙️ 环境变量 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
🏷️ 镜像标签 7
KeyValue
Evan Wies <evan@neomantra.net> maintainer
https://openresty.org/package/pubkey.gpg resty_apt_pgp
https://openresty.org/package/arm64/debian resty_apt_repo
resty_deb_flavor
=1.27.1.1-1~bullseye1 resty_deb_version
debian resty_image_base
bullseye-slim resty_image_tag
🛡️ 镜像安全扫描
debian 11.11 Trivy 2026-09-03 15:38 查看完整报告
132
低危 LOW
143
中危 MEDIUM
50
高危 HIGH
7
严重 CRITICAL
受影响目标 (1)
docker.io/openresty/openresty:1.27.1.1-1-bullseye (debian 11.11) debian

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64  docker.io/openresty/openresty:1.27.1.1-1-bullseye

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#openresty/openresty:1.27.1.1-1-bullseye#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64#' 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.1-1-bullseye-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64  docker.io/openresty/openresty:1.27.1.1-1-bullseye'

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.1-1-bullseye-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64  docker.io/openresty/openresty:1.27.1.1-1-bullseye'

镜像构建历史


# 2025-01-14 10:37:11  0.00B 
/bin/sh -c #(nop)  STOPSIGNAL SIGQUIT
                        
# 2025-01-14 10:37:11  0.00B 
/bin/sh -c #(nop)  CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2025-01-14 10:37:11  1.59KB 
/bin/sh -c #(nop) COPY file:d7611963847fd66f9f2cfe1298464e00834c53c8200eba86edbb6c9f0630e638 in /etc/nginx/conf.d/default.conf 
                        
# 2025-01-14 10:37:11  3.02KB 
/bin/sh -c #(nop) COPY file:d54c89567f62f3999137e993e57ed5f3342a35799004bacc0eae57cfb03d5c97 in /usr/local/openresty/nginx/conf/nginx.conf 
                        
# 2025-01-14 10:37:11  0.00B 
/bin/sh -c #(nop)  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-01-14 10:37:11  15.61MB 
|6 RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg RESTY_APT_REPO=https://openresty.org/package/arm64/debian RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.27.1.1-1~bullseye1 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
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_deb_version==1.27.1.1-1~bullseye1
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_deb_flavor=
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_apt_repo=https://openresty.org/package/arm64/debian
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_image_tag=bullseye-slim
                        
# 2025-01-14 10:36:50  0.00B 
/bin/sh -c #(nop)  LABEL resty_image_base=debian
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_IMAGE_BASE=debian
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_DEB_VERSION==1.27.1.1-1~bullseye1
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  ARG RESTY_DEB_FLAVOR=
                        
# 2025-01-14 10:36:49  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2024-12-23 08:00:00  74.51MB 
# debian.sh --arch 'arm64' out/ 'bullseye' '@1734912000'
                        
                    

镜像信息

{
    "Id": "sha256:78e04a7efce2da52034d9dba098dd462941ebe22057aa724be85244ad596a797",
    "RepoTags": [
        "openresty/openresty:1.27.1.1-1-bullseye",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:1.27.1.1-1-bullseye-linuxarm64"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:42646a381ef9e8b60d99ac9437ffb2f536a24db83eab7d5798e059ea6b01900f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:e40ef9e689f3d66a2fb0a479213f4f386928fed85111d2d6d63ad8912134a12d"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-01-14T02:37:11.693141238Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "27.5.0",
    "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;"
        ],
        "Image": "sha256:1af6165736dde778d03563270034082a8bf8d11c48996396494fe0e46c4ef870",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Evan Wies \u003cevan@neomantra.net\u003e",
            "resty_apt_pgp": "https://openresty.org/package/pubkey.gpg",
            "resty_apt_repo": "https://openresty.org/package/arm64/debian",
            "resty_deb_flavor": "",
            "resty_deb_version": "=1.27.1.1-1~bullseye1",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 90124668,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5d9b896e0735a0e6569206800f38f10429648fa84db159f07e9f974af5790cfd/diff:/var/lib/docker/overlay2/e397b10d433cd7a43b4e0aff5ccb9f463dbc5007cf4bf0f55fa81677f574ab74/diff:/var/lib/docker/overlay2/1e3aecb6afc22b9c77c5c0d3a1847e20851b66abd6a04f6f4011498f2d665f86/diff",
            "MergedDir": "/var/lib/docker/overlay2/c2eca64f0fac614ee41b3a9b11408dd4d350693f8261a856c1bfb66f8692df2b/merged",
            "UpperDir": "/var/lib/docker/overlay2/c2eca64f0fac614ee41b3a9b11408dd4d350693f8261a856c1bfb66f8692df2b/diff",
            "WorkDir": "/var/lib/docker/overlay2/c2eca64f0fac614ee41b3a9b11408dd4d350693f8261a856c1bfb66f8692df2b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ff80ec55a37609daeaf3d3843aa8105f6c6b18984cf42badda290363444bdef3",
            "sha256:8b73f3ed1ec66fdfa1e12b92cc910b79947cfffadaeeafae284a91646d72cc36",
            "sha256:11d333eab22f411406aa157d98183a44801d27873f1fe67e746891d851a15270",
            "sha256:d71604e767029db4821eaa0d6bb03dd06c953f9ded13755e89253c96992946fd"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-03T15:38:25.438085699+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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

docker.io/openresty/openresty:bullseye-fat

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

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

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

docker.io/openresty/openresty:1.27.1.1-bookworm

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

docker.io/openresty/openresty:1.27.1.1-rocky

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

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

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

docker.io/openresty/openresty:1.27.1.2-alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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

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

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

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

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

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

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

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

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

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

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

docker.io/openresty/openresty:alpine

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

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

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

docker.io/openresty/openresty:restyrepo-amd64

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

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

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

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

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

docker.io/openresty/openresty:1.27.1.1-alpine

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

docker.io/openresty/openresty:1.27.1.2-alpine

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

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

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

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

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

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

linux/amd64 docker.io355.85MB2026-07-03 22:19
150

docker.io/openresty/openresty:1.31-alpine-slim

linux/amd64 docker.io56.23MB2026-07-15 15:19
99

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

linux/amd64 docker.io487.49MB2026-08-03 14:03
86

docker.io/openresty/openresty:1.31.1.1-alpine

linux/amd64 docker.io156.19MB2026-08-17 15:19
64

docker.io/openresty/openresty:1.31.1.1-alpine

linux/arm64 docker.io168.81MB2026-08-17 15:20
45

docker.io/openresty/openresty:1.27.1.1-1-bullseye

linux/arm64 docker.io90.12MB2026-09-03 15:38
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×