Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.1.7
v0.1.6
Fixes:
- Path broke on containers which were started with
docker run
and did not have the correct compose-labels. - Removed the
docker run
-version of the script as functionality is now built in to main.
New:
- Allow for people to have a mix of compose and run -containers without breaking.
- Added a default skip for
docker run
containers, but giving a new option to allow image updates for those too.
-r Allow updating images for docker run, wont update the container
docker run
wont restart with a new image automatically, you'll need to manually remove and recreate it. Consider moving to compose!
v0.1.5
Fixes:
- Path of compose-file sometimes broke (probably due to old
docker-compose
binary). Added a fix to be backwards compatible. - Got dockcheck_docker-run_ver.sh up to the changes from main (still not recommended to run).
v0.1.4
v0.1.3
New:
- Version check - simple check if there's a new version of the script and alert the user.
Fixes:
- Will respect if only 1 service in a stack is chosen for updates wont update the whole stack.
- Binary check sometimes returned error for old
docker-compose
binary even when it existed. - Minor cleaning