-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --pull and --no-cache options to Build/Publish Docker Image-Step (#…
…758)
- Loading branch information
Showing
5 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...ources/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher/help-noCache.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
If set, builds the image with <code>--no-cache</code> which disables caching of layers. | ||
See the docker <a href="https://docs.docker.com/engine/reference/commandline/build/">build command</a> for more information. | ||
</div> |
4 changes: 4 additions & 0 deletions
4
...resources/com/nirima/jenkins/plugins/docker/builder/DockerBuilderPublisher/help-pull.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div> | ||
If set, builds the image with <code>--pull</code> to pull the latest version of the base image, instead of using the local one. | ||
See the docker <a href="https://docs.docker.com/engine/reference/commandline/build/">build command</a> for more information. | ||
</div> |