Migrate Bitnami Zookeeper and Kafka Docker Images#6210
Conversation
Broadcom discontinued support of non-secured Docker images used in the integration tests. They were moved to the bitnamilegacy repository. This PR changes the images accordingly. Eventually the images should be replaced by supported images as there is no further updates on the images. The images were not changed to avoid conflicts that might arise using other images. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
|
The failing tests are still using the old docker-compose.yml files, not the ones provided with this change. Please advise, what I can do to change that. |
|
@KarstenSchnitter , I believe that these tests don't use the updated ones until after it is merged on |
|
Let's merge and see, if it helps other PRs. |
bf1de9e
into
opensearch-project:main
|
Validated with #6211, that Kafka and Zookeeper Docker images can be pulled once more. Still I recommend to change the images to supported versions. |
Thanks for checking that! Yes, I agree, we should move to the recommended/supported versions. Is there a GitHub issue for that? |
Description
Broadcom discontinued support of non-secured Docker images used in the integration tests. They were moved to the bitnamilegacy repository. This PR changes the images accordingly.
Eventually the images should be replaced by supported images as there is no further updates on the images. The images were not changed to avoid conflicts that might arise using other images.
Issues Resolved
#6057
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.