jenkinsci / jenkinsci/support-core-plugin
[JENKINS-52168] Dockerfile is not in sync with current image name
- Dominant language
- Java
- Stars
- 19
- Forks
- 77
- Avg merge
- 17h 53m
- Merged PRs (30d)
- 3
Description
The Dockerfile is still using jenkins image, which is now deprecated. Recent tags (versions) are not available on this image.
In the meantime, we could update the image to use plugins/active.txt file rather than listing all the plugins to download. We can use install-plugins.sh script, which is inside the jenkins/jenkins image.
---
Originally reported by
alecharp, imported from: Dockerfile is not in sync with current image name
alecharp
Raw content of original issue
The Dockerfile is still using jenkins image, which is now deprecated. Recent tags (versions) are not available on this image.
In the meantime, we could update the image to use plugins/active.txt file rather than listing all the plugins to download. We can use install-plugins.sh script, which is inside the jenkins/jenkins image.
- environment:
support-core:2.47
Contributor guide
Assessment
This issue has not been assessed yet.