OpenConext / OpenConext-engineblock

OpenConext SAML 2.0 IdP/SP Gateway
14 stars 22 forks source link

Build and store EngineBlock container images #1724

Open phavekes opened 3 days ago

phavekes commented 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.

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

phavekes commented 3 days ago

Work was done by @bartgeesink (Michiel Kodde - Aug 29, 2023)