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

chore(agent): make docker image multiarch #3279

Merged
merged 2 commits into from Oct 18, 2023
Merged

Conversation

schoren
Copy link
Collaborator

@schoren schoren commented Oct 18, 2023

This PR makes the agent docker image mutliarch. For simplicity, it uses the same approach as the main tracetest image. Meaning the building happens through goreleaser. Because of how goreleaser works, it was not practical to keep the agent image "inheriting" from the main tracetest image, instead the easiest way was to have a dockerfile that simply imports the already built cli binary and set an entrypoint.

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@@ -102,20 +102,6 @@ jobs:
ANALYTICS_BE_KEY: ${{ secrets.ANALYTICS_BE_KEY }}
TRACETEST_DEFAULT_CLOUD_ENDPOINT: ${{ secrets.TRACETEST_DEFAULT_CLOUD_ENDPOINT }}

# release agent
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now handled by goreleaser on the main release step

Copy link
Collaborator

@xoscar xoscar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GJ seb!

@schoren schoren merged commit 3d055da into main Oct 18, 2023
38 checks passed
@schoren schoren deleted the agent-docker-image-multiarch branch October 18, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants