docker.io/bkci/openresty:0.0.2 linux/amd64

docker.io/bkci/openresty:0.0.2 - 国内下载镜像源 浏览次数:14

docker.io/bkci/openresty是蓝盾(BKCI)平台使用的OpenResty镜像,OpenResty是基于Nginx与Lua的高性能Web平台,该镜像集成了相关组件与配置,用于支撑蓝盾持续集成/持续部署平台的Web服务、反向代理、API网关等功能,可通过Lua脚本实现动态请求处理、业务逻辑扩展等需求,是蓝盾平台架构中的重要组件之一。

源镜像 docker.io/bkci/openresty:0.0.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bkci/openresty:0.0.2
镜像ID sha256:7ef235ded38f50da0f117c40a5c0657f0a5c999e228f9b314612df3693ef46d8
镜像TAG 0.0.2
大小 498.05MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2024-12-13T14:33:40.648429368+08:00
同步时间 2026-03-18 14:07
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 INSTALL_PATH=/data/tmp/installfiles
镜像标签
Tencent BlueKing Devops: maintainer 20201113: org.label-schema.build-date GPLv2: org.label-schema.license CentOS Base Image: org.label-schema.name 1.0: org.label-schema.schema-version CentOS: org.label-schema.vendor 2020-11-13 00:00:00+00:00: org.opencontainers.image.created GPL-2.0-only: org.opencontainers.image.licenses CentOS Base Image: org.opencontainers.image.title CentOS: org.opencontainers.image.vendor

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-12-13 14:33:40  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c rm -rf ${INSTALL_PATH} # buildkit
                        
# 2024-12-13 14:33:40  35.70MB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod 775 ${INSTALL_PATH}/*.rpm &&    rpm -ivh ${INSTALL_PATH}/openresty-zlib-1.2.11-3.el7.centos.x86_64.rpm --replacefiles &&    rpm -ivh ${INSTALL_PATH}/openresty-pcre-8.44-1.el7.x86_64.rpm --replacefiles &&    rpm -ivh ${INSTALL_PATH}/openresty-openssl111-1.1.1w-1.el7.x86_64.rpm --replacefiles &&    rpm -ivh ${INSTALL_PATH}/openresty-1.19.9.1-1.el7.x86_64.rpm --replacefiles # buildkit
                        
# 2024-12-13 14:33:39  3.00MB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p ${INSTALL_PATH} &&    wget https://openresty.org/package/centos/7/x86_64/openresty-zlib-1.2.11-3.el7.centos.x86_64.rpm -P ${INSTALL_PATH} &&    wget https://openresty.org/package/centos/7/x86_64/openresty-pcre-8.44-1.el7.x86_64.rpm -P ${INSTALL_PATH} &&    wget https://openresty.org/package/centos/7/x86_64/openresty-openssl111-1.1.1w-1.el7.x86_64.rpm -P ${INSTALL_PATH} &&    wget https://openresty.org/package/centos/7/x86_64/openresty-1.19.9.1-1.el7.x86_64.rpm -P ${INSTALL_PATH} # buildkit
                        
# 2024-12-13 14:33:39  0.00B 设置环境变量 INSTALL_PATH
ENV INSTALL_PATH=/data/tmp/installfiles
                        
# 2024-12-13 14:33:39  0.00B 添加元数据标签
LABEL maintainer=Tencent BlueKing Devops
                        
# 2023-02-15 20:03:50  255.40MB 
/bin/sh -c yum install -y procps &&     yum install -y vi &&     yum install -y vim &&     yum install -y less &&     yum install -y wget &&     yum install -y lrzsz
                        
# 2023-02-15 20:03:19  275.00B 
/bin/sh -c ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&    echo 'alias ls="ls --color=auto"' >> ~/.bashrc &&    echo 'alias ll="ls -l"' >> ~/.bashrc &&    echo 'alias tailf="tail -f"' >> ~/.bashrc
                        
# 2023-02-15 20:03:18  0.00B 
/bin/sh -c #(nop)  ENV LANG=en_US.UTF-8
                        
# 2022-11-11 15:58:38  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Tencent BlueKing Devops
                        
# 2021-09-16 02:20:23  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2021-09-16 02:20:23  0.00B 
/bin/sh -c #(nop)  LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20201113 org.opencontainers.image.title=CentOS Base Image org.opencontainers.image.vendor=CentOS org.opencontainers.image.licenses=GPL-2.0-only org.opencontainers.image.created=2020-11-13 00:00:00+00:00
                        
# 2021-09-16 02:20:23  203.94MB 
/bin/sh -c #(nop) ADD file:b3ebbe8bd304723d43b7b44a6d990cd657b63d93d6a2a9293983a30bfc1dfa53 in / 
                        
                    

镜像信息

{
    "Id": "sha256:7ef235ded38f50da0f117c40a5c0657f0a5c999e228f9b314612df3693ef46d8",
    "RepoTags": [
        "bkci/openresty:0.0.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bkci/openresty:0.0.2"
    ],
    "RepoDigests": [
        "bkci/openresty@sha256:276c1be235b469d07d629cacf942c6023a65e48f4bd231523a3a0224ce5297a8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bkci/openresty@sha256:276c1be235b469d07d629cacf942c6023a65e48f4bd231523a3a0224ce5297a8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-13T14:33:40.648429368+08:00",
    "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",
            "LANG=en_US.UTF-8",
            "INSTALL_PATH=/data/tmp/installfiles"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "maintainer": "Tencent BlueKing Devops",
            "org.label-schema.build-date": "20201113",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "org.opencontainers.image.created": "2020-11-13 00:00:00+00:00",
            "org.opencontainers.image.licenses": "GPL-2.0-only",
            "org.opencontainers.image.title": "CentOS Base Image",
            "org.opencontainers.image.vendor": "CentOS"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 498045809,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a4034869a7647b888de51fb5a0222ffe21366364f0f2070acb6cfacecf16b61c/diff:/var/lib/docker/overlay2/13568f2e1a54ca3bd93e0a69f96882116a123bf0eaf60a4befa8815f667ced7d/diff:/var/lib/docker/overlay2/c307ae0f38776e9c17e819c38472c700e93968a909a1585a31b7d7ffbef972c7/diff:/var/lib/docker/overlay2/892da50beefdbc96ad010e71f1207d71556aa674590785ef8e59c8786bdae9d7/diff:/var/lib/docker/overlay2/692da34b0adf8e76ec1429e511d7b5e5a156d70cc12c2f28c5c93f71aa30f6fb/diff",
            "MergedDir": "/var/lib/docker/overlay2/aa3f35dad49c7e393bfd5f3d69ac8faa56dcfdaa68f36980475d460d6d558914/merged",
            "UpperDir": "/var/lib/docker/overlay2/aa3f35dad49c7e393bfd5f3d69ac8faa56dcfdaa68f36980475d460d6d558914/diff",
            "WorkDir": "/var/lib/docker/overlay2/aa3f35dad49c7e393bfd5f3d69ac8faa56dcfdaa68f36980475d460d6d558914/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02",
            "sha256:fabc43b79047d2bf9c9d47ad447adbb0fea17dc8fcef4c8357d3d702499bf57a",
            "sha256:64abc45811f6009d5ff7a2255af04aac3f80b81d764343548510725033876080",
            "sha256:eda36cea161a99910d6559aecdb75fde90641dc5dac21e0dedde0458b78cb48a",
            "sha256:607601334202e700cd5c845a83a4a2d0a1a4ced875c0429da08727b17ce45ad1",
            "sha256:e46f7bc68515558350513fa8ebdf344de1480ffafb5bd3a38aaf38fa74865f4e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-18T14:07:22.340231871+08:00"
    }
}

更多版本

docker.io/bkci/openresty:0.0.2

linux/amd64 docker.io498.05MB2026-03-18 14:07
13