chore: replaced kafka images with internal icr registry#2372
chore: replaced kafka images with internal icr registry#2372abhilash-sivan wants to merge 5 commits intomainfrom
Conversation
docker-compose-base.yaml
Outdated
|
|
||
| zookeeper: | ||
| image: confluentinc/cp-zookeeper:7.9.0 | ||
| image: confluentinc/cp-zookeeper:7.9.1 |
There was a problem hiding this comment.
Aligned the image versions used in the sidecar for local development.
Since this Docker Compose setup is intended for developers and the project is open source, I have not changed the image reference in the Docker Compose file. Keeping the public image avoids forcing open-source contributors (who don’t have access to our internal registry) to manually locate and replace the image for their local usage.
I strongly believe this is the correct approach. The only required change was in the sidecars, and that has been completed.
There was a problem hiding this comment.
Oki.
Did you try these btw?
public.ecr.aws/aktosecurity/confluentinc-cp-kafka:7.9.1-1-ubi8
public.ecr.aws/aktosecurity/confluentinc-cp-zookeeper:7.9.2-1-ubi8
There was a problem hiding this comment.
No, haven't tried. any other non-official images
Can we use this in sidecars as well ? or just for dev use
aryamohanan
left a comment
There was a problem hiding this comment.
The Kafka image update also requires updating the image references in the Tekton tasks too
Yes, updated now! Let the pipeline run |
253a2ef to
a716de4
Compare
|



refs https://jsw.ibm.com/browse/INSTA-73380