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

Delete crossdac Dockerfile #953

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Delete crossdac Dockerfile #953

merged 1 commit into from
Jan 10, 2024

Conversation

mthalman
Copy link
Member

This crossdac Dockerfile is causing the Ubuntu pipeline to fail with the following error:

#5 9.814 error NU1202: Package dotnet-symbol 1.0.415602 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1) / any. Package dotnet-symbol 1.0.415602 supports: net6.0 (.NETCoreApp,Version=v6.0) / any
#5 9.862 The tool package could not be restored.
#5 9.862 Tool 'dotnet-symbol' failed to install. This failure may have been caused by:
#5 9.862 
#5 9.862 * You are attempting to install a preview release and did not use the --version option to specify the version.
#5 9.862 * A package by this name was found, but it was not a .NET Core tool.
#5 9.862 * The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
#5 9.862 * You mistyped the name of the tool.
#5 9.862 
#5 9.862 For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

As you can see, it's using a 3.1 base image which is out of support. I don't see any usage of the associated image tag so I'm just deleting this very old Dockerfile.

@mthalman mthalman enabled auto-merge (squash) January 10, 2024 18:52
@mthalman mthalman merged commit fb2f5e8 into dotnet:main Jan 10, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants