jenkinsci / jenkinsci/docker-workflow-plugin

[JENKINS-60570] Docker fingerprint data written to file from WithContainerStep.java never gets cleaned up when image is used repeatedly

Open
#638 1 comment 0 reactions 0 assignees View on GitHub
component:docker-workflow-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
527
Forks
422
Avg merge
10m
Merged PRs (30d)
1

Description

Job(s) that runs repeatedly using the same Docker image will end up creating a large fingerpring xml file and eventually cause slowdown in starting of the job because it could take a long time for the fingerprint xml file data to be written, especially when multiple jobs run around the same time using the same Docker image.

Also, there is no usage of the Docker fingerprint data from WithContainerStep.java. This writing of fingerprint data should be removed from WithContainerStep.java.

 

Similar type of issue and change made with: https://github.com/jenkinsci/docker-workflow-plugin/pull/180

---
Originally reported by hitesh_22, imported from: Docker fingerprint data written to file from WithContainerStep.java never gets cleaned up when image is used repeatedly


  • status: Open
  • priority: Major
  • component(s): docker-workflow-plugin
  • resolution: Unresolved
  • votes: 1
  • watchers: 2
  • imported: 2025-12-07

Raw content of original issue

Job(s) that runs repeatedly using the same Docker image will end up creating a large fingerpring xml file and eventually cause slowdown in starting of the job because it could take a long time for the fingerprint xml file data to be written, especially when multiple jobs run around the same time using the same Docker image.

Also, there is no usage of the Docker fingerprint data from WithContainerStep.java. This writing of fingerprint data should be removed from WithContainerStep.java.

 

Similar type of issue and change made with: https://github.com/jenkinsci/docker-workflow-plugin/pull/180

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.