Project

General

Profile

Actions

Feature #38931

closed

As a user, I can fetch a Containerfile RUN command with select packages from a host's transiently installed package list via the API

Added by Ian Ballou 6 months ago. Updated 6 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hosts
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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.

Actions #1

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
Actions #2

Updated by Samir Jha 6 months ago

  • Triaged changed from No to Yes
Actions #3

Updated by Samir Jha 6 months ago

  • Tracker changed from Bug to Feature
  • Category set to Hosts
Actions #4

Updated by The Foreman Bot 6 months ago

  • Fixed in Releases Katello 4.20.0 added
Actions #5

Updated by Anonymous 6 months ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF