debian-forge/runners
Christian Kellner cb265e8b58 runners: use platform-python on RHEL
Runner are invoked to prepare the execution of stages and assemblers
inside the container. The setup tasks are specific to the distribution
and maybe the version of it, therefore specific runners are used for
each distribution+version combination.
The build the first (most nested) build root, `/usr` is taken from the
host to bootstrap the container. On RHEL, the python interpreter to be
used for software that belongs to the platform is platform-python, as
it provides a stable API. Therefore the RHEL runners should use that
instead of relying on the presence of /usr/bin/python3.6, which might
not be installed and is indeed not installed by default.
2020-06-19 08:07:07 +02:00
..
org.osbuild.arch runners: add runner for Arch Linux 2020-02-29 18:34:00 +01:00
org.osbuild.fedora30 osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
org.osbuild.fedora31 Create Fedora 31 and Fedora 32 runners 2020-01-10 18:27:55 +01:00
org.osbuild.fedora32 Create Fedora 31 and Fedora 32 runners 2020-01-10 18:27:55 +01:00
org.osbuild.fedora33 Allow osbuild to run on rawhide (f33) 2020-02-26 15:25:47 +01:00
org.osbuild.linux osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00
org.osbuild.rhel81 runners: use platform-python on RHEL 2020-06-19 08:07:07 +02:00
org.osbuild.rhel82 runners: use platform-python on RHEL 2020-06-19 08:07:07 +02:00
org.osbuild.rhel83 🐣 Add RHEL 8.3 support 2020-04-21 11:40:25 +00:00
org.osbuild.ubuntu1804 osbuild: convert to jsoncomm 2020-04-21 13:47:38 +02:00