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 buildah args when using multiple build volumes #118

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

11mariom
Copy link
Contributor

Right now when specifying more than one volumes for working container it will fail, as it produce command args:

-v vol1:abc vol2:def vol3:ghi

instead of:

-v vol1:abc -v vol2:def -v vol3:ghi

@TomasTomecek
Copy link
Collaborator

Wow, awesome catch! I have probably misunderstood the buildah CLI interface.

Merging, will create a dedicated issue for tests so we won't hit this in future. Or you if you want to write the tests yourself, feel free to.

Please let me know if this is blocking you badly and I can do a new patch release.

@TomasTomecek TomasTomecek merged commit e95b801 into ansible-community:master Apr 17, 2019
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