This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## 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="" |
OlderNewer