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

In Azure web app I see app's nodejs minor version different from oryx build's nodejs minor version #2488

Open
theringe opened this issue Aug 9, 2024 · 0 comments

Comments

@theringe
Copy link

theringe commented Aug 9, 2024

Bug Report

  • At what date and time did you most recently experience the problem?
    2024-08-09

  • Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
    Azure Web Apps

  • If your repo is publicly available please share its URL:
    I use bless image from Azure

  • What happened?
    I'm deploying a nodejs + react application to Azure Linux Web app with nodejs 20-lts, I've noticed that app's nodejs minor version different from oryx build's nodejs minor version

It is from application runtime.
image

It's from deployment center.
image

  • What did you expect or want to happen?
    They should be identical to ensure the build result from oryx could be apply on the app runtime

  • How can we reproduce it?
    You could simply create a Linux nodejs 20-lts web app from Azure portal

  1. Go to kudu ssh to check app's node version
  2. Try to deploy something to check the node version from deployment center log
  • Do you have log output? Please include between the backticks:
    NO

  • Primary asks:

  1. Will the app's Node.js minor version being different from the Oryx build's Node.js minor version cause the same code and dependencies to compile differently?
  2. How can the customer specify that the app's Node.js minor version is equal to the Oryx build's Node.js minor version? I have tried using WEBSITE_DEFAULT_NODE_VERSION = 20.15.1 but it did not work.
  3. Why does the phenomenon of the app's Node.js minor version being different from the Oryx build's Node.js minor version occur?

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

1 participant