This is an automated email from the ASF dual-hosted git repository.
orpiske 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 f67e6db4b20f (chores) Upgrade base CLI container to Fedora 43
f67e6db4b20f is described below
commit f67e6db4b20fe0f8cda1e9ece8b05fb9f9c3ba85
Author: Otavio R. Piske <[email protected]>
AuthorDate: Sat Jan 24 07:50:34 2026 +0100
(chores) Upgrade base CLI container to Fedora 43
Signed-off-by: Otavio R. Piske <[email protected]>
---
.../org/apache/camel/test/infra/cli/services/CliBuiltContainer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/services/CliBuiltContainer.java
b/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/services/CliBuiltContainer.java
index 962798db693b..5cce00c3b906 100644
---
a/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/services/CliBuiltContainer.java
+++
b/test-infra/camel-test-infra-cli/src/test/java/org/apache/camel/test/infra/cli/services/CliBuiltContainer.java
@@ -46,7 +46,7 @@ public class CliBuiltContainer extends
GenericContainer<CliBuiltContainer> {
private static final String KEEP_RUNNING_ARG = "KEEP_RUNNING";
private static final String MOUNT_POINT = "/deployments/data";
private static final String SSH_PASSWORD_ARG = "SSH_PASSWORD_ARG";
- private static final String FROM_IMAGE_NAME = "mirror.gcr.io/fedora:40";
+ private static final String FROM_IMAGE_NAME = "mirror.gcr.io/fedora:43";
private static final String FROM_IMAGE_ARG = "FROMIMAGE";
protected static final int DEV_CONSOLE_PORT = 8080;
protected static final int SSH_PORT = 22;