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

Install procps in Zombienet docker image #1672

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

svyatonik
Copy link
Contributor

Reason: if you'll try to use native provider inside this image (we do that, because we need to deploy multiple relay chains and there's no support for that in other providers), spawn will fail with the "At least one of the nodes fails to start" error. The reason is that the native provider uses the ps here and it is unavailable in the Docker image.

This isn't critical for us, because we're building image on top of base Zombienet image, but perhaps it'll be useful for other users as well.

@l0r1s
Copy link
Contributor

l0r1s commented Jan 11, 2024

Hi @svyatonik thanks for your contribution, what is stopping you from running multiple local zombienet processes with differents TOML configuration (without the docker injected zombienet) ?

@svyatonik
Copy link
Contributor Author

Hi @svyatonik thanks for your contribution, what is stopping you from running multiple local zombienet processes with differents TOML configuration (without the docker injected zombienet) ?

We're going to run it on CI, so we are preparing a image based on yours with all required binaries.

@pepoviola pepoviola merged commit 6145ff8 into main Jan 12, 2024
23 checks passed
@pepoviola pepoviola deleted the sv-install-procps-to-docker branch January 12, 2024 10:18
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.

3 participants