-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade Docker images and NuGet Tools to .NET 8 #329
Comments
The PR #330 contains PowerShell changes on .NET target version, but PowerShell 7 targets .NET 6:
|
Latest version (7.4.1) works with .NET 8, so updating PS manifests it is enough |
Push Docker images to Docker Hub too |
Docker scout reports some vulnerabilities should be solved: |
* Update Docker to .NET 8 * Update tools target version * Upgrade PowerShell * Move JVMPath in environment variables to avoid it in command-line * #329 (comment): changed minimum version
When running buildx, it fails on a cross-architecture build |
Solved with 63eff5f using information from NuGet/Home#12227 (comment) |
The line JNet/src/container/Dockerfile.linux Line 21 in d0ea1ee
JNet/.github/workflows/docker.yaml Line 80 in d0ea1ee
|
Is your feature request related to a problem? Please describe.
Till now Docker images and NuGet Tools use .NET 6, try to upgrade to the latest .NET version or duplicate it
Describe the solution you'd like
Upgrade projects and move Docker image to .NET 8 using latest Microsoft images.
Describe alternatives you've considered
N/A
Additional context
Verify if this is possible because in an old update to .NET 7 something was wrong in Microsoft image
The text was updated successfully, but these errors were encountered: