Store built image as a tar file
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-23 14:13:46 -08:00
parent afa26ab791
commit eed49fc7d2

4
Jenkinsfile vendored
View File

@ -41,7 +41,9 @@ podTemplate(label: label, containers: [
--insecure \ --insecure \
--skip-tls-verify \ --skip-tls-verify \
--cache=true \ --cache=true \
--destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:latest" --destination=docker.home.thejimnicholson.com/servicedemo/servicedemo:${GIT_HASH} \
--tarPath ./target/servicedemo.image.tar"
} }
} }
} }