docker.io/splunk/splunk:9.2 linux/amd64

docker.io/splunk/splunk:9.2 - 国内下载镜像源 浏览次数:5
Splunk是一款日志分析和监控工具,可以对各种数据源进行实时分析、搜索和可视化。该镜像用于运行Splunk软件,提供了详细的日志记录、事件监控和数据可视化功能,帮助用户快速发现问题、优化性能和提高运维效率。
源镜像 docker.io/splunk/splunk:9.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk:9.2
镜像ID sha256:80137d0c6f9af9e007ecc0e1188d417826cf220ef0ddf8d44e961f5a572c2468
镜像TAG 9.2
大小 2.34GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD start-service
启动入口 /sbin/entrypoint.sh
工作目录 /opt/splunk
OS/平台 linux/amd64
浏览量 5 次
贡献者
镜像创建 2025-06-05T18:18:02.096226025Z
同步时间 2025-06-20 17:27
更新时间 2025-06-20 20:13
开放端口
8000/tcp 8065/tcp 8088/tcp 8089/tcp 8191/tcp 9887/tcp 9997/tcp
目录挂载
/opt/splunk/etc /opt/splunk/var
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PYTHON_VERSION=3.9.19 PYTHON_GPG_KEY_ID=E3FF2839C048B25C084DEBE9B26995E310250568 SPLUNK_HOME=/opt/splunk SPLUNK_GROUP=splunk SPLUNK_USER=splunk TMPSPLUNKDIR=/opt/splunk/tmp TMPETCDIR=/opt/splunk/tmp/etc SPLUNK_ROLE=splunk_standalone SPLUNK_DEFAULTS_URL= SPLUNK_ANSIBLE_HOME=/opt/ansible ANSIBLE_USER=ansible ANSIBLE_GROUP=ansible CONTAINER_ARTIFACT_DIR=/opt/container_artifact
镜像标签
x86_64: architecture 2025-05-29T10:29:14: build-date ubi8-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results.: description public: distribution-scope 1.33.12: 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 8 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel8: io.openshift.tags support@splunk.com: maintainer splunk: name 1: release UBI 8 Docker image of Splunk Enterprise: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1295: url 4f8da2b64a13f2a264bd802d8909bf803211fb20: vcs-ref git: vcs-type splunk: vendor 9.2.7: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-06-06 02:18:02  0.00B 设置默认要执行的命令
CMD ["start-service"]
                        
# 2025-06-06 02:18:02  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/sbin/entrypoint.sh"]
                        
# 2025-06-06 02:18:02  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "/sbin/checkstate.sh || exit 1"] "30s" "30s" "3m0s" "0s" '\x05'}
                        
# 2025-06-06 02:18:02  0.00B 指定运行容器时使用的用户
USER ansible
                        
# 2025-06-06 02:18:02  269.43KB 执行命令并创建新的镜像层
RUN |3 UID=41812 GID=41812 SPLUNK_DEFAULTS_URL= /bin/sh -c sed -i -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL\nansible ALL=(splunk)NOPASSWD:ALL/g' /etc/sudoers     && echo 'Create the ansible user/group'     && groupadd -r ${ANSIBLE_GROUP}     && useradd -r -m -g ${ANSIBLE_GROUP} -s /bin/bash ${ANSIBLE_USER}     && usermod -aG sudo ${ANSIBLE_USER}     && usermod -aG ${ANSIBLE_GROUP} ${SPLUNK_USER}     && echo 'Container Artifact Directory is a place for all artifacts and logs that are generated by the provisioning process. The directory is owned by the user "ansible".'     && mkdir ${CONTAINER_ARTIFACT_DIR}     && chown -R ${ANSIBLE_USER}:${ANSIBLE_GROUP} ${CONTAINER_ARTIFACT_DIR}     && chmod -R 775 ${CONTAINER_ARTIFACT_DIR}     && chmod -R 555 ${SPLUNK_ANSIBLE_HOME}     && chgrp ${ANSIBLE_GROUP} ${SPLUNK_ANSIBLE_HOME} ${SPLUNK_ANSIBLE_HOME}/ansible.cfg     && chmod 775 ${SPLUNK_ANSIBLE_HOME}     && chmod 664 ${SPLUNK_ANSIBLE_HOME}/ansible.cfg     && sed -i '/^\[defaults\]/a\interpreter_python = /usr/bin/python3' ${SPLUNK_ANSIBLE_HOME}/ansible.cfg     && chmod 755 /sbin/entrypoint.sh /sbin/createdefaults.py /sbin/checkstate.sh # buildkit
                        
# 2025-06-06 02:18:01  249.75KB 复制新文件或目录到容器中
COPY splunk-ansible /opt/ansible # buildkit
                        
# 2025-06-06 02:18:01  11.60KB 复制新文件或目录到容器中
COPY splunk/common-files/entrypoint.sh splunk/common-files/createdefaults.py splunk/common-files/checkstate.sh /sbin/ # buildkit
                        
# 2025-06-06 02:18:01  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-06-06 02:18:01  0.00B 设置环境变量 SPLUNK_ROLE SPLUNK_DEFAULTS_URL SPLUNK_ANSIBLE_HOME ANSIBLE_USER ANSIBLE_GROUP CONTAINER_ARTIFACT_DIR
ENV SPLUNK_ROLE=splunk_standalone SPLUNK_DEFAULTS_URL= SPLUNK_ANSIBLE_HOME=/opt/ansible ANSIBLE_USER=ansible ANSIBLE_GROUP=ansible CONTAINER_ARTIFACT_DIR=/opt/container_artifact
                        
# 2025-06-06 02:18:01  0.00B 定义构建参数
ARG SPLUNK_DEFAULTS_URL
                        
# 2025-06-06 02:18:01  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/opt/splunk/etc /opt/splunk/var]
                        
# 2025-06-06 02:18:01  0.00B 声明容器运行时监听的端口
EXPOSE map[8000/tcp:{} 8065/tcp:{} 8088/tcp:{} 8089/tcp:{} 8191/tcp:{} 9887/tcp:{} 9997/tcp:{}]
                        
# 2025-06-06 02:18:01  974.97MB 复制新文件或目录到容器中
COPY --chown=splunk:splunk /extras /opt # buildkit
                        
# 2025-06-06 02:17:56  0.00B 声明容器运行时监听的端口
EXPOSE map[8000/tcp:{} 8089/tcp:{}]
                        
# 2025-06-06 02:17:56  0.00B 设置工作目录为/opt/splunk
WORKDIR /opt/splunk
                        
# 2025-06-06 02:17:56  0.00B 指定运行容器时使用的用户
USER splunk
                        
# 2025-06-06 02:17:56  857.13MB 复制新文件或目录到容器中
COPY --chown=splunk:splunk /minimal /opt # buildkit
                        
# 2025-06-06 02:17:05  4.44KB 执行命令并创建新的镜像层
RUN |2 UID=41812 GID=41812 /bin/sh -c groupadd -r -g ${GID} ${SPLUNK_GROUP}     && useradd -r -m -u ${UID} -g ${GID} -s /bin/bash ${SPLUNK_USER}     && chmod 755 /sbin/updateetc.sh # buildkit
                        
# 2025-06-06 02:17:04  1.08KB 复制新文件或目录到容器中
COPY splunk/common-files/updateetc.sh /sbin/ # buildkit
                        
# 2025-06-06 02:17:04  0.00B 定义构建参数
ARG GID=41812
                        
# 2025-06-06 02:17:04  0.00B 定义构建参数
ARG UID=41812
                        
# 2025-06-06 02:17:04  0.00B 设置环境变量 TMPETCDIR
ENV TMPETCDIR=/opt/splunk/tmp/etc
                        
# 2025-06-06 02:17:04  0.00B 设置环境变量 TMPSPLUNKDIR
ENV TMPSPLUNKDIR=/opt/splunk/tmp
                        
# 2025-06-06 02:17:04  0.00B 设置环境变量 SPLUNK_HOME SPLUNK_GROUP SPLUNK_USER
ENV SPLUNK_HOME=/opt/splunk SPLUNK_GROUP=splunk SPLUNK_USER=splunk
                        
# 2025-06-06 02:17:04  0.00B 添加元数据标签
LABEL maintainer=support@splunk.com
                        
# 2025-06-06 02:17:00  412.38MB 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses     && curl -o /licenses/apache-2.0.txt https://www.apache.org/licenses/LICENSE-2.0.txt     && curl -o /licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf     && /install.sh # buildkit
                        
# 2025-06-06 02:12:49  4.65KB 复制新文件或目录到容器中
COPY install.sh /install.sh # buildkit
                        
# 2025-06-06 02:12:49  0.00B 设置环境变量 PYTHON_VERSION PYTHON_GPG_KEY_ID
ENV PYTHON_VERSION=3.9.19 PYTHON_GPG_KEY_ID=E3FF2839C048B25C084DEBE9B26995E310250568
                        
# 2025-06-06 02:12:49  0.00B 添加元数据标签
LABEL name=splunk maintainer=support@splunk.com vendor=splunk release=1 summary=UBI 8 Docker image of Splunk Enterprise description=Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results.
                        
# 2025-05-29 18:38:23  92.83MB 
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
                        
# 2025-05-29 18:38:22  0.00B 
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
                        
# 2025-05-29 18:38:21  0.00B 
/bin/sh -c rm -f '/etc/yum.repos.d/repo-228aa.repo' '/etc/yum.repos.d/repo-d786b.repo'
                        
# 2025-05-29 18:38:21  0.00B 
/bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2025-05-29T10:29:14" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4f8da2b64a13f2a264bd802d8909bf803211fb20" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1295"
                        
# 2025-05-29 18:38:21  0.00B 
/bin/sh -c #(nop) ADD file:4e561213c19acdb003c9ec715dd6e1349838f75ee9a3b9638750b3200c3ca7b4 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1295 
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) ADD file:938b6bd4b4448e7d0914be64de96f90703530294ac553fc6af1f9af3bc1fe953 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1295.json 
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL release=1295
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c rm -rf /var/log/*
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
                        
# 2025-05-29 18:38:20  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-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
                        
# 2025-05-29 18:38:20  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-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container"       name="ubi8-minimal"       version="8.10"
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) ADD multi:7175ab93f02f079065f01beca07d710c56ad2a5f2e0f27c437d830db5205fcd3 in /etc/yum.repos.d/ 
                        
# 2025-05-29 18:38:20  0.00B 
/bin/sh -c #(nop) ADD file:df13b6a4fdeac4626ab7cd7e99d16d30edc6e3e5441295ae7691bee26604a5b1 in /tmp/tls-ca-bundle.pem 
                        
# 2025-05-29 18:38:19  0.00B 
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
                        
# 2025-05-29 18:38:19  0.00B 
/bin/sh -c #(nop) ADD file:3a3c8e5ef3de12a7fb5b3d4eecdc7ab20d2e7ceec428f128fe4e059c0a86269c in / 
                        
                    

镜像信息

{
    "Id": "sha256:80137d0c6f9af9e007ecc0e1188d417826cf220ef0ddf8d44e961f5a572c2468",
    "RepoTags": [
        "splunk/splunk:9.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk:9.2"
    ],
    "RepoDigests": [
        "splunk/splunk@sha256:8235cfc7d7623592efb9ab77db443945da7da793f8609db2f26a12e0f3f97385",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/splunk/splunk@sha256:ad2290ffa845cdb95602dbf7bf228c6c2cced923c5bb46e2366759bfd845871d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-05T18:18:02.096226025Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "ansible",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8000/tcp": {},
            "8065/tcp": {},
            "8088/tcp": {},
            "8089/tcp": {},
            "8191/tcp": {},
            "9887/tcp": {},
            "9997/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PYTHON_VERSION=3.9.19",
            "PYTHON_GPG_KEY_ID=E3FF2839C048B25C084DEBE9B26995E310250568",
            "SPLUNK_HOME=/opt/splunk",
            "SPLUNK_GROUP=splunk",
            "SPLUNK_USER=splunk",
            "TMPSPLUNKDIR=/opt/splunk/tmp",
            "TMPETCDIR=/opt/splunk/tmp/etc",
            "SPLUNK_ROLE=splunk_standalone",
            "SPLUNK_DEFAULTS_URL=",
            "SPLUNK_ANSIBLE_HOME=/opt/ansible",
            "ANSIBLE_USER=ansible",
            "ANSIBLE_GROUP=ansible",
            "CONTAINER_ARTIFACT_DIR=/opt/container_artifact"
        ],
        "Cmd": [
            "start-service"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "/sbin/checkstate.sh || exit 1"
            ],
            "Interval": 30000000000,
            "Timeout": 30000000000,
            "StartPeriod": 180000000000,
            "Retries": 5
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/opt/splunk/etc": {},
            "/opt/splunk/var": {}
        },
        "WorkingDir": "/opt/splunk",
        "Entrypoint": [
            "/sbin/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-05-29T10:29:14",
            "com.redhat.component": "ubi8-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Splunk Enterprise is a platform for operational intelligence. Our software lets you collect, analyze, and act upon the untapped value of big data that your technology infrastructure, security systems, and business applications generate. It gives you insights to drive operational performance and business results.",
            "distribution-scope": "public",
            "io.buildah.version": "1.33.12",
            "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 8 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel8",
            "maintainer": "support@splunk.com",
            "name": "splunk",
            "release": "1",
            "summary": "UBI 8 Docker image of Splunk Enterprise",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1295",
            "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
            "vcs-type": "git",
            "vendor": "splunk",
            "version": "9.2.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2337855936,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/350d44f2470ea8746da1568fbede65e046672a2acbb18595b6d432da9af7c7ea/diff:/var/lib/docker/overlay2/cc415fc270b0f440d1b1aa94626bac834c55f5cf7c8c40d2007d4023ac1b7f8e/diff:/var/lib/docker/overlay2/e95e4699d21b07afd4b20bef455a2903fd1dbcae8db117d9ba7ce2847778c2fd/diff:/var/lib/docker/overlay2/c4845a7e1d2d916d33ffc864d91564086f5c609bff95f21f8e3e70d858c1e2dc/diff:/var/lib/docker/overlay2/60c6e9700ea9f958ce52824d4719983470c343e070115dbf22a2f82321788101/diff:/var/lib/docker/overlay2/7320cca4a14ac2a6f8513fae0bf8e6fc368f4af5eb8c267880405fe4441df3e1/diff:/var/lib/docker/overlay2/4b121edc778ad007e1a83cbb64fc3081104e0e642d6708d324cd47e580ea1da1/diff:/var/lib/docker/overlay2/c045828c6f0575b547e9f0990348eb7c40fe950d8f5c5be11fe892d4399bd818/diff:/var/lib/docker/overlay2/c19972f5a019ce318952bfaf717832c6bc7c93c3138737ed5263afbf74247a7e/diff:/var/lib/docker/overlay2/76c87491f15620d7d036a9f134b16637f394de72ac2f4bf17b7c31fe7e8f6e63/diff",
            "MergedDir": "/var/lib/docker/overlay2/5a00d588eb970ca0d26ba490bdf8e6e96602623df1183e844c16c5682eec47ba/merged",
            "UpperDir": "/var/lib/docker/overlay2/5a00d588eb970ca0d26ba490bdf8e6e96602623df1183e844c16c5682eec47ba/diff",
            "WorkDir": "/var/lib/docker/overlay2/5a00d588eb970ca0d26ba490bdf8e6e96602623df1183e844c16c5682eec47ba/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:26ec74025fa54fa244d7337b354811d1568973436dbd71d9a4b8c2bbaa902e04",
            "sha256:4cfc733c639a2cad6d10fbaafba671817a57bc16ef8b622d072f0ed32a713d4e",
            "sha256:9b0c214b22220ad09752a387e0067f312bc5b7669fa26d72679ab1d0caf4a7ce",
            "sha256:51d01efb4f4834e7eedd3438ecde410197ab1f35c8d98e4e4333cea2ac6467ff",
            "sha256:a762f71c714b3cf2900c0f4d4b3e7153ed1c9ca9c599bf6ae449085af3c0043e",
            "sha256:153093be6397966f876ed9c6ed96cefd43ed9c2f488a2fa2e32ad69dadbf2dee",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e41359a43aee8007ed2ec7c33b21244a4821b3de257a8f17d00242db65bdfab8",
            "sha256:6d64bf342f82630dcad3f05de60258b53a554e3a802dce5377613a72ff4e60bf",
            "sha256:167e8ba34ff25a54563c721459482e25af89466b657a1535e5cbabc4f084cd23",
            "sha256:8f1d180f73a29d36b120c686e2eeca08d2debbc7e3779bcc802c8163dc889707"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-20T17:25:13.97211808+08:00"
    }
}

更多版本

docker.io/splunk/splunk:7.2.6

linux/amd64 docker.io537.14MB2024-07-16 09:46
235

docker.io/splunk/splunk:8.2.4

linux/amd64 docker.io1.93GB2024-08-29 21:27
318

docker.io/splunk/splunk:9.2

linux/amd64 docker.io2.34GB2025-06-20 17:27
4