pygmystack / pygmy-legacy

Use pygmystack/pygmy instead
https://github.com/pygmystack/pygmy
MIT License
25 stars 16 forks source link

Amazeeio updater improvements #37

Closed fubarhouse closed 5 years ago

fubarhouse commented 5 years ago

The Amazee image updater is working and all - but I was never happy with the original implementation.

It wasn't really flexible, and it had explicit checking with a long line in it...

Here's an update which is more maintainable, and it achieves all I set out to accomplish last time.

Sample output:

Pulling Docker Image amazeeio/haproxy
Pulling Docker Image mailhog/mailhog
Pulling Docker Image amazeeio/ssh-agent
Pulling Docker Image amazeeio/solr:6.6-drupal
Pulling Docker Image amazeeio/solr:6.6
Pulling Docker Image amazeeio/php:7.1-cli-drupal
Pulling Docker Image amazeeio/php:7.1-fpm
Pulling Docker Image amazeeio/redis:latest
Pulling Docker Image amazeeio/redis:v0.22.1
Pulling Docker Image amazeeio/varnish-drupal:latest
Pulling Docker Image amazeeio/nginx-drupal:latest
Pulling Docker Image amazeeio/nginx-drupal:v0.22.1
Pulling Docker Image amazeeio/mariadb-drupal:latest
Pulling Docker Image amazeeio/mariadb-drupal:v0.22.1
Done. Recreating containers...
dasrecht commented 5 years ago

Oh nice! Thanks for the work on this @fubarhouse. I'll have a look at that in the course of this week.