elementor / lokl-cli

Interactive script to launch and manage your Lokl sites
The Unlicense
66 stars 7 forks source link

store and check for updated image hashes when launching #15

Open leonstafford opened 3 years ago

leonstafford commented 3 years ago

after user chooses the php 8 or 7 version for their site, check for updated docker image and refresh/replace existing if out of date

this simplifies evergreen base images of php8 and php7

Q: how to check if fresher image exists?

leonstafford commented 3 years ago

something like docker pull leonstafford/lokl:php8

can run this each time and show message "Checking for updated Lokl php8 image"

leonstafford commented 3 years ago

easy check of URL HEAD and checksum could work just as well with https://github.com/leonstafford/lokl/issues/26