Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit tests: Upgrade alpine to using the latest version tag #356

Open
pacostas opened this issue Dec 12, 2024 · 0 comments
Open

Unit tests: Upgrade alpine to using the latest version tag #356

pacostas opened this issue Dec 12, 2024 · 0 comments

Comments

@pacostas
Copy link
Contributor

Describe the Enhancement

Unit tests currently use alpine 3.15.4 on 3.19 versions https://github.com/search?q=repo%3Apaketo-buildpacks%2Fjam%20alpine%3A&type=code . It is preferable to always use the latest tag instead of sticking to a specific version so as not to have to upgrade the alpine version manually.

Possible Solution

  • instead of matching the /etc/os-release match the /usr/lib/os-release
  • Some tests are getting skipped due to some files having changed location on the latest alpine image. Make the tests error instead of skipping, so we can immediately be informed which tests are not running, as skipping tests reduce the test coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant