Releases: mag37/dockcheck
Releases · mag37/dockcheck
v0.1.8
Fixes:
- Checks if curl/wget exist to not get an empty
regctl
binary.- Extra check if
regctl
binary is functional before continuing.
- Extra check if
- changed shebang to
#!/usr/bin/env bash
for portability. - General cleaning. (y/n checks and space saving)
New:
-
Rework of the
choosecontainers
function[aA]
to update ALL (was0
before and part of the list/array)- numbers starting from 1 (instead of 0)
- will prompt for new choice if picking numbers/letters out of bound.
-
docker prune
option after completed updates.- additionally a
-p
flag for automatic update+prune, eg./dockcheck.sh -yp
- additionally a
-
Added GNU GPL v3.0 license.
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