This repository was archived by the owner on Feb 16, 2023. It is now read-only.
1.27.0-ls14
·
66 commits
to master
since this release
LinuxServer Changes:
compose Changes:
Features
- Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema
- Implement service mode for ipc
- Pass
COMPOSE_PROJECT_NAMEenvironment variable in container mode - Make run behave in the same way as up
- Use
docker buildondocker-compose runwhenCOMPOSE_DOCKER_CLI_BUILDenvironment variable is set - Use docker-py default API version for engine queries (
auto) - Parse
network_modeon build
Bugs
- Ignore build context path validation when building is not required
- Fix float to bytes conversion via docker-py bump to 4.3.1
- Fix scale bug when deploy section is set
- Fix
docker-pybump insetup.py - Fix experimental build failure detection
- Fix context propagation to docker cli
Miscellaneous
- Bump
docker-pyto 4.3.1 - Bump
toxto 3.19.0 - Bump
virtualenvto 20.0.30 - Add script for docs syncronization