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 89ff88d93b1 Use slim container image of Solr
89ff88d93b1 is described below

commit 89ff88d93b1f850f82b8b3d218fb956094ff744c
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Aug 30 10:24:46 2024 +0200

    Use slim container image of Solr
    
    this image is enough for our tests and it divides size by 2
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../org/apache/camel/test/infra/solr/services/container.properties      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties
 
b/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties
index efa2711b0cc..74dd9843627 100644
--- 
a/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties
+++ 
b/test-infra/camel-test-infra-solr/src/test/resources/org/apache/camel/test/infra/solr/services/container.properties
@@ -14,4 +14,4 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-solr.container=solr:9.6.1
\ No newline at end of file
+solr.container=solr:9.6.1-slim

Reply via email to