docker.io/splunk/splunk-operator:2.4.0 linux/amd64

docker.io/splunk/splunk-operator:2.4.0 - 国内下载镜像源 浏览次数:10
源镜像 docker.io/splunk/splunk-operator:2.4.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0
镜像ID sha256:c8c1921f510439a63fca67570e36e82df692255607568d2b9186aeef6e074f91
镜像TAG 2.4.0
大小 295.90MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /manager
工作目录 /
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2023-10-10T00:11:45.64828072Z
同步时间 2025-11-05 14:25
更新时间 2025-11-05 18:54
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci OPERATOR=/manager USER_UID=1001 USER_NAME=nonroot
镜像标签
x86_64: architecture 2023-10-05T15:08:12: 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 Splunk Operator for Kubernetes (SOK) makes it easy for Splunk Administrators to deploy and operate Enterprise deployments in a Kubernetes infrastructure. Packaged as a container, it uses the operator pattern to manage Splunk-specific custom resources, following best practices to manage all the underlying Kubernetes objects for you.: description public: distribution-scope 1.29.0: 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 support@splunk.com: maintainer splunk: name 1: release Simplify the Deployment & Management of Splunk Products on Kubernetes: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.8-1067.1696517599: url 384f2bb33eebab960262e967aa16d01fe2dbebff: vcs-ref git: vcs-type splunk: vendor 2.2.1: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0  docker.io/splunk/splunk-operator:2.4.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0  docker.io/splunk/splunk-operator:2.4.0

Shell快速替换命令

sed -i 's#splunk/splunk-operator:2.4.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-10-10 08:11:45  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/manager"]
                        
# 2023-10-10 08:11:45  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2023-10-10 08:11:45  1.59KB 复制新文件或目录到容器中
COPY tools/k8_probes/startupProbe.sh /tools/k8_probes/ # buildkit
                        
# 2023-10-10 08:11:45  1.96KB 复制新文件或目录到容器中
COPY tools/k8_probes/readinessProbe.sh /tools/k8_probes/ # buildkit
                        
# 2023-10-10 08:11:45  2.77KB 复制新文件或目录到容器中
COPY tools/k8_probes/livenessProbe.sh /tools/k8_probes/ # buildkit
                        
# 2023-10-10 08:11:45  18.33KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE-2.0.txt # buildkit
                        
# 2023-10-10 08:11:45  243.88KB 复制新文件或目录到容器中
COPY tools/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf /licenses # buildkit
                        
# 2023-10-10 08:11:45  62.53MB 复制新文件或目录到容器中
COPY /workspace/manager . # buildkit
                        
# 2023-10-10 08:10:29  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir -p /tools/k8_probes # buildkit
                        
# 2023-10-10 08:10:29  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses # buildkit
                        
# 2023-10-10 08:10:29  0.00B 设置工作目录为/
WORKDIR /
                        
# 2023-10-10 08:10:29  0.00B 添加元数据标签
LABEL name=splunk maintainer=support@splunk.com vendor=splunk version=2.2.1 release=1 summary=Simplify the Deployment & Management of Splunk Products on Kubernetes description=The Splunk Operator for Kubernetes (SOK) makes it easy for Splunk Administrators to deploy and operate Enterprise deployments in a Kubernetes infrastructure. Packaged as a container, it uses the operator pattern to manage Splunk-specific custom resources, following best practices to manage all the underlying Kubernetes objects for you.
                        
# 2023-10-10 08:10:29  1.76MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y update-minimal --security --sec-severity=Low # buildkit
                        
# 2023-10-10 08:10:27  1.75MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y update-minimal --security --sec-severity=Moderate # buildkit
                        
# 2023-10-10 08:10:26  10.21MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y update-minimal --security --sec-severity=Important --sec-severity=Critical # buildkit
                        
# 2023-10-10 08:10:21  1.74MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum update -y krb5-libs && yum clean all # buildkit
                        
# 2023-10-10 08:10:19  4.60KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -ms /bin/bash nonroot -u 1001 # buildkit
                        
# 2023-10-10 08:10:19  10.32MB 执行命令并创建新的镜像层
RUN /bin/sh -c yum -y install shadow-utils # buildkit
                        
# 2023-10-10 08:10:19  0.00B 设置环境变量 OPERATOR USER_UID USER_NAME
ENV OPERATOR=/manager USER_UID=1001 USER_NAME=nonroot
                        
# 2023-10-05 23:39:07  207.32MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2023-10-05 23:39:04  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2023-10-05 23:39:03  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/odcs-2414877-b43d9.repo' '/etc/yum.repos.d/gitweb-f6bee.repo'
                        
# 2023-10-05 23:39:02  0.00B 
/bin/sh -c #(nop) LABEL "release"="1067.1696517599" "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-10-05T15:08:12" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="384f2bb33eebab960262e967aa16d01fe2dbebff" "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.8-1067.1696517599"
                        
# 2023-10-05 23:39:02  0.00B 
/bin/sh -c #(nop) ADD file:7d8137da6e934edfd5ab510374e237b6de42fa5bf9718bf35d2a12262e635cea in /root/buildinfo/Dockerfile-ubi8-8.8-1067.1696517599 
                        
# 2023-10-05 23:39:02  0.00B 
/bin/sh -c #(nop) ADD file:532df57850044f8a4337069f46ed7d6bd38a822eaa1429a12ac22c92298e7dbc in /root/buildinfo/content_manifests/ubi8-container-8.8-1067.1696517599.json 
                        
# 2023-10-05 23:39:01  0.00B 
/bin/sh -c mkdir -p /var/log/rhsm
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2023-10-05 23:39:00  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."
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.8"
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2023-10-05 23:39:00  0.00B 
/bin/sh -c #(nop) ADD multi:3be978684be74078af6066f8f837800efdd09477716610075c7762f2e11d5fc1 in /etc/yum.repos.d/ 
                        
# 2023-10-05 23:38:59  0.00B 
/bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem 
                        
# 2023-10-05 23:38:59  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2023-10-05 23:38:58  0.00B 
/bin/sh -c #(nop) ADD file:342fa3f2137809472708eaef5b261ff2b2478e62fa3679f1a534573af94e5bf3 in / 
                        
                    

镜像信息

