-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working