Skip to content

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

Notifications You must be signed in to change notification settings

ocp-power-automation/powervs-container-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .