How to create Multi-stage Docker image with Kafka-connect? #9251
Unanswered
imrohankataria
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Why do you start a new discussion instead of continuing in the old one? https://github.com/orgs/strimzi/discussions/8939 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My Team is using Strimzi Kafka connect in enterprise setting, and because of the image straight from quay.io we are seeing lots of vulnerabilities in the image.
To resolve those CVEs, I have been able to drop the folders/utilities that are not being used eg. kafa-exporter, cruise-control, etc
But the issues are still coming up because of Shasum history in the docker image. One resolution I tried before was squashing the images, but it is not working anymore.
Another approach is creating a Multi-stage image, which Im failing to create.
Will appreciate your help on this.
Code I have been trying to use -
Beta Was this translation helpful? Give feedback.
All reactions