This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 5dc10b1f9412 Fix Jbang IT tests - revert to stable fedora version the
container image used
5dc10b1f9412 is described below
commit 5dc10b1f94126e4587120e64a1c2b2a79600f52f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Sep 3 09:38:21 2026 +0200
Fix Jbang IT tests - revert to stable fedora version the container image
used
with Fedora 45 there is this kind of error:
```
Caused by: com.github.dockerjava.api.exception.DockerClientException:
Could not build image: The command '/bin/sh -c dnf update -y && dnf
install java-21-openjdk-devel openssh-server xauth -y' returned a
non-zero code: 1
```
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../org/apache/camel/test/infra/cli/services/container.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-cli/src/main/resources/org/apache/camel/test/infra/cli/services/container.properties
b/test-infra/camel-test-infra-cli/src/main/resources/org/apache/camel/test/infra/cli/services/container.properties
index c536ee341c43..b51af179ae85 100644
---
a/test-infra/camel-test-infra-cli/src/main/resources/org/apache/camel/test/infra/cli/services/container.properties
+++
b/test-infra/camel-test-infra-cli/src/main/resources/org/apache/camel/test/infra/cli/services/container.properties
@@ -17,4 +17,4 @@
#
# NOTE: make sure to run integration tests locally when changing in order to
# validate potential breaking changes compatibility when building the container
-cli.service.from.image=mirror.gcr.io/fedora:45
+cli.service.from.image=mirror.gcr.io/fedora:43