-
Notifications
You must be signed in to change notification settings - Fork 788
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
buildah bud --rm -t webserver .
fails
#598
Comments
We should support it. |
I was looking at rm when compiling the list for #599. The behaviour of I suspect the expected behaviour of |
@rhatdan, if this does match default buildah behaviour, would there be benefit in having a noop for the |
Sure Open a PR... |
@TomSweeneyRedHat, the original use case should work now without the |
I'm closing this since I believe we cover this in other issues. |
Description
docker has this command:
docker build --rm -t webserver .
which if you replace docker with 'buildah' your receive the error:Incorrect Usage: flag provided but not defined: -rm
If we're not going to support this, we should at least provide an error message which tells the user how to make it so.
Reported/Requested by @dustymabe
Output of
buildah version
:Buildah v0.16
The text was updated successfully, but these errors were encountered: