paketo-community / ubi-base-stack

Apache License 2.0
2 stars 5 forks source link

Using build image on all the generated builders on the acceptance/integration tests #49

Closed pacostas closed 4 months ago

pacostas commented 4 months ago

Related issue

Summary

On each release we ship one builder image and multiple run images despite we generate from the create.sh script multiple build.oci images one for each engine, majorVersion. Therefor On our integration/acceptance tests, is uneccesary to test all the build.oci images located under each build-<engine>-<majorVersion> as we:

Use Cases

This PR alters the function utils.GenerateBuilder to always point the builder image to build/build.oci

Checklist

pacostas commented 4 months ago

Acceptance workflow has been tested here https://github.com/pacostas/ubi-base-stack/actions/runs/8081169572/job/22079462874

pacostas commented 4 months ago

pushed wrong branch