Commit graph

5 commits

Author SHA1 Message Date
Gerald Pinder
0c7033ccd2
feat: Move module run logic into its own script (#168)
This will help make the Containerfile just a little bit easier to read
(ignoring all the mounts lol). This would also allow us to add logic
later to support modules that run executables other than `*.sh`.
2024-04-27 15:19:58 -04:00
Gerald Pinder
a7503d561e chore: Make more /var dirs 2024-04-24 23:35:33 -04:00
Gerald Pinder
7c4c6759ca fix: Create /var/lib/alternatives 2024-04-16 17:17:48 -04:00
Gerald Pinder
9fb2aa1eb9 fix: Create /var/roothome to fix any issues with adding files to /root 2024-04-16 15:02:42 -04:00
Gerald Pinder
19c93ce742 fix: Put export script in own image
HEREDOC support for podman doesn't work exactly 1-1 with Dockerfiles. This fix gives the export script its own image that we mount.
2024-03-27 00:08:58 -04:00
Renamed from template/templates/export.sh (Browse further)