Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not A Defect
-
None
-
Docker version 1.12.5
Description
For the Docker Build and Publish plugin, the `Force Pull` checkbox uses the --force option which has been deprecated in newer docker versions.
Could we either remove that option or find a way around the --force no longer existing?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Not A Defect [ 7 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
force pull just triggers a docker pull, the --force arg is only set if forceTag is set, and it is not by default