Small utility to read docker-compose files, read the image entry and show tags for updating the file.
Go to file
2023-03-02 17:40:02 +01:00
docker added Dockerfile 2023-03-02 17:40:02 +01:00
src changed output formatting 2023-02-20 14:31:07 +01:00
.gitignore update gitignore file 2021-11-24 17:57:52 +01:00
.gitlab-ci.yml added gitlab-ci from cross wiki 2023-03-02 17:03:21 +01:00
.woodpecker.yml renamed secret 2022-07-23 18:00:53 +02:00
Cargo.lock do not block when fetching new tags 2023-02-20 13:56:33 +01:00
Cargo.toml using rustls instead of openssl 2023-02-17 12:40:45 +01:00
install-dev-dependencies.sh added files 2021-08-15 20:49:12 +02:00
LICENSE added license file 2021-10-17 00:46:55 +02:00
README.md imbed screenshot in README 2021-10-28 17:43:04 +02:00
screenshot.png updated screenshot 2021-11-25 13:37:46 +01:00

reel-moby

search for new docker tags and update them in your docker-compose file

Usage

Searches the current folder for a docker-compose.(yml|yaml) file and opens it when it found one. Then it is possible to select a image line. The program then shows the found repository and shows the latest tags. The tags can be scrolled and selected, which updates the opened file. From that point save the file and pull the new image with docker-compose up -d or docker-compse pull.

screenshot