Files
docker-mods-uptime-kuma-tim…/README.md
T
2024-04-18 21:01:29 -04:00

21 lines
1.1 KiB
Markdown

# Mod Scripts
These files are used by Linuxserver build processes to handle mods in our images. Not for end-user consumption.
* **13.04.24:** - Let lsiown ignore broken symlinks (requires gnu find).
* **26.03.24:** - Add versioning and debug logging to package install script, force venv creation when python packages are to be installed.
* **25.02.24:** - Support unauthenticated registries.
* **29.01.24:** - Handle single-arch mods with attestation information.
* **03.01.24:** - Support arbitrary mod registries and multiarch mods.
* **14.09.23:** - Fix lsiown edge cases.
* **08.09.23:** - Change lsiown to skip files that are already owned by the user.
* **25.05.23:** - Add lscr.io support for mods.
* **16.05.23:** - Add package installer.
* **15.05.23:** - Add DOCKER_MODS_DEBUG env.
* **19.03.23:** - Add quay.io support for mods.
* **25.02.23:** - Inject branding.
* **05.02.23:** - Support multi-manifest mods for provenance, etc.
* **21.01.23:** - Create with-contenv alias.
* **01.01.23:** - Remove support for legacy custom script/service locations.
* **25.09.22:** - Initial Release.