-
Notifications
You must be signed in to change notification settings - Fork 69
Update dockerfile for .NET test to use .NET6 #1412
Conversation
Bump .NET version to .NET6
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
|
I see strange failures, but that does not seem to be related to the PR - it does not get to the stage where we'd use the updated docker file. Could someone please help out? |
|
As far as I see the docker image for the dotnet service failed to be built: Can you run the below command locally? ELASTIC_STACK_VERSION=8.1.0 BUILD_OPTS="--apm-log-level=debug --build-parallel" .ci/scripts/build-docker-all.sh |
|
Found it, this was the issue: Pushed a fix, it's green now. Ready for review. |
|
@Mergifyio backport 5.x |
🟠 Waiting for conditions to match
|
* Update Dockerfile Bump .NET version to .NET6 * Update Dockerfile (cherry picked from commit 5b2ed7a)
✅ Backports have been created
|
|
@Mergifyio backport 5.x |
* Update Dockerfile Bump .NET version to .NET6 * Update Dockerfile (cherry picked from commit 5b2ed7a)
✅ Backports have been created
|
* Update Dockerfile Bump .NET version to .NET6 * Update Dockerfile (cherry picked from commit 5b2ed7a) Co-authored-by: Gergely Kalapos <[email protected]>
* Update Dockerfile Bump .NET version to .NET6 * Update Dockerfile (cherry picked from commit 5b2ed7a) Co-authored-by: Gergely Kalapos <[email protected]>
…main-reference * upstream/main: Update dockerfile for opbeans-dotnet to use .NET6 (elastic#1423) versions: wrong versions (elastic#1414) Update dockerfile for .NET test to use .NET6 (elastic#1412) apm: Neutral naming for apm-agent-java (elastic#1375) docker/go: use go.elastic.co/apm/v2 (elastic#1403) docker/opbeans/go: strip vN from replacement path (elastic#1401)
Bump .NET version to .NET6
What does this PR do?
In the main agent repo, I'm updating the code base to build and test on .NET 6. This PR updates the docker file where we build the agent as well.
Why is it important?
Otherwise we can't build the tests.
Related issues
PR in the .NET agent repo: elastic/apm-agent-dotnet#1605