Skip to main content

Manage version of dockerhub images

Project description

doup

A command line tool for lazy people to maintain the pinned docker versions in project files. You never have to check for newer image versions at dockerhub manually.

What is the problem?

You want to pin the version of your docker images in your project files to avoid suprises. But your applications should stay up2date and that leads to a repeatable task. With doup you can set loose tags like latest in a comment above the image and doup will seach for the most specific tag and update the file.

example

OMG I WANT THIS!

Each docker image tag have to be marked in the previous line:

# doup:bullseye:prod
haproxy_docker_image: haproxy:2.6.2-bullseye
  • doup: required marker
  • bullseye: required tag to follow, see haproxy:bullseye
  • prod: optional group name

Quick setup

  1. clone the git repository
  2. run make install
  3. add ~/.local/bin to your path
  4. run doup
git clone https://github.com/meomeo187/doup.git && cd doup
make install
source venv/bin/activate
doup --path .

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

doup-0.0.6.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

doup-0.0.6-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page