dockcheck icon indicating copy to clipboard operation
dockcheck copied to clipboard

CLI tool to automate docker image updates. No pre-pull, selective, notify, prune.

Results 15 dockcheck issues
Sort by recently updated
recently updated
newest added

Hi there! Just an idea: why not package the script / repo contents into a container. Then we can use it to run everything inside docker - no need to...

enhancement

Would it be possible to include the current respectively the available image version in the list of images that have an update? Maybe even with a link to the releases...

Hi mag37, I have another idea 😊 At the moment I only check if there are new versions, because I always like to check beforehand if there is a breaking...

enhancement
help wanted
good first issue

DockCheck seems to not find all updates, and in fact finds a different update that other tools don't find. For reference, I have containers running via Portainer stacks (which uses...

help wanted
portainer

PhotonOS 4.0 ``` root@photon [ ~/dockcheck ]# ./dockcheck.sh . . . . . . . . . . . . . . . . . . . . Containers on...

help wanted
portainer

`dockcheck -a -y` after updating ends with: ``` All done! Would you like to prune dangling images? y/[n]: ``` I expect that to happen automatically since I used -y. Not...

I tried to run this and got the following error on adguardhome. Any idea what can be the cause? ``` Choose what containers to update. Enter number(s) separated by comma,...

help wanted
portainer

When dockcheck updates and restarts a container, it does not restart the container which are dependant on it. Example: ``` Now updating (2/3): mattermost-db 16.8: Pulling from library/postgres 8a628cdd7ccc: Already...

When checking containers for update, it would be nice to see the current tag for the container in the update list. The more containers one has, the harder it becomes...

If the system's docker configuration requires running docker commands as root dockcheck.sh fails ungracefully. ``` $ dockcheck.sh New version available! v0.6.1 ⇒ v0.6.2 Change Notes: ##Added options: -u; auto self...

enhancement