diff --git a/pom.xml b/pom.xml index e2ab6ecfd88..ddc4f22903f 100644 --- a/pom.xml +++ b/pom.xml @@ -967,7 +967,7 @@ } } // Exclude images from non-dockerhub repositories - new File('${containerImagesListFile}').append( images.findAll{ref -> !(ref ==~ /^(?!((.*\.)?docker\.io))[\w\d\.]+\/[\w\d\.]+\/[\w\d\.]+(:.+)?$/)}.join('\n') + '\n' ) + new File('${containerImagesListFile}').append( images.join('\n') + '\n' ) ]]>