quay.io/jaegertracing/jaeger-operator:1.34.1 linux/amd64

quay.io/jaegertracing/jaeger-operator:1.34.1 - 国内下载镜像源 浏览次数:46
```html

这是一个Jaeger Operator的Docker镜像,用于部署和管理Jaeger分布式追踪系统。它简化了在Kubernetes集群中安装和配置Jaeger的过程,提供了一种声明式的方式来管理Jaeger的各个组件。

```
源镜像 quay.io/jaegertracing/jaeger-operator:1.34.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1
镜像ID sha256:d85a50c009fc9d3689710a430163ed74ecab903bd62cbfbd38b8e80c16400bf9
镜像TAG 1.34.1
大小 275.47MB
镜像源 quay.io
CMD
启动入口 /jaeger-operator
工作目录 /
OS/平台 linux/amd64
浏览量 46 次
贡献者 dj*5@foxmail.com
镜像创建 2022-05-24T20:47:26.73670874Z
同步时间 2024-12-25 23:43
更新时间 2025-02-17 01:49
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci USER_UID=1001 USER_NAME=jaeger-operator
镜像标签
x86_64: architecture 2022-05-03T08:36:31.336870: build-date cpt-1002.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host 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 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 754: 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-754: url f1ee6e37554363ec55e0035aba1a693d3627fdeb: vcs-ref git: vcs-type Red Hat, Inc.: vendor 8.6: version
镜像安全扫描 查看Trivy扫描报告

系统OS: redhat 8.6 扫描引擎: Trivy 扫描时间: 2024-12-25 23:44

低危漏洞:212 中危漏洞:248 高危漏洞:73 严重漏洞:3

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1  quay.io/jaegertracing/jaeger-operator:1.34.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1  quay.io/jaegertracing/jaeger-operator:1.34.1

Shell快速替换命令

sed -i 's#quay.io/jaegertracing/jaeger-operator:1.34.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1  quay.io/jaegertracing/jaeger-operator:1.34.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1  quay.io/jaegertracing/jaeger-operator:1.34.1'

镜像构建历史


# 2022-05-25 04:47:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/jaeger-operator"]
                        
# 2022-05-25 04:47:26  0.00B 指定运行容器时使用的用户
USER 1001:1001
                        
# 2022-05-25 04:47:26  8.88KB 复制新文件或目录到容器中
COPY scripts/cert_generation.sh scripts/cert_generation.sh # buildkit
                        
# 2022-05-25 04:47:26  53.02MB 复制新文件或目录到容器中
COPY /workspace/jaeger-operator . # buildkit
                        
# 2022-05-25 04:41:54  0.00B 设置工作目录为/
WORKDIR /
                        
# 2022-05-25 04:41:54  15.83MB 执行命令并创建新的镜像层
RUN /bin/sh -c INSTALL_PKGS="openssl" &&     yum install -y $INSTALL_PKGS &&     rpm -V $INSTALL_PKGS &&     yum clean all &&     mkdir /tmp/_working_dir &&     chmod og+w /tmp/_working_dir # buildkit
                        
# 2022-05-25 04:41:54  0.00B 设置环境变量 USER_UID USER_NAME
ENV USER_UID=1001 USER_NAME=jaeger-operator
                        
# 2022-05-03 16:39:27  4.72KB 

                        
# 2022-05-03 16:38:31  206.60MB 

                        
                    

镜像信息

{
    "Id": "sha256:d85a50c009fc9d3689710a430163ed74ecab903bd62cbfbd38b8e80c16400bf9",
    "RepoTags": [
        "quay.io/jaegertracing/jaeger-operator:1.34.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator:1.34.1"
    ],
    "RepoDigests": [
        "quay.io/jaegertracing/jaeger-operator@sha256:0c416f190a9548cb16d85388b9cebc8cc3f460a58bc6b10b876462c4bd05d4db",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/jaegertracing/jaeger-operator@sha256:182afbd3b5d1dc15a59a8f360876bfacdf93554b281e9e22176809545bef0b44"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2022-05-24T20:47:26.73670874Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001:1001",
        "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",
            "container=oci",
            "USER_UID=1001",
            "USER_NAME=jaeger-operator"
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/jaeger-operator"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2022-05-03T08:36:31.336870",
            "com.redhat.build-host": "cpt-1002.osbs.prod.upshift.rdu2.redhat.com",
            "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.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": "754",
            "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-754",
            "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "8.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 275468727,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/71c04f29970d2154f7d3263a71b34cc661321e1dec783abadbc33dbdb06b8bcb/diff:/var/lib/docker/overlay2/756edeb4587da858e00166cc18c939b9365a61262d66ced34da0720e69840d61/diff:/var/lib/docker/overlay2/da999a8c4161362104b8f9b4c43097ce94af06919fdc079a94c1d01722bdd141/diff:/var/lib/docker/overlay2/1ebd52895da3cf03984758ed4c8dc062eb92788bf29b3adabe94b623e7abc4f8/diff",
            "MergedDir": "/var/lib/docker/overlay2/b555d5fb884e6836b1df764e7ab2e4a52b989fb900c1203b303c610a586fcf71/merged",
            "UpperDir": "/var/lib/docker/overlay2/b555d5fb884e6836b1df764e7ab2e4a52b989fb900c1203b303c610a586fcf71/diff",
            "WorkDir": "/var/lib/docker/overlay2/b555d5fb884e6836b1df764e7ab2e4a52b989fb900c1203b303c610a586fcf71/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5bf135c4a0de07e52c11282c0954e3e6b7c7ddc6c8834a7fd2803c3dc6a31a69",
            "sha256:773711fd02f009e3bc5f9e2b1e859bf2103ba7318b3eb73390490afb3a3a8848",
            "sha256:7e2ce75ed433bf7c87a647c622631591b357dd5cb471085da61f89f0b54add95",
            "sha256:d7c40ce7c854dd9c4582c0fee34e70c8714ccf3b8a940d703ff56229e49886df",
            "sha256:55d51554b2b039537eaaf9ed3adcb8df64fa90c3b7ffa04b2f5382f948c14670"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-25T23:43:17.690730975+08:00"
    }
}

更多版本

quay.io/jaegertracing/jaeger-operator:1.34.1

linux/amd64 quay.io275.47MB2024-12-25 23:43
45