JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

[FR] Automatically build Flatpak dependency list #71

Closed JasonN3 closed 8 months ago

JasonN3 commented 8 months ago

Is your feature request related to a problem? Please describe. Right now the dependencies have to be specified in the list. It would be nice to generate that list from a list of apps

Describe the solution you'd like Run a container prior to building the ISO and install the Flatpaks to a volume that can be read in by the Lorax template

  1. docker run -v flatpaks:/flatpaks ${dest_container} ... flatpak install ...
  2. Normal action
JasonN3 commented 8 months ago

https://github.com/JasonN3/build-container-installer/tree/ddf7551727c0d4015f6b428f7ce93bda83da538d contains code to extract a list of refs from a flatpak repo

noelmiller commented 8 months ago

Probably should close this since it's available? Unless you want this PR to close it: https://github.com/JasonN3/build-container-installer/pull/88