This project aims to introduce a metric system to calculate the health score of each plugin within the Jenkins ecosystem and reflect the final scores on the Plugin Site for the plugin maintainers and users.
As spotted in recent pull request build, the docker image cannot be built.
The reason is that the tag used for the base image, even tho it didn't change recently, the image did. The default UID and GID in the image now overlap with the number we used.
Changing it to 4242 just so that it is far enough from the new value, random enough to be very unlucky if that is overlapping again in the future (and because that's twice the universal answer of all things).
Testing done
### Submitter checklist
- [ ] If an issue exists, it is well described and linked in the description
- [x] The description of this pull request is detailed and explain why this pull request is needed
- [x] The changeset is on a specific branch. Using `feature/` for new feature, or improvements ; Using `fix/` for bug fixes ; Using `docs/` for any documentation changes.
- [ ] If required, the documentation has been updated
- [ ] There is automated tests to cover the code change / addition or an explanation why there is no tests in the description.
BREAKING CHANGE: default user UID is now
4242
Description
As spotted in recent pull request build, the docker image cannot be built. The reason is that the tag used for the base image, even tho it didn't change recently, the image did. The default UID and GID in the image now overlap with the number we used. Changing it to
4242
just so that it is far enough from the new value, random enough to be very unlucky if that is overlapping again in the future (and because that's twice the universal answer of all things).Testing done