Skip to content
Snippets Groups Projects
Commit 0da7500f authored by OZGCloud's avatar OZGCloud
Browse files

use podman for image building

parent 9303da77
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ pipeline {
}
container("quarkus-22"){
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh './mvnw -s $MAVEN_SETTINGS package -Pnative -Dquarkus.container-image.build=true -Dquarkus.container-image.registry=docker.ozg-sh.de -Dmaven.wagon.http.retryHandler.count=3'
sh './mvnw -s $MAVEN_SETTINGS package -Dnative -Dquarkus.container-image.build=true quarkus.container-image.builder=podman -Dquarkus.container-image.registry=docker.ozg-sh.de -Dquarkus.native.container-runtime=podman -Dmaven.wagon.http.retryHandler.count=3'
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment