quay.io/kiali/kiali:v1.72 linux/amd64

quay.io/kiali/kiali:v1.72 - 国内下载镜像源 浏览次数:22

Kiali是一个用于观察和管理 Istio 服务 mesh 的容器镜像。它提供了一个易于使用的 Web 界面来查看和配置 Istio 服务 mesh 的 metrics、logs 和配置。

源镜像 quay.io/kiali/kiali:v1.72
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72
镜像ID sha256:1e54792537c920786318df8e2d7ec52a20a4822c00042076c1dfe7e59a96c116
镜像TAG v1.72
大小 122.36MB
镜像源 quay.io
CMD
启动入口 /opt/kiali/kiali
工作目录 /opt/kiali
OS/平台 linux/amd64
浏览量 22 次
贡献者
镜像创建 2023-08-07T07:26:43.995210884Z
同步时间 2025-03-28 11:35
更新时间 2025-03-31 01:23
环境变量
PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NAME=openssl SUMMARY=OpenSSL Portable Certificate and Signing Container DESCRIPTION=Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers. KIALI_HOME=/opt/kiali
镜像标签
x86_64: architecture 2023-06-23T11:31:40: build-date openssl-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers.: description public: distribution-scope 1.29.0: io.buildah.version Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers.: io.k8s.description openssl: io.k8s.display-name kiali-dev@googlegroups.com: maintainer ubi8/openssl: name 5: release OpenSSL Portable Certificate and Signing Container: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/openssl/images/8.8-5: url b235a4a2db87613dccbd30a0c541495daaff2e2c: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.8: version

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72  quay.io/kiali/kiali:v1.72

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72  quay.io/kiali/kiali:v1.72

Shell快速替换命令

sed -i 's#quay.io/kiali/kiali:v1.72#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72  quay.io/kiali/kiali:v1.72'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72  quay.io/kiali/kiali:v1.72'

镜像构建历史


# 2023-08-07 15:26:43  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/opt/kiali/kiali"]
                        
# 2023-08-07 15:26:43  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2023-08-07 15:26:43  11.71MB 复制新文件或目录到容器中
COPY console/ /opt/kiali/console/ # buildkit
                        
# 2023-08-07 15:26:43  70.67MB 复制新文件或目录到容器中
COPY kiali-amd64 /opt/kiali/kiali # buildkit
                        
# 2023-08-07 15:26:39  0.00B 定义构建参数
ARG TARGETARCH
                        
# 2023-08-07 15:26:39  0.00B 设置工作目录为/opt/kiali
WORKDIR /opt/kiali
                        
# 2023-08-07 15:26:39  0.00B 设置环境变量 KIALI_HOME PATH
ENV KIALI_HOME=/opt/kiali PATH=:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-08-07 15:26:39  577.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo kiali:x:1000:1000:/home/kiali:/sbin/nologin >> /etc/passwd # buildkit
                        
# 2023-08-07 15:26:39  278.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo kiali:x:1000: >> /etc/group # buildkit
                        
# 2023-08-07 15:26:39  0.00B 添加元数据标签
LABEL maintainer=kiali-dev@googlegroups.com
                        
# 2023-06-23 19:34:15  39.98MB 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-06-23T11:31:40" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="b235a4a2db87613dccbd30a0c541495daaff2e2c" "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/openssl/images/8.8-5"
                        
# 2023-06-23 19:34:15  0.00B 
/bin/sh -c #(nop) ADD file:ad87c5b2fb9ba375314c13f5b884329e7226f65fe3e49f5761f3f164c7b79fef in /root/buildinfo/Dockerfile-ubi8-openssl-8.8-5 
                        
# 2023-06-23 19:34:15  0.00B 
/bin/sh -c #(nop) ADD file:8514e1881062f55e8c27a305a486109d2bff9276cbb1e29e07502f425a5a3fcd in /root/buildinfo/content_manifests/openssl-container-8.8-5.json 
                        
# 2023-06-23 19:34:14  0.00B 
/bin/sh -c #(nop) LABEL release=5
                        
# 2023-06-23 19:34:14  0.00B 
/bin/sh -c #(nop) ENTRYPOINT ["/usr/bin/openssl"]
                        
# 2023-06-23 19:34:14  0.00B 
/bin/sh -c #(nop) VOLUME  /keys
                        
# 2023-06-23 19:34:14  0.00B 
/bin/sh -c #(nop) WORKDIR /keys
                        
# 2023-06-23 19:34:14  0.00B 
/bin/sh -c #(nop) COPY dir:d29fce4dbf5e97c301a23a423f85132fd6b81600c7971a49eae176b398a89e4c in / 
                        
