Skip to content

Commit

Permalink
Load the built Docker image into the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Aug 4, 2023
1 parent c4fcbb9 commit 49c68e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/lib/util.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def void buildImage(Map p) {
opt << '--build-arg D_GROUP="$(id -gn)"'
opt << '--build-arg D_GID="$(id -g)"'
opt << '--build-arg D_HOME="$HOME"'
opt << '--load'
opt << '.'

writeFile(file: 'Dockerfile', text: config)
Expand Down

0 comments on commit 49c68e5

Please sign in to comment.