This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 71c8f4433c Remove jsch container DOCKER_MODS configuration
71c8f4433c is described below

commit 71c8f4433c18513fdab48b48050891614d085f82
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Apr 4 12:34:01 2024 +0100

    Remove jsch container DOCKER_MODS configuration
---
 .../org/apache/camel/quarkus/component/jsch/it/JschTestResource.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
 
b/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
index 896d6fe60e..195cee2ed6 100644
--- 
a/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
+++ 
b/integration-tests/jsch/src/test/java/org/apache/camel/quarkus/component/jsch/it/JschTestResource.java
@@ -38,7 +38,6 @@ public class JschTestResource implements 
QuarkusTestResourceLifecycleManager {
         try {
             container = new GenericContainer(JSCH_IMAGE)
                     .withExposedPorts(JSCH_PORT)
-                    .withEnv("DOCKER_MODS", 
"linuxserver/mods:openssh-server-openssh-client")
                     .withEnv("PASSWORD_ACCESS", "true")
                     .withEnv("USER_NAME", USERNAME)
                     .withEnv("USER_PASSWORD", PASSWORD)

Reply via email to