Skip to content
New issue

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

Support PHP 8.1 in Pantheon recipe #132

Closed
jaydub2099 opened this issue Jun 24, 2022 · 1 comment
Closed

Support PHP 8.1 in Pantheon recipe #132

jaydub2099 opened this issue Jun 24, 2022 · 1 comment

Comments

@jaydub2099
Copy link

Pantheon supports PHP 8.1 on their platform but attempting to build a lando instance using the pantheon recipe with PHP 8.1 results in the following error:

ERROR: for appserver manifest for devwithlando/pantheon-appserver:8.1-4 not found: manifest unknown: manifest unknown

I have updated my lando tree to attempt to use PHP 8.1 by updating the pantheon.xml file in my repo from reading:

php_version: 8.0
to
php_version: 8.1

and running lando rebuild.

From what I can tell, the issue here is that there is no PHP 8.1 docker image yet on docker hub which is where lando tries to download images (see https://hub.docker.com/r/devwithlando/pantheon-appserver/tags).

I asked Pantheon about PHP 8.1 and Lando as we are a client and they basically redirected us to the lando project. So I am wondering when we can expect lando to support PHP 8.1 when using the pantheon recipe.

@gaddman
Copy link

gaddman commented Jan 2, 2023

Tested this today and it works fine. There is a PHP 8.1 image on Docker hub, so that was probably the issue as you suggested.

@pirog pirog closed this as completed Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants