-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
Agreed and support this ticket but FWIW this is not an error, just a warning, and in almost all cases shouldnt cause an issue. |
pirog
added a commit
that referenced
this issue
Oct 17, 2024
pirog
added a commit
that referenced
this issue
Oct 17, 2024
pirog
added a commit
that referenced
this issue
Oct 17, 2024
pirog
added a commit
that referenced
this issue
Oct 17, 2024
pirog
added a commit
that referenced
this issue
Oct 17, 2024
pirog
added a commit
that referenced
this issue
Oct 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 (recipedrupal10
):! 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 withv1.26
):via: "nginx:1.25"
works.Slack thread for details: https://devwithlando.slack.com/archives/C2XBSHX8R/p1729140361030899
The text was updated successfully, but these errors were encountered: