
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,138 Views
I am trying to download repo from url in directory to install package but unable to download repo in directory.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,041 Views
Hello, you can use the same files privided by the labs, for example the qcow2 images that are hosted in a web server..., use your imagination
this is my exaple for the cloud-init
~~~
userData: |
....
....
runcmd:
- curl http://utility.lab.example.com:8080/openshift4/images/rhel9-helloworld.qcow2 -o /home/devops/rhel9.qcow2
~~~
Reards!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,081 Views
This is something related to basic system admin skills, since you have 1 times free retake exam, you can recognise back the question and try simulate in your own labs.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,073 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,042 Views
Hello, you can use the same files privided by the labs, for example the qcow2 images that are hosted in a web server..., use your imagination
this is my exaple for the cloud-init
~~~
userData: |
....
....
runcmd:
- curl http://utility.lab.example.com:8080/openshift4/images/rhel9-helloworld.qcow2 -o /home/devops/rhel9.qcow2
~~~
Reards!