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

docker.io/openresty/openresty:bullseye-fat - 国内下载镜像源 浏览次数:68 安全受验证的发布者-Openresty
🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
源镜像 docker.io/openresty/openresty:bullseye-fat
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:bullseye-fat
镜像ID sha256:9f0970a0435726db61bcd050101519b7014925291a6e3423bbeecd3e678d947f
镜像TAG bullseye-fat
大小 154.61MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 68 次
贡献者 16*******8@qq.com
镜像创建 2024-10-23T13:29:55.976991334Z
同步时间 2024-11-22 17:11
更新时间 2025-02-22 02:20
环境变量
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 https://openresty.org/package/pubkey.gpg: resty_apt_pgp https://openresty.org/package/debian: resty_apt_repo : resty_deb_flavor =1.27.1.1-1~bullseye1: resty_deb_version : resty_fat_deb_flavor =1.27.1.1-1~bullseye1: resty_fat_deb_version openresty/openresty: resty_fat_image_base bullseye-amd64: resty_fat_image_tag debian: resty_image_base bullseye-slim: resty_image_tag
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 11.11 扫描引擎: Trivy 扫描时间: 2024-11-22 17:13

低危漏洞:101 中危漏洞:24 高危漏洞:12 严重漏洞:4

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-23 21:29:55  57.66MB 执行命令并创建新的镜像层
RUN |4 RESTY_FAT_IMAGE_BASE=openresty/openresty RESTY_FAT_IMAGE_TAG=bullseye-amd64 RESTY_FAT_DEB_FLAVOR= RESTY_FAT_DEB_VERSION==1.27.1.1-1~bullseye1 /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         openresty-resty${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION}         openresty-opm${RESTY_FAT_DEB_FLAVOR}${RESTY_FAT_DEB_VERSION}     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-10-23 21:29:55  0.00B 添加元数据标签
LABEL resty_fat_image_tag=bullseye-amd64
                        
# 2024-10-23 21:29:55  0.00B 添加元数据标签
LABEL resty_fat_image_base=openresty/openresty
                        
# 2024-10-23 21:29:55  0.00B 添加元数据标签
LABEL resty_fat_deb_version==1.27.1.1-1~bullseye1
                        
# 2024-10-23 21:29:55  0.00B 添加元数据标签
LABEL resty_fat_deb_flavor=
                        
# 2024-10-23 21:29:55  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2024-10-23 21:29:55  0.00B 定义构建参数
ARG RESTY_FAT_DEB_VERSION==1.27.1.1-1~bullseye1
                        
# 2024-10-23 21:29:55  0.00B 定义构建参数
ARG RESTY_FAT_DEB_FLAVOR=
                        
# 2024-10-23 21:29:55  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_TAG=bullseye-amd64
                        
# 2024-10-23 21:29:55  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_BASE=openresty/openresty
                        
# 2024-10-23 20:59:03  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-10-23 20:59:03  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2024-10-23 20:59:03  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2024-10-23 20:59:03  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2024-10-23 20:59:03  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
                        
# 2024-10-23 20:59:03  16.31MB 执行命令并创建新的镜像层
RUN |6 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.27.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
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_deb_version==1.27.1.1-1~bullseye1
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_image_tag=bullseye-slim
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.27.1.1-1~bullseye1
                        
# 2024-10-23 20:59:03  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2024-10-23 20:59:03  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2024-10-17 08:20:52  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-10-17 08:20:51  80.64MB 
/bin/sh -c #(nop) ADD file:0f6f1b93a8fddd20b36a99cc6cfbe4a03bc7be2adb427f7f8e74a2029c54c8bb in / 
                        
                    

镜像信息

{
    "Id": "sha256:9f0970a0435726db61bcd050101519b7014925291a6e3423bbeecd3e678d947f",
    "RepoTags": [
        "openresty/openresty:bullseye-fat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:bullseye-fat"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:e994668180ffbe78bfa5b566ce7d259593fcaba47d0b14bca84f1bf6ecf65081",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:0a4abc2381c5290a3d1fb2373eab9edd95d88f0d2d00e04d8ae0eabb2b7e2f79"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-23T13:29:55.976991334Z",
    "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",
            "resty_apt_pgp": "https://openresty.org/package/pubkey.gpg",
            "resty_apt_repo": "https://openresty.org/package/debian",
            "resty_deb_flavor": "",
            "resty_deb_version": "=1.27.1.1-1~bullseye1",
            "resty_fat_deb_flavor": "",
            "resty_fat_deb_version": "=1.27.1.1-1~bullseye1",
            "resty_fat_image_base": "openresty/openresty",
            "resty_fat_image_tag": "bullseye-amd64",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 154609521,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/22ed2cf0d968f4ba1784f959691e649539cbbedc795cd5913aed3020dfb96216/diff:/var/lib/docker/overlay2/d6aca2857b52faf9a57da596b1673e187fda8fdada9215e7f3992fd9f8b79ebe/diff:/var/lib/docker/overlay2/5d267ace513871ed4c3473df588747ca08c69e4a7c8ea34ad432042f8e114c9d/diff:/var/lib/docker/overlay2/1674dd100bbd94bdb637dbb650a7e578029badd353483e7e3d8acfee264cda60/diff",
            "MergedDir": "/var/lib/docker/overlay2/0615e45b417ad9d90a4be72ce7646fdf3c896566adc21ccaf9c54df11f475ea7/merged",
            "UpperDir": "/var/lib/docker/overlay2/0615e45b417ad9d90a4be72ce7646fdf3c896566adc21ccaf9c54df11f475ea7/diff",
            "WorkDir": "/var/lib/docker/overlay2/0615e45b417ad9d90a4be72ce7646fdf3c896566adc21ccaf9c54df11f475ea7/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ceffe60ed7219cc3492bce3afb6877ba708349d497476faa561c63f89decfc5e",
            "sha256:e12dfed668fb664c7ebc5a20280a4411a902958156dbb7ef72b806ff134bc210",
            "sha256:459f70a376d7c9631a01bd02424348c1ce94e413637812e9fd40c7746ee2e273",
            "sha256:7aa369b56c1b99e7ccb534ae98275af3c90b9348863993a60fa95c065e680422",
            "sha256:446bd5ca44cdcec68342789274c11972185adbf73696f750923475670730a79a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-22T17:11:27.328651202+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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

docker.io/openresty/openresty:bullseye-fat

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

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

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

docker.io/openresty/openresty:1.27.1.1-bookworm

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

docker.io/openresty/openresty:1.27.1.1-rocky

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

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

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