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-clam.git
The following commit(s) were added to refs/heads/master by this push:
new de006d6 SLING-11667 Use official ClamAV Docker images
de006d6 is described below
commit de006d670fce220a255de3d93a6a8fa0ecdf3869
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Nov 8 10:18:32 2022 +0100
SLING-11667 Use official ClamAV Docker images
---
.../java/org/apache/sling/clam/it/support/ClamContainerFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/sling/clam/it/support/ClamContainerFactory.java
b/src/test/java/org/apache/sling/clam/it/support/ClamContainerFactory.java
index 1dd797d..adf451c 100644
--- a/src/test/java/org/apache/sling/clam/it/support/ClamContainerFactory.java
+++ b/src/test/java/org/apache/sling/clam/it/support/ClamContainerFactory.java
@@ -24,7 +24,7 @@ import org.testcontainers.containers.GenericContainer;
public class ClamContainerFactory {
- private static final String CLAM_CONTAINER_IMAGE_NAME =
"mk0x/docker-clamav";
+ private static final String CLAM_CONTAINER_IMAGE_NAME = "clamav/clamav";
public static GenericContainer container = new
GenericContainer<>(CLAM_CONTAINER_IMAGE_NAME)
.withExposedPorts(3310)