Make sure to get latest base image versions.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
ee96f869da
commit
eccc35d0bf
2 changed files with 6 additions and 3 deletions
|
|
@ -50,7 +50,8 @@ task buildImage(type: Exec) {
|
|||
dependsOn installDist
|
||||
inputs.files 'src/org/jdrupes/vmoperator/manager/Containerfile'
|
||||
|
||||
commandLine 'podman', 'build', '-t', "${project.name}:${project.version}",\
|
||||
commandLine 'podman', 'build', '--pull',
|
||||
'-t', "${project.name}:${project.version}",\
|
||||
'-f', 'src/org/jdrupes/vmoperator/manager/Containerfile', '.'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue