feat(RHEL94): Add a Dockerfile and Packer scripts for RHEL 9.4
Two ways to build the image from ubi9:
- Docker
cd dockerfiles/rhel94-kuma
export ACTIVATION_KEY="YOUR_ACTIVATION_KEY_HERE"
docker build --platform=linux/x86_64 --secret id=ACTIVATION_KEY \
-f Dockerfile -t kuma-rhel:9.4 .
- Packer
cd dockerfiles/rhel94-kuma
packer build -var activation_key=YOUR_ACTIVATION_KEY_HERE .
Activation keys can be obtained from @hpc-systems.
Merge request reports
Activity
Please register or sign in to reply