docker.io/openresty/openresty:latest linux/amd64

docker.io/openresty/openresty:latest - 国内下载镜像源 浏览次数:34 安全受验证的发布者-Openresty

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

🚀 根据 Docker Hub 的信息,这个镜像的描述是: .openresty/openresty: OpenResty 是一个基于 Nginx、Lua 和 MySQL 等技术的全栈 web 服务器解决方案,提供了 HTTP/1.1、WebSockets、gRPC 等协议支持。
源镜像 docker.io/openresty/openresty:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:latest
镜像ID sha256:28b9a04b92e7e3924c1cb72816f8595fb9dd36618cf923df1765e5d4fadbe67d
镜像TAG latest
大小 96.95MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /usr/bin/openresty -g daemon off;
启动入口
工作目录
OS/平台 linux/amd64
浏览量 34 次
贡献者
镜像创建 2024-10-23T12:59:03.088620727Z
同步时间 2024-11-14 17:03
更新时间 2024-11-21 14:17
环境变量
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 debian: resty_image_base bullseye-slim: resty_image_tag
镜像安全扫描 查看Trivy扫描报告

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

低危漏洞:81 中危漏洞:18 高危漏洞:9 严重漏洞:2

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像历史

大小 创建时间 层信息
0.00B 2024-10-23 20:59:03 STOPSIGNAL SIGQUIT
0.00B 2024-10-23 20:59:03 CMD ["/usr/bin/openresty" "-g" "daemon off;"]
1.59KB 2024-10-23 20:59:03 COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
3.02KB 2024-10-23 20:59:03 COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
0.00B 2024-10-23 20:59:03 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
16.31MB 2024-10-23 20:59:03 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
0.00B 2024-10-23 20:59:03 LABEL resty_deb_version==1.27.1.1-1~bullseye1
0.00B 2024-10-23 20:59:03 LABEL resty_deb_flavor=
0.00B 2024-10-23 20:59:03 LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
0.00B 2024-10-23 20:59:03 LABEL resty_apt_repo=https://openresty.org/package/debian
0.00B 2024-10-23 20:59:03 LABEL resty_image_tag=bullseye-slim
0.00B 2024-10-23 20:59:03 LABEL resty_image_base=debian
0.00B 2024-10-23 20:59:03 ARG RESTY_IMAGE_TAG=bullseye-slim
0.00B 2024-10-23 20:59:03 ARG RESTY_IMAGE_BASE=debian
0.00B 2024-10-23 20:59:03 ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
0.00B 2024-10-23 20:59:03 ARG RESTY_APT_REPO=https://openresty.org/package/debian
0.00B 2024-10-23 20:59:03 ARG RESTY_DEB_VERSION==1.27.1.1-1~bullseye1
0.00B 2024-10-23 20:59:03 ARG RESTY_DEB_FLAVOR=
0.00B 2024-10-23 20:59:03 LABEL maintainer=Evan Wies <evan@neomantra.net>
0.00B 2024-10-17 08:20:52 /bin/sh -c #(nop) CMD ["bash"]
80.64MB 2024-10-17 08:20:51 /bin/sh -c #(nop) ADD file:0f6f1b93a8fddd20b36a99cc6cfbe4a03bc7be2adb427f7f8e74a2029c54c8bb in /

镜像信息

{
    "Id": "sha256:28b9a04b92e7e3924c1cb72816f8595fb9dd36618cf923df1765e5d4fadbe67d",
    "RepoTags": [
        "openresty/openresty:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty:latest"
    ],
    "RepoDigests": [
        "openresty/openresty@sha256:bbc8542513c12e719b3a98b860713b63ddb945da9a7ed2ed94a278d12bb118f2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openresty/openresty@sha256:bbc8542513c12e719b3a98b860713b63ddb945da9a7ed2ed94a278d12bb118f2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-23T12:59:03.088620727Z",
    "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_image_base": "debian",
            "resty_image_tag": "bullseye-slim"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 96947382,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d6aca2857b52faf9a57da596b1673e187fda8fdada9215e7f3992fd9f8b79ebe/diff:/var/lib/docker/overlay2/5d267ace513871ed4c3473df588747ca08c69e4a7c8ea34ad432042f8e114c9d/diff:/var/lib/docker/overlay2/1674dd100bbd94bdb637dbb650a7e578029badd353483e7e3d8acfee264cda60/diff",
            "MergedDir": "/var/lib/docker/overlay2/22ed2cf0d968f4ba1784f959691e649539cbbedc795cd5913aed3020dfb96216/merged",
            "UpperDir": "/var/lib/docker/overlay2/22ed2cf0d968f4ba1784f959691e649539cbbedc795cd5913aed3020dfb96216/diff",
            "WorkDir": "/var/lib/docker/overlay2/22ed2cf0d968f4ba1784f959691e649539cbbedc795cd5913aed3020dfb96216/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ceffe60ed7219cc3492bce3afb6877ba708349d497476faa561c63f89decfc5e",
            "sha256:e12dfed668fb664c7ebc5a20280a4411a902958156dbb7ef72b806ff134bc210",
            "sha256:459f70a376d7c9631a01bd02424348c1ce94e413637812e9fd40c7746ee2e273",
            "sha256:7aa369b56c1b99e7ccb534ae98275af3c90b9348863993a60fa95c065e680422"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-14T17:03:07.681945823+08:00"
    }
}

更多版本

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

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

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

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

docker.io/openresty/openresty:1.25.3.2-centos7

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

docker.io/openresty/openresty:latest

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