- Git clone the Kraken repository using
git clone https://github.com/redhat-chaos/krkn.git
. - Modify the python code and yaml files to address your needs.
- Execute
podman build -t <new_image_name>:latest .
in the containers directory within kraken to build an image from a Dockerfile. - Execute
podman run --detach --name <container_name> <new_image_name>:latest
to start a container based on your new image.
- Git clone the Kraken repository using
git clone https://github.com/redhat-chaos/krkn.git
on an IBM Power Systems server. - Modify the python code and yaml files to address your needs.
- Execute
podman build -t <new_image_name>:latest -f Dockerfile-ppc64le
in the containers directory within kraken to build an image from the Dockerfile for Power. - Execute
podman run --detach --name <container_name> <new_image_name>:latest
to start a container based on your new image.