Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-36791

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

    • None
    • None
    • None
    • To Do

      Create an API endpoint that takes a list of (host?) installed package IDs and creates a RUN command, like: 

      RUN dnf -y install httpd-2.4.62-5.el9.x86_64 vim-enhanced-8.2.2637-22.el9.x86_64; dnf clean all; 

      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.

              iballou@redhat.com Ian Ballou
              iballou@redhat.com Ian Ballou
              Quinn James Quinn James
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: