Actions
Feature #38379
openAs a user, I can install transient packages on image mode hosts via REX
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
No
Description
As a user, I can install transient packages on image mode hosts via REX
REX templates that install content should be able to install it transiently for image mode hosts.
This intro task will first involve researching the current state of DNF's transient package support and understanding the difference between it and `bootc usr-overlay`.
Once the mechanism for installing transient packages is understood, our content-installing job templates should be able to detect if the host is an image mode one and apply the packages transiently automatically.
For hosts that don't support dnf --transient, we either need to enable the bootc usr-overlay or throw an error.
Updated by Ian Ballou 16 days ago
- Copied from Feature #38378: Ansible package action support for transient package installs added
Updated by The Foreman Bot 16 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/970 added
Actions