Small utility to read docker-compose files, read the image entry and show tags for updating the file.
Go to file
eppixx ee640f04ef
All checks were successful
continuous-integration/woodpecker the build was successful
fixed intendation for message
2021-10-27 14:22:20 +00:00
src fixed the rest of the clippy warnings; bumped version to 0.10.0 2021-10-23 13:26:09 +02:00
.gitignore added files 2021-08-15 20:49:12 +02:00
.woodpecker.yml fixed intendation for message 2021-10-27 14:22:20 +00:00
Cargo.lock fixed the rest of the clippy warnings; bumped version to 0.10.0 2021-10-23 13:26:09 +02:00
Cargo.toml fixed the rest of the clippy warnings; bumped version to 0.10.0 2021-10-23 13:26:09 +02: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 aded screenshot 2021-10-17 01:17:16 +02:00
screenshot.png aded screenshot 2021-10-17 01:17:16 +02: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