opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Build arm64 images on M1 #577

Closed michaelsauter closed 2 years ago

michaelsauter commented 2 years ago

There are no official images for Bitbucket and SonarQube, however building the official Dockerfiles on an M1 seems to work just fine.

Closes #363. Closes #361.

Note that the Bitbucket repository does not offer any branches / tags we could consume. SonarQube does, but for some reason the latest release (9.5) has no corresponding tag.

Tasks:

henrjk commented 2 years ago

@michaelsauter Nice find. To me this looks good beyond the concerns about missing suitable upstream tags. Is this the main reason this is a draft PR at the moment?

michaelsauter commented 2 years ago

@henrjk I wasn't sure because SQ did not start reliably. However, the situation is better than before, so I'd say we merge this and then see how it goes.