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

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

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

源镜像 docker.io/uusec/openresty-manager:1.3.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.0
镜像ID sha256:981b2c8acd118d026e57409b9d7ea710f7428a97ff4a2e4e8f7eb87dc15a0da1
镜像TAG 1.3.0
大小 351.40MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/om/oms
启动入口
工作目录 /opt/om/
OS/平台 linux/amd64
浏览量 41 次
贡献者
镜像创建 2025-05-21T04:20:38.021277837Z
同步时间 2025-05-22 16:17
更新时间 2025-05-30 20:32
开放端口
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.3.0: 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.3.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.0  docker.io/uusec/openresty-manager:1.3.0

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#uusec/openresty-manager:1.3.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.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.3.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.0  docker.io/uusec/openresty-manager:1.3.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.3.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.0  docker.io/uusec/openresty-manager:1.3.0'

镜像构建历史


# 2025-05-21 12:20:38  0.00B 设置默认要执行的命令
CMD ["/opt/om/oms"]
                        
# 2025-05-21 12:20:38  0.00B 设置工作目录为/opt/om/
WORKDIR /opt/om/
                        
# 2025-05-21 12:20:37  0.00B 声明容器运行时监听的端口
EXPOSE map[34567/tcp:{}]
                        
# 2025-05-21 12:20:37  0.00B 声明容器运行时监听的端口
EXPOSE map[443/tcp:{}]
                        
# 2025-05-21 12:20:37  0.00B 声明容器运行时监听的端口
EXPOSE map[80/tcp:{}]
                        
# 2025-05-21 12:20:37  198.65MB 复制新文件或目录到容器中
COPY ./om_amd64 /opt/om # buildkit
                        
# 2025-05-21 11:21:35  0.00B 定义构建参数
ARG TARGETOS=linux TARGETARCH=amd64
                        
# 2025-05-21 11:21:35  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-21 11:21:35  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=openresty-manager org.opencontainers.image.version=v1.3.0 org.opencontainers.image.description=Openresty Manager org.opencontainers.image.licenses=MIT org.opencontainers.image.source=https://github.com/Safe3/openresty-manager
                        
# 2025-05-20 08:43:46  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-05-20 08:43:46  0.00B 添加元数据标签
LABEL resty_fat_image_tag=1.27.1.2-bullseye-amd64
                        
# 2025-05-20 08:43:46  0.00B 添加元数据标签
LABEL resty_fat_image_base=openresty/openresty
                        
# 2025-05-20 08:43:46  0.00B 添加元数据标签
LABEL resty_fat_deb_version==1.27.1.2-1~bullseye1
                        
# 2025-05-20 08:43:46  0.00B 添加元数据标签
LABEL resty_fat_deb_flavor=
                        
# 2025-05-20 08:43:46  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2025-05-20 08:43:46  0.00B 定义构建参数
ARG RESTY_FAT_DEB_VERSION==1.27.1.2-1~bullseye1
                        
# 2025-05-20 08:43:46  0.00B 定义构建参数
ARG RESTY_FAT_DEB_FLAVOR=
                        
# 2025-05-20 08:43:46  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_TAG=1.27.1.2-bullseye-amd64
                        
# 2025-05-20 08:43:46  0.00B 定义构建参数
ARG RESTY_FAT_IMAGE_BASE=openresty/openresty
                        
# 2025-05-20 08:21:12  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2025-05-20 08:21:12  0.00B 设置默认要执行的命令
CMD ["/usr/bin/openresty" "-g" "daemon off;"]
                        
# 2025-05-20 08:21:12  1.59KB 复制新文件或目录到容器中
COPY nginx.vh.default.conf /etc/nginx/conf.d/default.conf # buildkit
                        
# 2025-05-20 08:21:12  3.02KB 复制新文件或目录到容器中
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf # buildkit
                        
