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

Use distroless base image for tempo #4556

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

carles-grafana
Copy link
Contributor

@carles-grafana carles-grafana commented Jan 15, 2025

What this PR does:
This image contains busybox, making debugging easier by running /busybox/sh

In addition, the latest ca-certificates from alpin are copied, as the ones in Debian are
severely out of date.

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

This image contains busybox, making debugging easier by running /busybox/sh

In addition, the latest ca-certificates from alpin are copied, as the ones in Debian are
severely out of date.
@joe-elliott
Copy link
Member

Does this remove a shell? Do we have a simple way to attach a sidecar with a shell for debugging purposes.

@carles-grafana
Copy link
Contributor Author

Does this remove a shell? Do we have a simple way to attach a sidecar with a shell for debugging purposes.

these have a busybox shell in it, so you could just exec /busybox/sh

@carles-grafana
Copy link
Contributor Author

@joe-elliott Can you please merge, I don't have permission

@electron0zero electron0zero merged commit 14efba0 into grafana:main Jan 21, 2025
15 checks passed
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.

3 participants