Skip to content

Commit

Permalink
Merge pull request #1268 from jkonecny12/platform-specific-images-doc…
Browse files Browse the repository at this point in the history
…-fix

Add platform specific images part to README
  • Loading branch information
jkonecny12 authored Jul 26, 2024
2 parents ff3d653 + c6fadca commit 97766bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions containers/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ variable to the name of the container to use when calling launch. eg:

The `launch` script creates a `./data/` directory for passing of data between
the container and the system (via volume). By default it downloads the current
Fedora Rawhide boot.iso or adequate iso file based on `--platform` option.
To test other images they can be put into `data/images/boot.iso` before running `launch`.
Fedora Rawhide boot.iso or adequate iso file based on `--platform` option. This
image is then stored as `./data/images/boot-<platform>.iso` and used.
To test other images they can be put into `./data/images/boot.iso` before running
`launch`. The `./data/images/boot.iso` takes preference before platform specific
image.

There is also a [daily boot.iso](.github/workflows/daily-boot-iso.yml) built
from Rawhide and various COPRs (e.g. Anaconda and DNF) for regression testing,
Expand Down

0 comments on commit 97766bc

Please sign in to comment.