ghcr.io/grafana/alloy-operator:1.5.2 linux/amd64

ghcr.io/grafana/alloy-operator:1.5.2 - 国内下载镜像源 浏览次数:12

Grafana Alloy Operator是一个Kubernetes Operator,用于简化在Kubernetes集群中部署、管理和运维Grafana Alloy实例的过程,帮助用户自动化处理Alloy的安装、配置更新、扩缩容以及故障恢复等任务,以实现可观测性数据的高效收集与处理。

源镜像 ghcr.io/grafana/alloy-operator:1.5.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2
镜像ID sha256:3ef906e69a0eac041c4c26264b30f93b5496bd452fd337268eab331240bc3027
镜像TAG 1.5.2
大小 211.88MB
镜像源 ghcr.io
CMD
启动入口 /usr/local/bin/helm-operator run --watches-file=./watches.yaml
工作目录 /opt/helm
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2026-01-12T17:35:55.774384967Z
同步时间 2026-01-28 19:56
更新时间 2026-01-29 09:47
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci HOME=/opt/helm USER_NAME=helm USER_UID=1001
镜像标签
x86_64: architecture 2025-10-15T08:06:12Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.41.4: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 9 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9/ubi-minimal: name Alloy Operator container image: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses d1b15a34ce69ea214e1d32f1f501304f6b8b8c59: org.opencontainers.image.revision https://github.com/grafana/alloy-operator: org.opencontainers.image.source 1760515502: release Provides the latest release of the minimal Red Hat Universal Base Image 9.: summary https://catalog.redhat.com/en/search?searchType=containers: url d1b15a34ce69ea214e1d32f1f501304f6b8b8c59: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2  ghcr.io/grafana/alloy-operator:1.5.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2  ghcr.io/grafana/alloy-operator:1.5.2

Shell快速替换命令

sed -i 's#ghcr.io/grafana/alloy-operator:1.5.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2  ghcr.io/grafana/alloy-operator:1.5.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2  ghcr.io/grafana/alloy-operator:1.5.2'

镜像构建历史


# 2026-01-13 01:35:55  0.00B 设置工作目录为/opt/helm
WORKDIR /opt/helm
                        
# 2026-01-13 01:35:55  101.80KB 复制新文件或目录到容器中
COPY helm-charts /opt/helm/helm-charts # buildkit
                        
# 2025-11-26 06:14:45  190.00B 复制新文件或目录到容器中
COPY watches.yaml /opt/helm/watches.yaml # buildkit
                        
# 2025-11-26 06:14:45  0.00B 设置环境变量 HOME
ENV HOME=/opt/helm
                        
# 2025-11-26 06:14:45  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=Apache-2.0
                        
# 2025-11-26 06:14:45  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=Alloy Operator container image
                        
# 2025-11-26 06:14:45  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/grafana/alloy-operator
                        
# 2025-11-13 22:32:57  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/helm-operator" "run" "--watches-file=./watches.yaml"]
                        
# 2025-11-13 22:32:57  107.39MB 复制新文件或目录到容器中
COPY /workspace/build/helm-operator /usr/local/bin/helm-operator # buildkit
                        
# 2025-11-13 22:26:26  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2025-11-13 22:26:26  0.00B 设置工作目录为/opt/helm
WORKDIR /opt/helm
                        
# 2025-11-13 22:26:26  581.00B 执行命令并创建新的镜像层
RUN /bin/sh -c echo "${USER_NAME}:x:${USER_UID}:0:${USER_NAME} user:${HOME}:/sbin/nologin" >> /etc/passwd # buildkit
                        
# 2025-11-13 22:26:26  0.00B 设置环境变量 HOME USER_NAME USER_UID
ENV HOME=/opt/helm USER_NAME=helm USER_UID=1001
                        
