docker-commons-plugin icon indicating copy to clipboard operation
docker-commons-plugin copied to clipboard

API plugin, which provides the common shared functionality for various Docker-related plugins.

Results 6 docker-commons-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.76 to 4.81. Release notes Sourced from org.jenkins-ci.plugins:plugin's releases. 4.81 🐛 Bug fixes Work around ASM require upper bound dependencies error (#916) @​basil 👷 Changes for plugin...

dependencies
java

Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.7 to 1.8. Release notes Sourced from io.jenkins.tools.incrementals:git-changelist-maven-extension's releases. 1.8 🚀 New features and improvements Support for Maven reproducible builds (#104) @​basil 👻 Maintenance Add goal prefix...

dependencies
java

It seems like the fingerprinting functionality has been broken for a while (e.g. [see this comment by Jesse Glick](https://issues.jenkins-ci.org/browse/JENKINS-46498?focusedCommentId=338220#comment-338220)) and causes a lot of problems, especially in large Jenkins instances....

Fixes https://issues.jenkins-ci.org/browse/JENKINS-59777

# Problem I couldn't `docker.image("xxx").pull()` with `withRegistry` from Amazon ECR when I had another job in which I used `aws ecr get-login` and `docker pull` with native awscli & docker...

To avoid 'JSONException: null object' error, if there is no key 'auths' in the `config.json` file, this PR adds that key and writes it to the file in advance. Even...