pygmystack / pygmy-legacy

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

Provide feature to automatically update Lagoon Images #20

Closed Schnitzel closed 5 years ago

Schnitzel commented 6 years ago
docker image ls --format "{{.Repository}}:{{.Tag}}" | grep amazeeio/ | grep -v none | xargs -n1 docker pull | cat
fubarhouse commented 6 years ago

I've opened PR #21 to accommodate these changes.

I'm willing and happy to work with you to help here, so any feedback you can provide is appreciated.

edit:

Here's a sample for your convenience.

image