Skip to content

fix: docker image had incorrect version of kafka lib#192

Merged
lsulak merged 1 commit into
masterfrom
bugfix/dockerimage-build-failing
Jul 9, 2026
Merged

fix: docker image had incorrect version of kafka lib#192
lsulak merged 1 commit into
masterfrom
bugfix/dockerimage-build-failing

Conversation

@lsulak

@lsulak lsulak commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the version of librdkafka installed in the Docker build process. The change ensures the container uses the latest available release for improved features and security.

Dependency updates:

  • Updated the librdkafka library from version 2.14.0 to 2.15.0 in the Dockerfile installation steps.

Summary by CodeRabbit

  • Chores
    • Updated the Kafka client library used in builds to a newer release, which may improve compatibility and overall reliability.

@lsulak lsulak self-assigned this Jul 9, 2026
@lsulak lsulak added the bug Something isn't working label Jul 9, 2026
@lsulak lsulak merged commit 24d1ef3 into master Jul 9, 2026
1 of 2 checks passed
@lsulak lsulak deleted the bugfix/dockerimage-build-failing branch July 9, 2026 15:18
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: e69d8acf-1453-4d99-94b0-3fa17d9e37f9

📥 Commits

Reviewing files that changed from the base of the PR and between 7e2f168 and 96a6d11.

📒 Files selected for processing (1)
  • Dockerfile

Walkthrough

The Dockerfile's source build step for librdkafka is updated from version 2.14.0 to 2.15.0, changing the download URL, extracted archive filename, and the source directory referenced in the build command.

Changes

Dockerfile version bump

Layer / File(s) Summary
Update librdkafka build version
Dockerfile
Download URL, archive filename, and cd target changed from v2.14.0/librdkafka-2.14.0 to v2.15.0/librdkafka-2.15.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

A hop, a skip, a version leap,
2.14.0 now off to sleep,
librdkafka wakes anew,
at 2.15.0, fresh and true,
this bunny's build is neat and deep! 🐇📦

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bugfix/dockerimage-build-failing

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant