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

Upgrade journald client built in the docker image #5664

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

dmitryax
Copy link
Contributor

@dmitryax dmitryax commented Dec 2, 2024

Use the latest debian image to build the journald client with the latest libraries. Otherwise, journald receiver doesn't work on nodes with latests OSs like Amazon Linux 2023.

@dmitryax dmitryax requested review from a team as code owners December 2, 2024 18:01
@dmitryax dmitryax changed the title Upgrade journald client Upgrade journald client built in the docker image Dec 2, 2024
@dmitryax dmitryax requested a review from a team as a code owner December 3, 2024 05:11
@@ -1,6 +1,6 @@
ARG SPLUNK_OTEL_COLLECTOR_IMAGE
ARG IMAGE_PLATFORM
FROM --platform=${IMAGE_PLATFORM} golang:1.19 as golang
FROM --platform=${IMAGE_PLATFORM} golang:1.23 as golang
Copy link
Contributor Author

@dmitryax dmitryax Dec 3, 2024

Choose a reason for hiding this comment

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

This has to be upgraded because the old Go version doesn't work with the latest C libraries where libpthread has been removed.

Use the latest debian image to build the journald client with the latest libraries. Otherwise, journald receiver doesn't work on nodes with latests OSs like Amazon Linux 2023.
@dmitryax dmitryax merged commit d82049b into main Dec 4, 2024
247 of 250 checks passed
@dmitryax dmitryax deleted the upgradejournald branch December 4, 2024 02:47
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants