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

Add support for latest nginx versions (1.26, 1.27) #131

Closed
tormi opened this issue Oct 17, 2024 · 1 comment · Fixed by #132
Closed

Add support for latest nginx versions (1.26, 1.27) #131

tormi opened this issue Oct 17, 2024 · 1 comment · Fixed by #132

Comments

@tormi
Copy link

tormi commented Oct 17, 2024

Add support for latest nginx versions (1.26, 1.27) and use the latest version as default.

Default nginx (v1.17) is causing the following error for me (recipe drupal10):
! appserver_nginx The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

Currently, via: "nginx:1.27" is not supported (same with v1.26):

lando rebuild -y
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

Error: php-nginx version 1.27 is not supported
    at new LandoLando (/Users/tormitabor/.lando/plugins/@lando/core/builders/_lando.js:62:17)

via: "nginx:1.25" works.

Slack thread for details: https://devwithlando.slack.com/archives/C2XBSHX8R/p1729140361030899

@pirog
Copy link
Member

pirog commented Oct 17, 2024

Agreed and support this ticket but FWIW this is not an error, just a warning, and in almost all cases shouldnt cause an issue.

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

Successfully merging a pull request may close this issue.

2 participants