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

olli pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git


The following commit(s) were added to refs/heads/master by this push:
     new a1767df  SLING-9888 freshclam fails updating the signature database 
during integration tests
a1767df is described below

commit a1767dfd6fa55003a4240c5b34fd93c00e91143c
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Nov 10 11:38:02 2020 +0100

    SLING-9888 freshclam fails updating the signature database during 
integration tests
    
    switching from mk0x/docker-clamav:alpine to mk0x/docker-clamav:buster-slim
---
 .../java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java 
b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
index b25a0f4..64fce01 100644
--- a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
+++ b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java
@@ -41,7 +41,7 @@ public abstract class ClamTestSupport extends TestSupport {
 
     private static GenericContainer clamContainer;
 
-    private static final String CLAM_CONTAINER_IMAGE_NAME = 
"mk0x/docker-clamav:alpine";
+    private static final String CLAM_CONTAINER_IMAGE_NAME = 
"mk0x/docker-clamav:buster-slim";
 
     @Configuration
     public Option[] configuration() {

Reply via email to