-
Notifications
You must be signed in to change notification settings - Fork 787
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 --compress functionality is needed #621
Comments
@mtrmac @umohnani8 Does containers/image support this now? |
… and… what does it… do? It seems to cause the CLI client to compress the “tarball of the current directory” which is sent to the daemon for processing the build; I can’t see how that even makes sense for Docker, assuming a local connection that is (maybe it does for a remote one), and for |
@rhatdan do we need this flag since the build context is not being transmitted anywhere like in docker. I believe during planning yesterday we commented on the card asking if this flag should just be a NO-OP. |
SGTM. We will make this a NOOP just so scripts would work. I will open a PR. |
Added --compress as a noop for compatibility. |
Description
buildah bud --compress
is missing and needs to be provided. This is functionality that Docker has.#599 is the parent issue for this issue.
Output of
buildah version
:Buildah v0.16
The text was updated successfully, but these errors were encountered: