diskimage-builder/diskimage_builder/elements/centos-minimal
Steve Baker eb395ec558 Remove EOLed CentOS 7 and RHEL 7
CentOS 7 reached EOL on 30th June 2024[1] and RHEL 7 ended its
maintenance support 2 phase[2] the same date.

This change removes the ablity to build images derived from these base
images.

The centos and centos-minimal elements now default to a DIB_RELEASE
value of 9-stream.

[1] https://www.redhat.com/en/topics/linux/centos-linux-eol
[2] https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/rhel-7-end-of-maintenance

Change-Id: Ic50e08d9f84bbd319129be236d799eade5f40be8
2024-07-05 09:53:29 +12:00
..
environment.d Remove EOLed CentOS 7 and RHEL 7 2024-07-05 09:53:29 +12:00
test-elements Remove EOLed CentOS 7 and RHEL 7 2024-07-05 09:53:29 +12:00
yum.repos.d Remove EOLed CentOS 7 and RHEL 7 2024-07-05 09:53:29 +12:00
element-deps Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
element-provides Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
README.rst Remove EOLed CentOS 7 and RHEL 7 2024-07-05 09:53:29 +12:00

centos-minimal

Create a minimal image based on CentOS

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.

By default this builds CentOS-Stream 9 images. Set DIB_RELEASE to 8 or 8-stream to explicitly select the release.