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

Fix Cadence pipeline checks not starting #431

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

samuel27m
Copy link
Contributor

No description provided.

@@ -24,7 +24,7 @@ services:
networks:
- testing-network
zookeeper:
image: wurstmeister/zookeeper:3.4.6
image: wurstmeister/zookeeper:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Smart!!

Copy link
Contributor Author

@samuel27m samuel27m Sep 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I do notice that the latest version here was released 6 years ago

Should we start using the official zookeeper image instead? Is there a reason we're using the wurstmeister/zookeeper image?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we should!
Last time I spent a few minutes trying out but it didn’t work. I didn’t got time to. Investigate.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cadence has upgraded their docker compose to use the official one. I think we should do that and also upgrade the cadence image to the 1.x release

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #432

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason was that cadence was using that kafka image and I just followed it

@samuel27m samuel27m marked this pull request as ready for review September 25, 2024 14:35
@samuel27m samuel27m merged commit 0fea84a into main Sep 25, 2024
6 checks passed
@samuel27m samuel27m deleted the fix-cadence-checks branch September 25, 2024 14:40
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