/powervs-container-host

Dockerfiles to build containers from where you can run Terraform automation to install OpenShift at IBM Cloud on PowerVS (Power Virtual Servers)

Primary LanguageShell

powervs-container-host

Multi-arch container images from where you can run the automation to install OpenShit at IBM Cloud on PowerVS.

Pulling Images

The images are located at https://quay.io/repository/powercloud/powervs-container-host.

docker or podman pull quay.io/powercloud/powervs-container-host:multi-arch

Building the images

  cd ./dockerfiles

  (x86_64)  docker build -t powervs-container-host-$(uname -m) -f ./Dockerfile.x86_64 .

  (ppc64le) docker build -t powervs-container-host-$(uname -m) -f ./Dockerfile.ppc64le .