Skip to content
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

chore(deps): update docker.io/splunk/splunk docker digest to c7208b6 #250

Merged
merged 1 commit into from
Jul 28, 2024
Merged
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:e7b8c30accb785abb6b50ab4a1fecf2d315a8b5ca2a816750c1886df894b7464 AS builder
FROM docker.io/splunk/splunk@sha256:c7208b641cdc2042d8355b754cd7f9a7a3b9feb0ffefecdb2714c816e7d33cfc 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:e7b8c30accb785abb6b50ab4a1fecf2d315a8b5ca2a816750c1886df894b7464
FROM docker.io/splunk/splunk@sha256:c7208b641cdc2042d8355b754cd7f9a7a3b9feb0ffefecdb2714c816e7d33cfc

ENV SPLUNK_START_ARGS=--accept-license

Expand Down
Loading