-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
Jenkins ver. 2.19.4
CloudBees Docker Build and Publish plugin 1.3.2
Docker Pipeline 1.9.1
Running on Ubuntu 16.04
The `--force` flag is still being set to true for Pipeline Docker build and publish steps. I'm running into the issue when executing a job to build and publish an image to a registry:
+ docker tag --force=true foo:tag foo:tag
unknown flag: --force
See 'docker tag --help'.
The relevant bit from my Jenkinsfile:
node {
stage('deploy')
Any known workaround? (other than don't use plugin and write docker commands in sh directly)?
Just ran into this issue after upgrading to Docker 1.12.6 (from 1.11.2). Also affects Jenkins 2.32.1. Running Ubuntu Xenial 16.04.
Surprised more people aren't running into this?