# 2025-05-20 08:21:12  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-05-20 08:21:12  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-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_deb_version==1.27.1.2-1~bullseye1
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_deb_flavor=
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_apt_pgp=https://openresty.org/package/pubkey.gpg
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_apt_repo=https://openresty.org/package/debian
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_image_tag=bullseye-slim
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL resty_image_base=debian
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_IMAGE_TAG=bullseye-slim
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_IMAGE_BASE=debian
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_APT_PGP=https://openresty.org/package/pubkey.gpg
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_APT_REPO=https://openresty.org/package/debian
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_DEB_VERSION==1.27.1.2-1~bullseye1
                        
# 2025-05-20 08:21:12  0.00B 定义构建参数
ARG RESTY_DEB_FLAVOR=
                        
# 2025-05-20 08:21:12  0.00B 添加元数据标签
LABEL maintainer=Evan Wies <evan@neomantra.net>
                        
# 2025-04-28 08:00:00  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1745798400'
                        
                    

镜像信息

{
    "Id": "sha256:981b2c8acd118d026e57409b9d7ea710f7428a97ff4a2e4e8f7eb87dc15a0da1",
    "RepoTags": [
        "uusec/openresty-manager:1.3.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager:1.3.0"
    ],
    "RepoDigests": [
        "uusec/openresty-manager@sha256:e55a8aa2269a484cbfdbecef1dd23dee2271f3d88b14786d401ed4687f9131a4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/uusec/openresty-manager@sha256:04f6a0bde26d3e43cc8f42574356358567aa83f6c3e0c8913484aedfc59871cd"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-21T04:20:38.021277837Z",
    "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.3.0",
            "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": 351404897,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dd7cddabe74e1fb66f7e4fdb22de25ee8b5a6201f7c0527de267ad5011a98293/diff:/var/lib/docker/overlay2/203e3002460ba6ac53ae442e532056105c813e916979f484c860dcdd0cc7ab6f/diff:/var/lib/docker/overlay2/7d313677b261f0d33555c089b298776844cf8a0279c4c80a454193b54369e96f/diff:/var/lib/docker/overlay2/243392166ad4bb8842d25c57e7caccb1cecd41f6cd4c8e8b5c961bb3d1109c19/diff:/var/lib/docker/overlay2/9ac93f00b796e5c640d1e084d5044ed85f0292079c21d2258bb93d74f14a079e/diff:/var/lib/docker/overlay2/0369d83fb6e81239c83172f479fdc5c0226bb9ca4cd95a467890f24552561359/diff:/var/lib/docker/overlay2/57aa9e551a613901dda61688de5d4a6e9a293add6472d23eddadb4377dd8af7b/diff",
            "MergedDir": "/var/lib/docker/overlay2/525495a9bcce049664821e034e3735bbd341087f9b706546212f8b085daa91c5/merged",
            "UpperDir": "/var/lib/docker/overlay2/525495a9bcce049664821e034e3735bbd341087f9b706546212f8b085daa91c5/diff",
            "WorkDir": "/var/lib/docker/overlay2/525495a9bcce049664821e034e3735bbd341087f9b706546212f8b085daa91c5/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a5ba7c7ae3ae6936b4a1bf242ef1467a93625b6ced189b26f355ebd55fbfa11f",
            "sha256:27ba863f142f0ba2f953baee51085654ccd4c25b7abf759d1c943a15372f7b6c",
            "sha256:d6ea9d3bfe6180e5a6dc798dd79d9e1dada1852522b4870f485aea1917ba0f34",
            "sha256:3a5c4520a6d293542e8cb30acbcc39ea6bebdc15f43022d6e7b6cc78426cfa14",
            "sha256:b00d1cd7725ea8760b2667f1b43bcfbfc9be2547d5448e62aabf17538a4ce5fc",
            "sha256:7f5e90784c8ce6af0bfbb50ffd1c10bd79ea9c2481bdce44f67dda476442e561",
            "sha256:919da645c4da6424fd3732e0edb9eb3c6c07b94ff9f43e2e4afda857a5a3f171",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-22T16:17:07.383444831+08:00"
    }
}

更多版本

docker.io/uusec/openresty-manager:1.2.0

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

docker.io/uusec/openresty-manager:1.3.0

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