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

topotests: Allow runing under both docker and podman #17525

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

famfo
Copy link
Contributor

@famfo famfo commented Nov 26, 2024

No description provided.

cmd="podman"
fi

exec "${cmd}" build --pull \
Copy link
Member

Choose a reason for hiding this comment

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

Just use:

exec $(command -v podman || command -v docker) build --pull \

@vjardin
Copy link
Contributor

vjardin commented Nov 28, 2024

I like this initiative.

@ton31337 ton31337 merged commit ee5a345 into FRRouting:master Nov 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants