Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: docker-commons-plugin
-
Labels:None
-
Similar Issues:
Description
Currently docker-commons assigns <docker-image> filename to any created fingerprint. It would be better to display image IDs or names in the filename.
APIs should be extended to support such feature
Attachments
Issue Links
- links to
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/org/jenkinsci/plugins/docker/commons/fingerprint/DockerFingerprints.java
http://jenkins-ci.org/commit/docker-commons-plugin/39b57e715d83ffeb3f8bfe0378538f45e44d58b2
Log:
[FIXED JENKINS-28657] - Support the creation of named fingerprints
The fix also changes the default behavior for missing names. Instead of non-informative "<docker-image>" we will be using "Docker image $(64-char id)" (which may be too long BTW)