# 2023-06-23 19:34:13  0.00B 
/bin/sh -c #(nop) LABEL summary="$SUMMARY"       description="$DESCRIPTION"       version="8.8"       io.k8s.description="$DESCRIPTION"       io.k8s.display-name="$NAME"       name="ubi8/${NAME}"       maintainer="SoftwareCollections.org <sclorg@redhat.com>"       com.redhat.component="${NAME}-container"       com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2023-06-23 19:34:13  0.00B 
/bin/sh -c #(nop) ENV SUMMARY="OpenSSL Portable Certificate and Signing Container"     DESCRIPTION="Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers."
                        
# 2023-06-23 19:34:13  0.00B 
/bin/sh -c #(nop) ENV NAME="openssl"
                        
                    

镜像信息

{
    "Id": "sha256:1e54792537c920786318df8e2d7ec52a20a4822c00042076c1dfe7e59a96c116",
    "RepoTags": [
        "quay.io/kiali/kiali:v1.72",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali:v1.72"
    ],
    "RepoDigests": [
        "quay.io/kiali/kiali@sha256:eef52c76cba3e43dbf94cd241d1126b55e9ad40a6458e95ab8b0797a0e38ab52",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/kiali/kiali@sha256:a3a32b92bd0ca43b4772d936e9c76ccfe6e467a29d2ebca2bd50605bbf02824e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-08-07T07:26:43.995210884Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "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",
            "NAME=openssl",
            "SUMMARY=OpenSSL Portable Certificate and Signing Container",
            "DESCRIPTION=Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers.",
            "KIALI_HOME=/opt/kiali"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": {
            "/keys": {}
        },
        "WorkingDir": "/opt/kiali",
        "Entrypoint": [
            "/opt/kiali/kiali"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-06-23T11:31:40",
            "com.redhat.component": "openssl-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "io.k8s.description": "Container with the openssl binary, giving ability to work with cryptographic keys and certificates needed for web servers.",
            "io.k8s.display-name": "openssl",
            "maintainer": "kiali-dev@googlegroups.com",
            "name": "ubi8/openssl",
            "release": "5",
            "summary": "OpenSSL Portable Certificate and Signing Container",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/openssl/images/8.8-5",
            "vcs-ref": "b235a4a2db87613dccbd30a0c541495daaff2e2c",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 122360324,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/08a8d8e61af436aa68e5f252a657d219d2ecbe7bae744aa3d613d17b89ba0b3f/diff:/var/lib/docker/overlay2/5846d38b3a385eab6d2459e9c3d361cb2dfe74c1a93811b2c3c284b98a229b19/diff:/var/lib/docker/overlay2/a95230f259e9020164945dab130eab2905da9f2de8a7b4e2b63d5f03b6c2c076/diff:/var/lib/docker/overlay2/f091675d7626f3d3b1716620c845055708b9d1d136b5b3bff06f46aee1ac3f32/diff:/var/lib/docker/overlay2/7ad89d948015c6226ce1acea00fd14fea25edea1e99629fb56cd81fda2cd56f9/diff",
            "MergedDir": "/var/lib/docker/overlay2/1bb36d4fc41cb57cc3dfbc1fbb62478756f1c92e51c7a4702fd38b08acdbd299/merged",
            "UpperDir": "/var/lib/docker/overlay2/1bb36d4fc41cb57cc3dfbc1fbb62478756f1c92e51c7a4702fd38b08acdbd299/diff",
            "WorkDir": "/var/lib/docker/overlay2/1bb36d4fc41cb57cc3dfbc1fbb62478756f1c92e51c7a4702fd38b08acdbd299/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7dbe0719ae7ecb047b1136ae9ed22a3cff840b6ce33bdf0934166505297dfe73",
            "sha256:0dfa43e89c3355fdbaa812e8ecf43fd22492776b0b6ea812634b4a6f9731b270",
            "sha256:847ae1e40903241f738ecbba61f840eb70777b066b26b127ded60f621af9423f",
            "sha256:bd410799136b69e438cfab2cd22e5558f0aba6cf672208fb477bad50920ce936",
            "sha256:f72df965ff9ac55c982572b073f27565fc6f14ba44fd703af2995d9379058e53",
            "sha256:47d59dd8437d7a25fe1b7f84ec3e99b69d589c58a25b53199927ab1eb1e208db"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-28T11:35:49.894325701+08:00"
    }
}

更多版本

quay.io/kiali/kiali:v1.76

linux/amd64 quay.io119.35MB2024-08-05 13:31
253

quay.io/kiali/kiali:v1.87

linux/amd64 quay.io129.68MB2024-10-28 15:46
121

quay.io/kiali/kiali-operator:v2.0.0

linux/amd64 quay.io758.42MB2024-10-28 16:09
161

quay.io/kiali/kiali:v2.0.0

linux/amd64 quay.io138.49MB2024-10-28 16:14
152

quay.io/kiali/kiali:v1.59

linux/amd64 quay.io102.42MB2025-03-11 14:08
30

quay.io/kiali/kiali:v1.72

linux/amd64 quay.io122.36MB2025-03-28 11:35
21