We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
php8
php7
Q: how to check if fresher image exists?
The text was updated successfully, but these errors were encountered:
something like docker pull leonstafford/lokl:php8
docker pull leonstafford/lokl:php8
can run this each time and show message "Checking for updated Lokl php8 image"
Sorry, something went wrong.
easy check of URL HEAD and checksum could work just as well with elementor/lokl#26
HEAD
No branches or pull requests
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
andphp7
Q: how to check if fresher image exists?
The text was updated successfully, but these errors were encountered: