Skip to content

Commit

Permalink
Document that RHEL containers need to be built locally
Browse files Browse the repository at this point in the history
Anaconda containers needed for work with RHEL branches are not cached on
quay.io - add a note about this to our documentation for contributors.
  • Loading branch information
M4rtinK authored and KKoukiou committed Apr 23, 2024
1 parent 6cab7db commit 3529582
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -119,6 +119,12 @@ Please do not use `toolbx <https://github.com/containers/toolbox>`_ or `distrobo

Follow these steps to build the ISO you need.

**NOTE: If you are targetting a RHEL branch, build the RPM container first:**::

make -f ./Makefile.am anaconda-rpm-build

This is necessary due to RHEL containers not being cached on quay.io. Fedora containers are cached and don't have to be built locally.

**First build Anaconda RPM files with our container**::

make -f ./Makefile.am container-rpms-scratch
Expand Down

0 comments on commit 3529582

Please sign in to comment.