How to create Multi-stage Docker image with Kafka-connect? Critical Issues Strimzi Kafka Docker Image #8939
Unanswered
imrohankataria
asked this question in
Q&A
Replies: 2 comments 25 replies
-
@scholzj Hello Sir, any suggestions? |
Beta Was this translation helpful? Give feedback.
20 replies
-
Wow, squash worked. Next step - test this image |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
My Team is planned for Go-live next week but the latest strimzi has issues in the image, and thats coming as a blocker for our release.
Any suggestions on how to fix these issues? I also looked at https://quay.io/repository/strimzi/kafka/manifest/sha256:2fed0b67104b52214cde95cd6727a5609c728d63e601e19e32e7bfe95186abc3?tab=vulnerabilities How are these issues going to be addressed? and when? Thanks
Image scan by security team -

UPDATE:
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