{
    "Id": "sha256:c8c1921f510439a63fca67570e36e82df692255607568d2b9186aeef6e074f91",
    "RepoTags": [
        "splunk/splunk-operator:2.4.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator:2.4.0"
    ],
    "RepoDigests": [
        "splunk/splunk-operator@sha256:aca6253b3b165fa84b23602c6434f0841aea34ea91bacae3a7aca7dc09b91571",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk-operator@sha256:aca6253b3b165fa84b23602c6434f0841aea34ea91bacae3a7aca7dc09b91571"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-10-10T00:11:45.64828072Z",
    "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",
            "OPERATOR=/manager",
            "USER_UID=1001",
            "USER_NAME=nonroot"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/manager"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-10-05T15:08:12",
            "com.redhat.component": "ubi8-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "The Splunk Operator for Kubernetes (SOK) makes it easy for Splunk Administrators to deploy and operate Enterprise deployments in a Kubernetes infrastructure. Packaged as a container, it uses the operator pattern to manage Splunk-specific custom resources, following best practices to manage all the underlying Kubernetes objects for you.",
            "distribution-scope": "public",
            "io.buildah.version": "1.29.0",
            "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": "support@splunk.com",
            "name": "splunk",
            "release": "1",
            "summary": "Simplify the Deployment \u0026 Management of Splunk Products on Kubernetes",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.8-1067.1696517599",
            "vcs-ref": "384f2bb33eebab960262e967aa16d01fe2dbebff",
            "vcs-type": "git",
            "vendor": "splunk",
            "version": "2.2.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 295904181,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ef82cab37ccfe322b9fd1777c0ac3b1a98fec056ea0f9dbb1bf5ede755935b65/diff:/var/lib/docker/overlay2/2bac2ffc23f0b5ca5fc1bbbe0fefe77cc307683be964c7f320d39754c43e6a3f/diff:/var/lib/docker/overlay2/3a761b634aa52cd4b9929c3379c93931c95d2fbbbb7d54ee9868b4eec7189dc9/diff:/var/lib/docker/overlay2/197a888e06367f0c50ceed435d87689ee5783e40b301478f9498abae2523e60a/diff:/var/lib/docker/overlay2/37c769ca32ab7a0a2dfef9dfecc992f4d8983cd4e6168be49dea14b5ac0b27a2/diff:/var/lib/docker/overlay2/b9ab603f1ac96c0469a24f9c7b14b5093f81220d322c21ad87cb07f81e36fe9d/diff:/var/lib/docker/overlay2/4a04bb73af8342239b23939fd7fc9ee42ad8cc688d0de035b3b5812c18f83ee7/diff:/var/lib/docker/overlay2/e1ee54c2bc958b2e7d408349a84192f26e5d9128ba5f153d2a34ab7ac385872a/diff:/var/lib/docker/overlay2/307b97521f27a87a42d2bf9dfd2ea6a731a0c09053eff6f877be2361c5266b68/diff:/var/lib/docker/overlay2/2a4b14b7651435387bd4d188b273e4e552a941d26005d2816dab23b97f90b855/diff:/var/lib/docker/overlay2/399d6c1f454a67ad8839948e6ab775063c4ef2bf976222778b2d66dbcc44bf90/diff:/var/lib/docker/overlay2/e9388b9f1cdf8a4d354f78c040a41ade2fbe287a9f3ba46983b698b8e7ce0bb7/diff:/var/lib/docker/overlay2/57e092b4c642e4deb00575a08679a0aecc0f800a31dc474f8abeffab44179856/diff:/var/lib/docker/overlay2/63833f8fa4186e209605644c0512ea0f8f01c6d5817685568f2b2b40acb5fe3d/diff",
            "MergedDir": "/var/lib/docker/overlay2/ba71abcc91622c25ef6cb159aa7231add98afb4c85f4afd2c97a1da095674990/merged",
            "UpperDir": "/var/lib/docker/overlay2/ba71abcc91622c25ef6cb159aa7231add98afb4c85f4afd2c97a1da095674990/diff",
            "WorkDir": "/var/lib/docker/overlay2/ba71abcc91622c25ef6cb159aa7231add98afb4c85f4afd2c97a1da095674990/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9c12bae3704053eee9cd64f296f5353baf3c531b28a17808ea284c7c891270fb",
            "sha256:ba7317855f604f230c84df8347a51862ffb57f18a8110c684d596754c458173b",
            "sha256:a5a8d07c6939677da4e0d64c1b66be1a54395572ec49d1f0c246dfcafd8a5581",
            "sha256:7af18242d97b619998e38f84fc8068073e9d437a52a0d7e3d2212f0786aae7b1",
            "sha256:2f561491d67b6862d3c55d5f18c9ccf9c5d7b10ebbde7c65a75bfe6e844ee453",
            "sha256:da93537d03596c0212143c6e830dd53bd8ff2f413a8581d8660abf157e090917",
            "sha256:2b7e7b15c795db1ddc48e15adb8db1845e5a6d69b8a85d0835e0b29f34251281",
            "sha256:d35d1a53fa2e9df6e27270a6a516a6b52e362a7dbc79dbd2dad34b78ccfbd7f5",
            "sha256:e5327c6882f2983bb1fdda66d4698a8cac7477b5771188b4f4980bc06884fd01",
            "sha256:53614097659f051685b9b1175ef3f46e30e106f0adbb9da0c62ae9c06d4f856e",
            "sha256:b782c01160493cd91b8cc1344e7d68fd6a5ecfeaf741dec84f88fbcedc20c7e0",
            "sha256:7b2767c65ba3d41704cb3c162d86182fb23dc384f8941771d94535a1a54e598e",
            "sha256:178b1a71ebc093285e66ac3343ccb4fe0adf5b0755546322e5880c56a1454707",
            "sha256:97a23a9b4ba823f2bdc17bfcdbddf9609183e59d2f6b55c7edcb1e3dc5d6c018",
            "sha256:77923890c77667bc866ea613635a31add7abe30c7137e67bfd05f53f1070bf81"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-05T14:25:23.648498145+08:00"
    }
}

更多版本

docker.io/splunk/splunk-operator:2.4.0

linux/amd64 docker.io295.90MB2025-11-05 14:25
9