Giter VIP home page Giter VIP logo

docker-checker's Introduction

Docker checker

The Docker Checker is small go binary, that checks if any of configured container images have a more recent versions available. Currently, only images on Dockerhub are supported. It is possible, though, to configure a custom registry host, which will be stripped away.

It notifies the configured email address when new versions are available.

Installation

You can install the Docker Checker with its Docker container or by running the app.go directly. The container image is hosted on hub.docker.com under the name iulbricht/docker-checker.

Configuration

The file docker-checker.yaml is a sample configuration for the Docker Checker.

The config file must contain a section email with the following config fields:

Variable Description
from The mail address the updates should be sent to
to The mail address sending the updates
username The username for the mail server
password The password for the mail server
host The host of the mail server
port The port of the mail server

You can configure the images to check in the section images. An image can have the following configuration fields:

Variable Description
name The name of the image in Dockerhub
usedVersion The currently used version, update this field after you updated your containers
constraint A version constraint to check by. An example constraint can be found in the docker-checker.yaml.

Found a bug?

If you found a bug feel free to create an issue on Github or on my personal Taiga instance: https://taiga.imanuel.dev/project/docker-version-check/

License

Like all other projects I create, the Docker checker is distributed under the MIT License.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.