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

[Bug]: Documentation Error in Dockerfile used for Container Apps deployment #2506

Open
1 task done
ahems opened this issue Jan 3, 2025 · 0 comments
Open
1 task done
Labels
bug Something isn't working triage issues to be triaged

Comments

@ahems
Copy link

ahems commented Jan 3, 2025

What happened?

I have been using the dockerfile referenced in the docs for deploying to Container Apps quite happily for many months now but it recently broke. The error was in line 1 of the Dockerfile:

FROM mcr.microsoft.com/dotnet/sdk:6.0-cbl-mariner2.0 AS build

This started throwing error "Package Microsoft.DataApiBuilder 1.3.19 is not compatible with net6.0".

This was easily fixed by changing the first line of the dockerfile to:

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build

All is now well. Please update the documentation?

Version

1.3.19

What database are you using?

Azure SQL

What hosting model are you using?

No response

Which API approach are you accessing DAB through?

No response

Relevant log output

"Package Microsoft.DataApiBuilder 1.3.19 is not compatible with net6.0

Code of Conduct

  • I agree to follow this project's Code of Conduct
@ahems ahems added bug Something isn't working triage issues to be triaged labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage issues to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant