Skip to content

chore(Dependabot-docker): bump splunk/splunk from 3b725df to 4f798b8 in /splunk #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions splunk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/splunk/splunk@sha256:3b725dfd03691f75d453515d96a5987ebf3cd5e0776e5621f6ed4a10b3c0d49c AS builder
FROM docker.io/splunk/splunk@sha256:4f798b8dfa75512c5b69b4f162c686e7b194e980559dd40fed78aadc417381be AS builder

ENV SPLUNK_START_ARGS=--accept-license

Expand All @@ -20,7 +20,7 @@ RUN microdnf install -y jq --disablerepo="*" --enablerepo="ubi-8-appstream-rpms"
USER ansible
RUN bash -o errexit /opt/splunk/pre-run.sh

FROM docker.io/splunk/splunk@sha256:3b725dfd03691f75d453515d96a5987ebf3cd5e0776e5621f6ed4a10b3c0d49c
FROM docker.io/splunk/splunk@sha256:4f798b8dfa75512c5b69b4f162c686e7b194e980559dd40fed78aadc417381be

ENV SPLUNK_START_ARGS=--accept-license

Expand Down