images/elements/rocky-minimal-yum
Neil Hanlon daae35bfef
we really don't need this, i think
2023-11-21 21:32:55 -05:00
..
cleanup.d make docker happen 2023-11-15 12:46:25 -07:00
environment.d a few words 2023-11-21 21:26:17 -05:00
install.d build a working Base container 2023-11-21 16:29:12 -05:00
post-install.d we really don't need this, i think 2023-11-21 21:32:55 -05:00
pre-install.d but make it work, for real 2023-11-21 16:58:56 -05:00
root.d add ubi and minimal variants 2023-11-21 20:56:36 -05:00
README.rst make docker happen 2023-11-15 12:46:25 -07:00
element-deps add ubi and minimal variants 2023-11-21 20:56:36 -05:00
package-installs.yaml a few words 2023-11-21 21:26:17 -05:00
pkg-map add ubi and minimal variants 2023-11-21 20:56:36 -05:00

README.rst

===========
yum-minimal
===========
Base element for creating minimal yum-based images.

This element is incomplete by itself, you'll want to use the centos-minimal
or fedora-minimal elements to get an actual base image.

Use of this element will require 'yum' and 'yum-utils' to be installed on
Ubuntu and Debian. Nothing additional is needed on Fedora or CentOS.

If you wish to have DHCP networking setup for eth0 & eth1 via
/etc/sysconfig/network-config scripts/ifcfg-eth[0|1], set the
environment variable `DIB_YUM_MINIMAL_CREATE_INTERFACES` to `1`.

If you wish to build from specific mirrors, set
``DIB_YUM_MINIMAL_BOOTSTRAP_REPOS`` to a directory with the ``.repo``
files to use during bootstrap and build.  The repo files should be
named with a prefix ``dib-mirror-`` and will be removed from the final
image.

If you wish to include extra repositories, set ``DIB_YUM_MINIMAL_EXTRA_REPOS``
to a directory with the ``.repo`` files. The repo files will not be removed
from the final image.

If you are bootstrapping a custom or unsupported OS, and need to install
additional packages to setup the base chroot, set
``DIB_YUM_MINIMAL_BOOTSTRAP_PACKAGES`` to the list of additional packages to
install.