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

Update Dockerfile src images and support kafka plugin #1484

Closed
wants to merge 0 commits into from

Conversation

ashayshub
Copy link
Contributor

@ashayshub ashayshub commented Oct 11, 2024

This PR updates Dockerfile rust version and adds
the necessary support for the svix kafka plugin

Motivation

The Docker build for the bridge plugin was failing due
to the missing kafka dev library and needed rust version
update for some rust crates.

Solution

This PR updates the rust image version from rust:1.72-slim-bullseye
to rust:1.81-slim-bookworm as was promted during the test builds for
the underlying crate versions. It installs kafka dev library for supporting
the rdkafka crate. It also adds the associated changes for including the
svix-bridge-plugin-kafka and fixes the cmake missing error by adding
the cmake utility for building the required libraries. Similarly the
debian:bullseye-slim is now debian:bookworm-slim

@ashayshub ashayshub requested a review from a team as a code owner October 11, 2024 20:00
@svix-onelson svix-onelson self-requested a review October 11, 2024 21:54
@ashayshub ashayshub changed the title Update Dockerfile rust and support kafka plugin Update Dockerfile images and support kafka plugin Oct 14, 2024
@ashayshub ashayshub changed the title Update Dockerfile images and support kafka plugin Update Dockerfile src images and support kafka plugin Oct 14, 2024
@ashayshub ashayshub closed this Oct 14, 2024
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.

1 participant