/dockcheck-web

A webpage showing available image updates for your running containers.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

dockcheck-web

A webpage showing available image updates for your running containers.

Checking for new images at startup, once a day or via the button "Check for updates".

A script checking updates for docker images without the need of pulling - then having the option to auto-update.

All cred goes to Mag37 making this amazing script!

This image use dockcheck provided by Mag37.

Dependencies:

regclient/regctl (Licensed under Apache-2.0 License)

inotify-tools (Licensed under GPL-2.0 license)


docker-compose.yml

version: '3.2'
services:
  dockcheck-web:
    container_name: dockcheck-web
    image: 'palleri/dockcheck-web:latest'
    restart: unless-stopped
    ports:
      - '80:80'
    volumes:
      - ./data:/var/www/html
      - /var/run/docker.sock:/var/run/docker.sock:ro

Security concern

For more security add the :ro to volumes docker.sock

Use with care, make sure you keep this container safe and do not published on the internet.

ARM support

Available at hub.docker/Palleri

Git branch (ARM)

Change image from

    image: 'palleri/dockcheck-web:latest'

to

    image: 'palleri/dockcheck-web:arm'

Future ideas

  • Email notification on available images
  • Update and pull new image on selected container via webgui

Bugs and fixes

Description Date Status
Cronjob not working properly 2023-01-28 Closed
Script not running correctly 2023-01-29 Closed
Hanging processes 2023-01-29 Closed
Not displaying in ascending order 2023-01-29 Closed
Blank/error text on index while script is running 2023-01-29 Closed
Redirect error while checking for update 2023-01-31 Closed