Skip to content

[Bug]: Incomplete aarch64 support #43

@middelkoopt

Description

@middelkoopt

Describe the bug

the openchami package needs the following versions to be bumped (along with the CMD exec bug fixed) in order to fully support aarch64 on OpenHPC (OpenCHAMI/local-ca#5)

  • Bump opaal + opaal-idp to v0.3.12
  • Bump step-ca to local-ca:v0.2.3

Steps to reproduce

With the following patch OpenCHAMI fully deploys with a OpenHPC recipe.

# --- aarch64 patch: fix container image versions until RPM is updated ---
sed -i 's|ghcr.io/openchami/opaal:v0.3.10|ghcr.io/openchami/opaal:v0.3.12|g' /etc/containers/systemd/opaal.container /etc/containers/systemd/opaal-idp.container
sed -i 's|ghcr.io/openchami/local-ca:v0.2.2|ghcr.io/openchami/local-ca:v0.2.3|g' /etc/containers/systemd/step-ca.container
sed -i '/^Image=ghcr.io\/openchami\/local-ca/a Exec=\/usr\/bin\/step-ca --password-file \/home\/step\/secrets\/password \/home\/step\/config\/ca.json' /etc/containers/systemd/step-ca.container
# --- end aarch64 patch ---

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions