Skip to content

Instantly share code, notes, and snippets.

View mpouleijn's full-sized avatar

Michel Pouleijn mpouleijn

View GitHub Profile
@mpouleijn
mpouleijn / Dockerfile
Created December 2, 2021 15:42
openshift-installer-for-powervc
##
## pre-requesits:
## - set the IBMCLOUD_API_KEY enviroment value
## - set the RHEL_SUBS_PASSWORD environment value
## - create an ssh key in the directoy of this dockerfile
## - download the pull-secret.txt from cloud.redhat.com and place it in the directory of this docker file
FROM ubuntu:latest
ENV IBMCLOUD_API_KEY=""