Open phavekes opened 3 days ago
This issue is imported from pivotal - Originaly created at Jun 13, 2023 by Michiel Kodde
EngineBlocks QA test-integration GithubAction is currently using about 12 minutes to build dev containers for the PHP72 and PHP74 tests.
test-integration
An improvement would be utilize pre-built container images for these actions. These images can be built periodically (weekly) as they change seldom.
We can look at other projects for inspiration. Stepup-Webauthn seems like a good starting point (bar the prod release).
https://github.com/OpenConext/Stepup-Webauthn/blob/e6796f5e82d4b1d84cfa349a9f8071af4ad6a49b/.github/workflows/build-push-docker-image.yml
Work was done by @bartgeesink (Michiel Kodde - Aug 29, 2023)
This issue is imported from pivotal - Originaly created at Jun 13, 2023 by Michiel Kodde
EngineBlocks QA
test-integration
GithubAction is currently using about 12 minutes to build dev containers for the PHP72 and PHP74 tests.An improvement would be utilize pre-built container images for these actions. These images can be built periodically (weekly) as they change seldom.
We can look at other projects for inspiration. Stepup-Webauthn seems like a good starting point (bar the prod release).
https://github.com/OpenConext/Stepup-Webauthn/blob/e6796f5e82d4b1d84cfa349a9f8071af4ad6a49b/.github/workflows/build-push-docker-image.yml