docker.io/uusec/openresty-manager:1.2.0 linux/amd64

docker.io/uusec/openresty-manager:1.2.0 - 国内下载镜像源 浏览次数:83

这是一个基于OpenResty的管理镜像,由uusec维护。它提供了一个方便管理和配置OpenResty服务器的环境。

源镜像 docker.io/uusec/openresty-manager:1.2.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.2.0
镜像ID sha256:292cb3b095ca1a0bf24979033741cb5792c7a20f5d7b209d1083eef3f5d1a262
镜像TAG 1.2.0
大小 351.37MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/om/oms
启动入口
工作目录 /opt/om/
OS/平台 linux/amd64
浏览量 83 次
贡献者
镜像创建 2025-05-17T14:32:24.242579449Z
同步时间 2025-05-19 19:32
更新时间 2025-05-30 17:24
开放端口
34567/tcp 443/tcp 80/tcp
环境变量
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 Openresty Manager: org.opencontainers.image.description MIT: org.opencontainers.image.licenses https://github.com/Safe3/openresty-manager: org.opencontainers.image.source openresty-manager: org.opencontainers.image.title v1.1.3: org.opencontainers.image.version https://openresty.org/package/pubkey.gpg: resty_apt_pgp https://openresty.org/package/debian: resty_apt_repo : resty_deb_flavor =1.27.1.2-1~bullseye1: resty_deb_version : resty_fat_deb_flavor =1.27.1.2-1~bullseye1: resty_fat_deb_version openresty/openresty: resty_fat_image_base 1.27.1.2-bullseye-amd64: resty_fat_image_tag debian: resty_image_base bullseye-slim: resty_image_tag

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-17 22:32:24  0.00B 设置默认要执行的命令
CMD ["/opt/om/oms"]
                        
# 2025-05-17 22:32:24  0.00B 设置工作目录为/opt/om/
WORKDIR /opt/om/
                        
# 2025-05-17 22:32:24  0.00B 声明容器运行时监听的端口
EXPOSE map[34567/tcp:{}]
                        
# 2025-05-17 22:32:24  0.00B 声明容器运行时监听的端口
EXPOSE map[443/tcp:{}]
                        
# 2025-05-17 22:32:24  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-05-17 22:32:24  198.63MB 复制新文件或目录到容器中
COPY ./om_amd64 /opt/om # buildkit
                        
# 2025-05-15 17:36:18  0.00B 定义构建参数
ARG TARGETOS=linux TARGETARCH=amd64
                        
# 2025-05-15 17:36:18  3.97MB 执行命令并创建新的镜像层
RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y --reinstall libc-bin     && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends         libmaxminddb0     && DEBIAN_FRONTEND=noninteractive rm -rf /var/lib/apt/lists/*     && mkdir -p /opt # buildkit
                        
# 2025-05-15 17:36:18  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=openresty-manager org.opencontainers.image.version=v1.1.3 org.opencontainers.image.description=Openresty Manager org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/Safe3/openresty-manager
                        
# 2025-04-05 05:23:01  50.27MB 执行命令并创建新的镜像层
RUN |4 RESTY_FAT_IMAGE_BASE=openresty/openresty RESTY_FAT_IMAGE_TAG=1.27.1.2-bullseye-amd64 RESTY_FAT_DEB_FLAVOR= RESTY_FAT_DEB_VERSION==1.27.1.2-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
                        
# 2025-04-05 05:23:01  0.00B 添加元数据标签
LABEL resty_fat_image_tag=1.27.1.2-bullseye-amd64
                        
# 2025-04-05 05:23:01  0.00B 添加元数据标签
LABEL resty_fat_image_base=openresty/openresty
                        
# 2025-04-05 05:23:01  0.00B 添加元数据标签
LABEL resty_fat_deb_version==1.27.1.2-1~bullseye1
                        
# 2025-04-05 05:23:01  0.00B 添加元数据标签
LABEL resty_fat_deb_flavor=
                        
# 2025-04-05 05:23:01  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2025-04-05 05:23:01  0.00B 定义构建参数
ARG RESTY_FAT_DEB_VERSION==1.27.1.2-1~bullseye1
                        
# 2025-04-05 05:23:01  0.00B 定义构建参数
ARG RESTY_FAT_DEB_FLAVOR=
                        
# 2025-04-05 05:23:01  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_TAG=1.27.1.2-bullseye-amd64
                        
# 2025-04-05 05:23:01  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_BASE=openresty/openresty
                        
# 2025-04-05 05:02:15  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-04-05 05:02:15  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2025-04-05 05:02:15  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2025-04-05 05:02:15  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2025-04-05 05:02:15  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-04-05 05:02:15  17.84MB 执行命令并创建新的镜像层
RUN |6 RESTY_DEB_FLAVOR= RESTY_DEB_VERSION==1.27.1.2-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
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_deb_version==1.27.1.2-1~bullseye1
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_image_tag=bullseye-slim
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.27.1.2-1~bullseye1
                        
# 2025-04-05 05:02:15  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2025-04-05 05:02:15  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2025-03-17 08:00:00  80.66MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1742169600'
                        
                    

镜像信息

{
    "Id": "sha256:292cb3b095ca1a0bf24979033741cb5792c7a20f5d7b209d1083eef3f5d1a262",
    "RepoTags": [
        "uusec/openresty-manager:1.2.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.2.0"
    ],
    "RepoDigests": [
        "uusec/openresty-manager@sha256:f39700952eeb0f93a538c12e88392753098edbabca773b83997b15db240a2cd5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager@sha256:8ad685f92e659e0e9e79f9974dfa44a14fe63118191bacf661be009e3bf55235"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-17T14:32:24.242579449Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "34567/tcp": {},
            "443/tcp": {},
            "80/tcp": {}
        },
        "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": [
            "/opt/om/oms"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/om/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "Evan Wies \u003cevan@neomantra.net\u003e",
            "org.opencontainers.image.description": "Openresty Manager",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.source": "https://github.com/Safe3/openresty-manager",
            "org.opencontainers.image.title": "openresty-manager",
            "org.opencontainers.image.version": "v1.1.3",
            "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.2-1~bullseye1",
            "resty_fat_deb_flavor": "",
            "resty_fat_deb_version": "=1.27.1.2-1~bullseye1",
            "resty_fat_image_base": "openresty/openresty",
            "resty_fat_image_tag": "1.27.1.2-bullseye-amd64",
            "resty_image_base": "debian",
            "resty_image_tag": "bullseye-slim"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 351371295,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/81b5d0f80c00b6996f1e226683e49e63a3ee299312bf8ed84524bd151e3665db/diff:/var/lib/docker/overlay2/ddb71aa99efe0be60e057337bba1883cc0f6e052892aabd868daa3c844b58bb8/diff:/var/lib/docker/overlay2/1c67d101009fcb50a883ddb8f6d6108b9682f2df6033a48cd1ab25c11e1ec9cf/diff:/var/lib/docker/overlay2/6562fef21e8194b52170d62a6244934f3d6c70d0ad28220ff5a40a22f0eda5d8/diff:/var/lib/docker/overlay2/63a8733cfdb6e3334730478b68568ea99b4a2af6e5c20dca9cce9fa816aa230d/diff:/var/lib/docker/overlay2/06153a9b15eda8c420a41e13dc021ee2b2d9906fb2933638351e8b700281dce7/diff:/var/lib/docker/overlay2/3c8a9b2f3d933351c5ab81c81df833d20e169f2ee401b6de776c07c571433290/diff",
            "MergedDir": "/var/lib/docker/overlay2/adac2cf0ce97e496d90a9821a78f93cc205bd319c9c8bede77d2008d4889f8d9/merged",
            "UpperDir": "/var/lib/docker/overlay2/adac2cf0ce97e496d90a9821a78f93cc205bd319c9c8bede77d2008d4889f8d9/diff",
            "WorkDir": "/var/lib/docker/overlay2/adac2cf0ce97e496d90a9821a78f93cc205bd319c9c8bede77d2008d4889f8d9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d215e887b4c2504dbfdf905627443999eb9b1bd29109ac636f9a534ff8bc9865",
            "sha256:2d35516b43e49a471da2ca31c1ea6a4375b5eadf1c35922654a7c77aa0565ec5",
            "sha256:b85075074435da169c8aebee33cb96e2a7e0e4a9878d18ea91ed9ad6574e7777",
            "sha256:576968113a0da8e77d0ea5db76a7b6e0c1ad7f887fad41dd34308ce846bc3260",
            "sha256:cb1a86ffc3a8bf3db5947002acd0d72080fd296863894a050b995b1fd747281b",
            "sha256:c91ebd0b28dae8aaaa15295e31a8d586be5cf693cad3504fee2c9d352925de1b",
            "sha256:b429e855dd290d89abeed950075af898eb7da503acaee27d387596c5eeabed56",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-19T19:32:15.660105804+08:00"
    }
}

更多版本

docker.io/uusec/openresty-manager:1.2.0

linux/amd64 docker.io351.37MB2025-05-19 19:32
82

docker.io/uusec/openresty-manager:1.3.0

linux/amd64 docker.io351.40MB2025-05-22 16:17
40