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.
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 markerbullseye
: required tag to follow, see haproxy:bullseyeprod
: optional group name
Quick setup
- clone the git repository
- run
make install
- add
~/.local/bin
to your path - run doup
git clone https://github.com/meomeo187/doup.git && cd doup
make install
source venv/bin/activate
doup --path .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file doup-0.0.1.tar.gz
.
File metadata
- Download URL: doup-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a20c801a9b2938dfe99b65d040630f8a716dffedb27a10ae6625c5daf48f4c2 |
|
MD5 | cb681232570f4fa8137554479316690b |
|
BLAKE2b-256 | 296a5c01ab4b6a223316d5f31959797e0b9fabfb0c870242e2c92b261fca7549 |
Provenance
File details
Details for the file doup-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: doup-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dc7cee8a882353ffd6b544b87d097a10764e782f6554f5b6319a9b2e3fa00ac |
|
MD5 | 7642ce183fc9fc1470dad345b84bfc98 |
|
BLAKE2b-256 | bb25577f20c0a1598d891b147311be8280929a0e929125ccd4ac1489370a07c4 |