paketo-community / ubi-base-stack

Apache License 2.0
2 stars 5 forks source link

fix: acceptance tests fix on matching ubi version #30

Closed pacostas closed 9 months ago

pacostas commented 9 months ago

Summary

This pr fixes the failure on acceptance tests due to ubi version has been upgraded to the latest one. The fix uses a regex for matching the ubi version instead of a fixed number.

The acceptance tests run each time there is a new release and at the moment the release for ubi-base-stack has been block due to that. The failure is available here https://github.com/paketo-community/ubi-base-stack/issues/13 After this PR has been merge the https://github.com/paketo-community/ubi-base-stack/issues/13 can be closed.

Use Cases

Checklist