Releases: AJGranowski/docker-user-mirror
Release 0.1.1
What's Changed
Other Changes
- Fix
--file
option handling by @AJGranowski in #78
Full Changelog: release-0.1.0...release-0.1.1
Release 0.1.0
What's Changed
Changed the structure of CHOWN_LIST
, might not be backwards compatible with existing configs.
Added new environment variable SERVICE_NAME
.
Other Changes
- Add exec to user-mirror by @AJGranowski in #76
- Separate file ownership for each service by @AJGranowski in #77
Full Changelog: release-0.0.22...release-0.1.0
Release 0.0.22
What's Changed
Other Changes
- Add executable flag back to script when updating by @AJGranowski in #74
Full Changelog: release-0.0.21...release-0.0.22
Release 0.0.21
What's Changed
Replace entrypoint process when stepping down by @AJGranowski in #73
Full Changelog: release-0.0.20...release-0.0.21
Release 0.0.20
What's Changed
Other Changes
- Filter error messages, fix chown bug by @AJGranowski in #67
Full Changelog: release-0.0.19...release-0.0.20
Release 0.0.19
What's Changed
Other Changes
- Allow the scripts to be renamed without breaking updates by @AJGranowski in #66
Full Changelog: release-0.0.18...release-0.0.19
Release 0.0.18
What's Changed
Added support for compose specifying multiple services.
docker compose up {service1} {service2} ...
Some caveats:
- All services will receive the same combined
chown
list. - The script prepares the environment for all services, not just the ones specified in the command.
Other Changes
- Add multi-container support by @AJGranowski in #47
Full Changelog: release-0.0.17...release-0.0.18
Release 0.0.17
What's Changed
Updated script to align with create_host_path
in compose definitions.
Other Changes
- Rename docker-compose.yml to compose.yml by @AJGranowski in #36
- Switch from
.RW
to.Mode
when creating host items by @AJGranowski in #44
Full Changelog: release-0.0.16...release-0.0.17
Release 0.0.16
What's Changed
Only create a container for compose
and run
commands.
Other Changes
- Revert runner to ubuntu-22.04 by @AJGranowski in #34
Full Changelog: release-0.0.15...release-0.0.16
Release 0.0.15
Small change to the update functions.
Full Changelog: release-0.0.14...release-0.0.15