# 2025-10-15 16:06:35  104.40MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="d1b15a34ce69ea214e1d32f1f501304f6b8b8c59" "org.opencontainers.image.revision"="d1b15a34ce69ea214e1d32f1f501304f6b8b8c59" "build-date"="2025-10-15T08:06:12Z" "release"="1760515502"org.opencontainers.image.revision=d1b15a34ce69ea214e1d32f1f501304f6b8b8c59
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) COPY file:16bf5aac480286f91e3031d4f1acb4e76fb8c3be38d180e4713a0efdc39d6bad in /root/buildinfo/labels.json      
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-10-15 16:06:34  0.00B 
/bin/sh -c #(nop) COPY dir:f15650dcc2939ee0c30865212b61e6718fd6c24de4e7967bf7b651b8f0b24352 in /      
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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."
                        
# 2025-10-15 16:06:33  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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."
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.6"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-10-15 16:06:32  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:3ef906e69a0eac041c4c26264b30f93b5496bd452fd337268eab331240bc3027",
    "RepoTags": [
        "ghcr.io/grafana/alloy-operator:1.5.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator:1.5.2"
    ],
    "RepoDigests": [
        "ghcr.io/grafana/alloy-operator@sha256:f93f2fa0cba46f198456912867dfc8e9a807f0e6c7ecca71b83935cde968a977",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/grafana/alloy-operator@sha256:ca5dea13b86dd252c7fbbebcd50b6030241773067ab39651328c74c83c22c403"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-12T17:35:55.774384967Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "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",
            "HOME=/opt/helm",
            "USER_NAME=helm",
            "USER_UID=1001"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/opt/helm",
        "Entrypoint": [
            "/usr/local/bin/helm-operator",
            "run",
            "--watches-file=./watches.yaml"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-10-15T08:06:12Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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.41.4",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9/ubi-minimal",
            "org.opencontainers.image.description": "Alloy Operator container image",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "d1b15a34ce69ea214e1d32f1f501304f6b8b8c59",
            "org.opencontainers.image.source": "https://github.com/grafana/alloy-operator",
            "release": "1760515502",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "d1b15a34ce69ea214e1d32f1f501304f6b8b8c59",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 211883749,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0468d2b4ba7df4f2e2be4be91c37e0a21f11748ff5f425d45dd785cc1fe04102/diff:/var/lib/docker/overlay2/5100a9248e8931550fc029c6b545fc0cd290fd3c98a4ab20128d28a56a170f54/diff:/var/lib/docker/overlay2/645384b22d53f5c85a536219f5276380df11b5a59ea454c4d7e63f360a60723e/diff:/var/lib/docker/overlay2/971733838d17092a2f79292e51dab3aeee5f70bd1372fd6c827ca7c7e82480d8/diff:/var/lib/docker/overlay2/393f9dd2f6c56efd63fc85819eab09cedd81a23bb74cf24dc5851b03b27618d0/diff:/var/lib/docker/overlay2/a618c5dbc0d98e03745349559845d01598df402d775db74f87e22a5b4b3dbd90/diff",
            "MergedDir": "/var/lib/docker/overlay2/95b4bd4c633f7820c34c0c851c8505e84d1080e2ab412bf3fc4c5afe87297164/merged",
            "UpperDir": "/var/lib/docker/overlay2/95b4bd4c633f7820c34c0c851c8505e84d1080e2ab412bf3fc4c5afe87297164/diff",
            "WorkDir": "/var/lib/docker/overlay2/95b4bd4c633f7820c34c0c851c8505e84d1080e2ab412bf3fc4c5afe87297164/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:004d2c90a65694c2830b06fddc1047d40063c6cb36fb31a5a3edfce9435326c6",
            "sha256:ad5bc58733ad7127267d4090f4a935a354d17ecf49d88bd1ce05bad00767e160",
            "sha256:85ad663a2bc0eb22dfb8c6c51ec208d19c569c6fb06c50ad33d1db3268d6951a",
            "sha256:bdd0d3f7148252e31c9b4dbb97ed525e3acfca173bba8f33f22afe9ff7b17163",
            "sha256:fe79bede75a2b87bb1dc4433ce97381503dfb1ef9ab728dad44182cd7a07868d",
            "sha256:8eba71d3e178ba0be8d9f35ba4dfa94873b7dedc5593ce9f12a291171ee64838",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-28T19:56:41.603687572+08:00"
    }
}

更多版本

ghcr.io/grafana/alloy-operator:1.5.2

linux/amd64 ghcr.io211.88MB2026-01-28 19:56
11