]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add support for RHEL UBI
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 20 Sep 2023 14:08:27 +0000 (16:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Sep 2023 15:44:27 +0000 (17:44 +0200)
commita10130f8d5bbd03319e62adb2ba033ef647dbc3e
tree2be4aaec8a3c836a25fcbbbdd8f885a121aaa744
parentd0c677893aacd5b2a68e9056d493900d141833dd
Add support for RHEL UBI

The repository naming matches what is visible in the standard ubi container
image (registry.access.redhat.com/ubi8/ubi).

This is the first time that I'm doing anything more complicated wit UBIs, but I
hope this is a sensible beginning.
mkosi/config.py
mkosi/distributions/__init__.py
mkosi/distributions/centos.py
mkosi/distributions/rhel_ubi.py [new file with mode: 0644]
mkosi/resources/mkosi.md
tests/test_config.py