elastic / apm-agent-dotnet

https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html
Apache License 2.0
585 stars 209 forks source link

feat: make published Docker images multi-platform, add linux/arm64 plat #2395

Closed v1v closed 4 months ago

v1v commented 4 months ago

Similar to https://github.com/elastic/apm-agent-nodejs/issues/4038

Support for docker images with a multiplatform when a release tag or main.

Test

I used this PR to test the changes for teh release-main:

$ docker inspect docker.elastic.co/observability/apm-agent-dotnet:1.28.1-canary.0.4 | grep -i 'arch'
        "Architecture": "arm64",

Follow-ups

Tag latest is not working