You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At what date and time did you most recently experience the problem?
Today (23/05/24) from around 1600.
Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
Execution of a Github Action to build and deploy an Azure Static Web App which I have moved from .NET 6 to .NET 8.
If your repo is publicly available please share its URL:
Not a public repo.
What happened?
When attempting to build the app, Oryx recognises the platform as .NET 8.0.3 (in fact, the app is built against the .NET 8.0.5 SDK, but I don't think that should matter in this case?) and attempts to install that to the app's Docker image, and this seems to be where it fails.
Bug Report
Today (23/05/24) from around 1600.
Execution of a Github Action to build and deploy an Azure Static Web App which I have moved from .NET 6 to .NET 8.
Not a public repo.
When attempting to build the app, Oryx recognises the platform as .NET 8.0.3 (in fact, the app is built against the .NET 8.0.5 SDK, but I don't think that should matter in this case?) and attempts to install that to the app's Docker image, and this seems to be where it fails.
You can see that it is trying and failing to get the URL: http://deb.debian.org/debian/dists/bullseye/main/binary-amd64/Packages - this returns a 404 if you try it in a browser, although the Packages.gz and Packages.xy files are available in the folder.
Oryx quits and the action fails. See output log below.
Update my app's container to use .NET 8, deploy the app.
Presumably, attempt to upgrade an existing .NET 6.0 Static Web App with a Github build action to .NET 8.0.
The text was updated successfully, but these errors were encountered: