This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/3.2.x by this push:
new 518c1eb012 Splunk docker image for testing should be 9.0 (not 9.1)
518c1eb012 is described below
commit 518c1eb012fea8d3d4598ca837abc32c16d37364
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Oct 12 10:37:04 2023 +0200
Splunk docker image for testing should be 9.0 (not 9.1)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e75a36f96..42e0d297d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -236,7 +236,7 @@
<rabbitmq.container.image>docker.io/rabbitmq:3.9.29-management-alpine</rabbitmq.container.image>
<redis.container.image>docker.io/redis:7.0.12</redis.container.image>
<strimzi-kafka.container.image>quay.io/strimzi/kafka:latest-kafka-3.0.0</strimzi-kafka.container.image>
-
<splunk.container.image>docker.io/splunk/splunk:9.1</splunk.container.image>
+
<splunk.container.image>docker.io/splunk/splunk:9.0</splunk.container.image>
<sql-server.container.image>mcr.microsoft.com/mssql/server:2017-CU12</sql-server.container.image>
<tinyproxy.container.image>docker.io/monokal/tinyproxy</tinyproxy.container.image>