Skip to content

Commit

Permalink
Merge pull request #246 from rquinio1A/bugfix/splunk-docker-tag
Browse files Browse the repository at this point in the history
fix(ci): use a fixed tag for splunk/splunk image
  • Loading branch information
rquinio1A authored Apr 12, 2024
2 parents e438015 + eaea5f0 commit 6d5e052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SplunkResource implements QuarkusTestResourceLifecycleManager {
private static final Logger logger = LoggerFactory.getLogger(SplunkResource.class);

private final GenericContainer splunk = new GenericContainer(
"splunk/splunk")
"splunk/splunk:9.2.0.1")
.withExposedPorts(8000, 8088, 8089)
.withEnv("SPLUNK_START_ARGS", "--accept-license")
.withEnv("SPLUNK_PASSWORD", "admin123")
Expand Down

0 comments on commit 6d5e052

Please sign in to comment.