Skip to content

[CI] Add platform to the build container name

Right now, the build container name is based purely on the directory location. However, if we eventually want to support multiple platforms (such as el10), then the platform should be in the name. This way, build_deploy can pick the correct container when necessary.

This means that:

  • build_deploy.sh will build a new container after this fix is merged
  • The new name will go from cta-build-<path> to cta-build-<path>-<platform>
    • e.g. cta-build-home-cirunner-shared-CTA to cta-build-home-cirunner-shared-CTA-el9

Best to run podman ps to clean up build containers not in use anymore.

Edited by Niels Alexander Buegel