Feature #38931
closedAs a user, I can fetch a Containerfile RUN command with select packages from a host's transiently installed package list via the API
Description
As a user, I can fetch a Containerfile RUN command with select packages from a host's transiently installed package list via the API
Cloned from 17228989
Create an API endpoint that takes a list of (host?) installed package IDs and creates a RUN command, like:
{code:java}
RUN dnf -y install httpd-2.4.62-5.el9.x86_64 vim-enhanced-8.2.2637-22.el9.x86_64; dnf clean all; {code}
While (for now) we want to limit this feature to transient packages so the scope is narrowed to image mode user stories, this API endpoint itself may not need to do any limiting.
Also consider adding functionality for collecting all transiently installed packages for a host, perhaps when no IDs are passed in.
The API should support search queries for the UI.
Updated by The Foreman Bot 6 months ago
- Status changed from New to Ready For Testing
- Assignee set to Ian Ballou
- Pull request https://github.com/Katello/katello/pull/11585 added
Updated by Anonymous 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|aea05c357b51b7081cb147494e08210e2ba69483.