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 the base images to bookworm, support kafka plugin #1485

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

ashayshub
Copy link
Contributor

This PR updates Dockerfile with docker images versions
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 for the ultimate
prod image

@ashayshub ashayshub requested a review from a team as a code owner October 14, 2024 17:04
@ashayshub ashayshub changed the title Update the base image to bookworm, support kafka plugin Update the base images to bookworm, support kafka plugin Oct 14, 2024
@ashayshub ashayshub force-pushed the ashay/update-docker-images branch from 312283f to 3499e6c Compare October 14, 2024 17:08
@svix-jplatte svix-jplatte merged commit f6776fa into svix:main Oct 15, 2024
6 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.

2 participants