Skip to content

Commit

Permalink
fixup! Add a script to help users generate os_images and release_images
Browse files Browse the repository at this point in the history
  • Loading branch information
nocturnalastro committed Mar 25, 2024
1 parent e24352b commit 56f1188
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions hack/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# generate_os_release_images.py
Can be used to generate os_images and release_images.

## Requriments

```shell
pip install -r ./pip-requirements.txt
```

## Useage
Can be used to generate `os_images` and `release_images`.

Here's an example for multiple different ocp versions:
```bash
```shell
./generate_os_release_images.py -a x86_64 -v 4.12.29 -v 4.11.30 -v 4.13.2 -v 4.14.12 -v 4.15.1
```

0 comments on commit 56f1188

Please sign in to comment.