Commit Graph

6 Commits (ca4713d56bd12a155cd9bc7111cd3050ae87695f)

Author SHA1 Message Date
David Kebler ca4713d56b refactored custom core processing, now uses a core directory in the /src
entrpoint now uses exec to call the entrypoint command thus not spawing a subshell
updated uci shell code and added /root/shell so to avoid constant warning about it missing.
add /opt/bin to path in dockerfile
2024-10-17 16:17:59 -07:00
David Kebler 70bbfd5c0b improved determining distro and distro image 2024-09-15 18:47:22 -07:00
David Kebler f8d0c78bf6 refactor core moving files to core/rootfs
move helper scripts to /opt/lib from /opt/bin therein
refactor creating a user and installing UCI shell
2024-01-29 15:11:57 -08:00
David Kebler d89001bc51 reorganize source (src) using /rootfs to copy any files into image
moved distros.csv to root of repo
reogranize packages to use *.system.pkgs or system/*.pkgs
2024-01-14 14:57:09 -08:00
David Kebler abea829cab better output format for entrypoint generic command and try 2023-04-22 10:22:50 -07:00
David Kebler ca857a032a new: add core RUN step
refactored: Dockefile template
refactor: example and move src/ there a simple example
new: distros.csv holds table of valid distros, their images and install/update commands
refactor: various fixes and adjustment in response to above
refactor: help vastly improved and updated
2023-04-22 08:19:45 -07:00