Template for ST mods
- Customize the names of the directories in
root/etc/s6-overlay/s6-rc.d
to match the name of your mod (i.e., replacing "st-mod-template") - Rename the files in
root/etc/s6-overlay/s6-rc.d/init-mods-*
to match the name of the new mod directories from #1 - Change the path in
up
files in each mod directory from #1 to match the new name of the mod directory - Put logic for installing packages in
*-install/run
and all other logic (after package install) in*-postinstall/run
- Set the name for the new repo in
.github/workflows/BuildImage.yml
inENDPOINT
- For setting Github CR credentials or further customization, see the main docker-mods repo