docker.io/apache/apisix:3.11.0-redhat linux/amd64

docker.io/apache/apisix:3.11.0-redhat - 国内下载镜像源 浏览次数:17 安全受验证的发布者-apache

Apache APISIX

Apache APISix 是一个基于 Apache APACHE APACHE 的API网关实现,它提供了丰富的 API 网关功能,如路由、安全认证、监控等,可以帮助开发者快速构建和部署API接口。

源镜像 docker.io/apache/apisix:3.11.0-redhat
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat
镜像ID sha256:515f6f9a8920c99ba02b1a155d68ba8efe93ffeaaebc8b21eca10a30f1caebdf
镜像TAG 3.11.0-redhat
大小 692.13MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD docker-start
启动入口 /docker-entrypoint.sh
工作目录 /usr/local/apisix
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2024-10-18T03:21:38.325211068Z
同步时间 2025-05-14 14:59
更新时间 2025-05-17 02:08
开放端口
9080/tcp 9443/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 container=oci
镜像标签
3.11.0: apisix_version x86_64: architecture 2022-10-26T11:06:57: build-date ubi8-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.26.2: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 8: io.k8s.display-name : io.openshift.expose-services base rhel8: io.openshift.tags Red Hat, Inc.: maintainer ubi8: name 990: release Provides the latest release of Red Hat Universal Base Image 8.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990: url f1ee6e37554363ec55e0035aba1a693d3627fdeb: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat  docker.io/apache/apisix:3.11.0-redhat

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat  docker.io/apache/apisix:3.11.0-redhat

Shell快速替换命令

sed -i 's#apache/apisix:3.11.0-redhat#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat  docker.io/apache/apisix:3.11.0-redhat'

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-10-18 11:21:38  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGQUIT
                        
# 2024-10-18 11:21:38  0.00B 设置默认要执行的命令
CMD ["docker-start"]
                        
# 2024-10-18 11:21:38  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/docker-entrypoint.sh"]
                        
# 2024-10-18 11:21:38  2.38KB 复制新文件或目录到容器中
COPY ./docker-entrypoint.sh /docker-entrypoint.sh # buildkit
                        
# 2024-10-18 11:21:38  0.00B 声明容器运行时监听的端口
EXPOSE map[9080/tcp:{} 9443/tcp:{}]
                        
# 2024-10-18 11:21:38  22.00B 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /bin/sh -c ln -sf /dev/stdout /usr/local/apisix/logs/access.log     && ln -sf /dev/stderr /usr/local/apisix/logs/error.log     && rm /usr/local/openresty/bin/etcdctl # buildkit
                        
# 2024-10-18 11:21:38  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-18 11:21:38  0.00B 设置工作目录为/usr/local/apisix
WORKDIR /usr/local/apisix
                        
# 2024-10-18 11:21:38  37.79MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /bin/sh -c chmod +x /install-brotli.sh     && cd / && ./install-brotli.sh && rm -rf /install-brotli.sh # buildkit
                        
# 2024-10-18 11:17:49  1.09KB 复制新文件或目录到容器中
COPY ./install-brotli.sh /install-brotli.sh # buildkit
                        
# 2024-10-18 11:17:48  447.03MB 执行命令并创建新的镜像层
RUN |1 APISIX_VERSION=3.11.0 /bin/sh -c yum update -y 	&& yum install -y apisix-${APISIX_VERSION} wget	&& yum clean all 	&& sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs # buildkit
                        
# 2024-10-18 11:16:22  267.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo # buildkit
                        
# 2024-10-18 11:16:22  245.00B 复制新文件或目录到容器中
COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo # buildkit
                        
# 2024-10-18 11:16:22  0.00B 添加元数据标签
LABEL apisix_version=3.11.0
                        
# 2024-10-18 11:16:22  0.00B 定义构建参数
ARG APISIX_VERSION=3.11.0
                        
# 2022-10-26 19:23:27  207.30MB 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2022-10-26 19:23:24  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-fb050.repo' '/etc/yum.repos.d/repo-f8884.repo'
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2022-10-26T11:06:57" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="f1ee6e37554363ec55e0035aba1a693d3627fdeb" "io.k8s.description"="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990"
                        
