Releases: jaymoulin/docker-jdownloader
Releases · jaymoulin/docker-jdownloader
2.2.0 - PUID/GID + update integrity fix
new
- fixes #133 : Adds PUID/GID environment variable as workaround for
-u
docker flag for some closed environments (qnap)
fixes
- fixes #132 , #134 - wait for java process to terminate when closing - This may cause errors when user terminates container as Docker is proprietary on java process
- fixes 7zip and version number since buildx multiarch
- Fixes infinite loop on integrity check
- mute errors on cleanup (integrity check fails)
Moved from manifest to buildx
This "should" be easier to maintain and to use thanks to buildx.
This may create confusion as images are now identified with manifest platform instead of architecture in tag name.
--platform flag may be needed to be passed
Configure tool handle password update better
2.1.2 fixes password update
2.1.1 - Configure tool allowed to kill jdownloader instance
adds pkill dependency to allow configure tool to restart jdownloader instance after changing password - fixes #127
2.1.0 - Adds docker secret support and images are now mirrored on GitHub Container Registry
Fixes arm64v8 extraction core dump
2.0.2 - fixes core dump on archive extraction
fixes #105 - update 7zbindings + 10 core dump
- Stabilize to 10.0.2 oracle image for latest 10 is bugged and linked to
1.8.2
- Update 7zip java bindings to latest 16.02-2.01 | 2020-02-19
2.0.1 - Fixes app mountpoint with root rights (preventing container copy)
Fixes app mountpoint with root rights