docker-mods/README.md
2024-12-30 20:23:18 +00:00

25 lines
1.3 KiB
Markdown

# Mod Scripts
These files are used by Linuxserver build processes to handle mods in our images. Not for end-user consumption.
* **31.12.24:** - Support pulling mods using manifest hash.
* **22.12.24:** - Add modcache support.
* **26.06.24:** - Add RO and User handlers.
* **10.06.24:** - Move lsiown to its own file. Remove support for legacy v2 and hybrid mods.
* **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.