# 2022-10-26 19:23:17  0.00B 
/bin/sh -c #(nop) ADD file:96914ab019b8f465c9a012e264ec0317e4ea9eb3cdbac3d7bcb66c804e0e6496 in /root/buildinfo/Dockerfile-ubi8-8.6-990 
                        
# 2022-10-26 19:23:16  0.00B 
/bin/sh -c #(nop) ADD file:db7f66ec8925d4aac11df37936414a007ebb3a316c1f182ca52b3f3f2069fd64 in /root/buildinfo/content_manifests/ubi8-container-8.6-990.json 
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c #(nop) LABEL release=990
                        
# 2022-10-26 19:23:15  0.00B 
/bin/sh -c mkdir -p /var/log/rhsm
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.6"
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2022-10-26 19:23:13  0.00B 
/bin/sh -c #(nop) ADD multi:dbec71de18a2707b009c84015e6d4bb973e07dafb6c08455831fdc2540443b2c in /etc/yum.repos.d/ 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:214c1de395c24e4a86ef9a706069ef30a9e804c63f851c37c35655e16fea3ced in /tmp/tls-ca-bundle.pem 
                        
# 2022-10-26 19:23:12  0.00B 
/bin/sh -c #(nop) ADD file:63123fc1a5488771177a28f78764ec9675cb5b5691f4f1ec301b9c64aa52aa94 in / 
                        
                    

镜像信息

{
    "Id": "sha256:515f6f9a8920c99ba02b1a155d68ba8efe93ffeaaebc8b21eca10a30f1caebdf",
    "RepoTags": [
        "apache/apisix:3.11.0-redhat",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix:3.11.0-redhat"
    ],
    "RepoDigests": [
        "apache/apisix@sha256:d3c86dc739ade96bdcd0acaee0ab36b846a3ea2ce21ecf78c897d15500d19db0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/apache/apisix@sha256:7fd006de7cc723e7a2916c84e6124e21e3f3670ae500118818fb3b295080bf76"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-18T03:21:38.325211068Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9080/tcp": {},
            "9443/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",
            "container=oci"
        ],
        "Cmd": [
            "docker-start"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/local/apisix",
        "Entrypoint": [
            "/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "apisix_version": "3.11.0",
            "architecture": "x86_64",
            "build-date": "2022-10-26T11:06:57",
            "com.redhat.component": "ubi8-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.26.2",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel8",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi8",
            "release": "990",
            "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-990",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.6"
        },
        "StopSignal": "SIGQUIT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 692125551,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c1c26a3cded65298076eeabed05bab826658471eb1f8de83dc5841846f7881d0/diff:/var/lib/docker/overlay2/854f157a47fc36835c22dba1bcbcc8e1c62cd1d21c40b6f8aa0ebfd30f13a1fe/diff:/var/lib/docker/overlay2/157551e8cc17f33c48afe5be1b7b6bf5adc785169fca468176040678fa5ef3e8/diff:/var/lib/docker/overlay2/b11cbe180b97b031e69d2df094b7c704f351bea3b4fbdb7cf6e854ca5eed0227/diff:/var/lib/docker/overlay2/c6fbfbd95b76d852ed0e30d5254f15ef89b1a8f820195c34acee542cc04ad0c6/diff:/var/lib/docker/overlay2/09e4d8cb58a9b916273909cf67bcdcf689a74980e1eda47087f6bf4fa9bfad00/diff:/var/lib/docker/overlay2/8a9e83baf51f29e4a72c2e624cdbf2ed3bc3a5478294a70e764bd9ae54722d0a/diff:/var/lib/docker/overlay2/ae64dbe0c9b2621fba260058ecb57faa642c3895109a6c9b5f9c57c3e669ebcf/diff",
            "MergedDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/merged",
            "UpperDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/diff",
            "WorkDir": "/var/lib/docker/overlay2/69f1fa75398aae25de925add42de84917c1d15e9cb81eafcdca10fd5bb29606d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b4e347eee7c876da2779518fb5010b891a329a5075a04508e6adaaa51ce306b6",
            "sha256:c5bad2ae76834dc247e62182eec3960ae00218e415dbfcd73863828456e1dbbe",
            "sha256:603dc067c89b7d7b7352346e50d1b6b3f66950e9d30670519b3ca754996d77d4",
            "sha256:613670cc2ac06d339eb84a364c0d2f90942daad59519b47db71da6f95a95d014",
            "sha256:cb95c45a31ac664c78f1b209dce2927d28ae6a46a13cb84d6cf06518f026ad71",
            "sha256:cf69711626d6fef0f7e84121b3319ca1aed1079bb6d10e166935b0b7b14c7300",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:866d628fbe974504004f1f3432e1729e7346ed7f19608bee4734362a59756e55",
            "sha256:662a4498d76c7872373c770828336382d70118103db9156edf319f8cf4823829"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-14T14:59:02.418183673+08:00"
    }
}

更多版本

docker.io/apache/apisix-ingress-controller:1.6.0

linux/amd64 docker.io69.58MB2024-06-28 01:13
261

docker.io/apache/apisix-ingress-controller:1.8.0

linux/amd64 docker.io76.98MB2024-06-28 01:14
344

docker.io/apache/apisix-dashboard:3.0.0-alpine

linux/amd64 docker.io134.19MB2024-06-28 01:15
459

docker.io/apache/apisix:3.9.1-debian

linux/amd64 docker.io324.84MB2024-07-02 14:34
366

docker.io/apache/apisix-ingress-controller:1.4.1

linux/amd64 docker.io64.41MB2024-08-07 16:45
254

docker.io/apache/apisix-dashboard:2.9.0

linux/amd64 docker.io109.05MB2024-08-30 15:31
217

docker.io/apache/apisix:latest

linux/amd64 docker.io324.84MB2024-09-02 22:46
275

docker.io/apache/apisix:latest

linux/arm64 docker.io317.11MB2024-09-09 13:26
242

docker.io/apache/apisix:3.10.0-debian

linux/arm64 docker.io317.11MB2024-09-09 13:44
216

docker.io/apache/apisix-dashboard:3.0.1-centos

linux/arm64 docker.io398.94MB2024-09-25 10:29
229

docker.io/apache/apisix-dashboard:latest

linux/arm64 docker.io398.94MB2024-09-25 10:30
251

docker.io/apache/apisix-ingress-controller:1.7.0

linux/amd64 docker.io83.41MB2024-10-31 16:02
144

docker.io/apache/apisix:3.2.2-centos

linux/amd64 docker.io439.14MB2024-10-31 16:10
208

docker.io/apache/apisix:3.10.0-debian

linux/amd64 docker.io324.23MB2024-12-04 11:56
90

docker.io/apache/apisix:2.15.3-centos

linux/amd64 docker.io438.56MB2024-12-13 00:22
115

docker.io/apache/apisix-dashboard:2.13-centos

linux/amd64 docker.io335.08MB2024-12-13 03:40
151

docker.io/apache/apisix-dashboard:2.15.1-centos

linux/amd64 docker.io359.74MB2024-12-13 03:42
156

docker.io/apache/apisix:3.11.0-debian

linux/amd64 docker.io387.79MB2024-12-13 17:24
221

docker.io/apache/apisix-dashboard:3.0.1-alpine

linux/amd64 docker.io135.56MB2024-12-20 15:04
178

docker.io/apache/apisix-dashboard:latest

linux/amd64 docker.io359.78MB2025-02-19 18:36
88

docker.io/apache/apisix:3.12.0-debian

linux/amd64 docker.io387.47MB2025-04-16 18:16
59

docker.io/apache/apisix:3.6.0-debian

linux/amd64 docker.io285.86MB2025-04-25 16:08
43

docker.io/apache/apisix:3.8.0-debian

linux/amd64 docker.io320.29MB2025-04-28 11:37
38

docker.io/apache/apisix-ingress-controller:1.7.1

linux/amd64 docker.io517.47MB2025-04-28 12:00
46

docker.io/apache/apisix-ingress-controller:1.8.4

linux/amd64 docker.io77.13MB2025-05-03 21:03
37

docker.io/apache/apisix-ingress-controller:1.8.4

linux/arm64 docker.io74.19MB2025-05-03 21:06
30

docker.io/apache/apisix:3.12.0-debian

linux/arm64 docker.io382.93MB2025-05-03 22:00
43

docker.io/apache/apisix:3.11.0-redhat

linux/amd64 docker.io692.13MB2025-05-14 14:59
16

docker.io/apache/apisix:3.9.1-redhat

linux/amd64 docker.io656.94MB2025-05-14 15:05
15