mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +08:00
Add missing params for podman-remote build
Fixes: https://github.com/containers/podman/issues/9290 Currently we still have hard coded --isolation=chroot for podman-remote build. Implement missing arguments for podman build Implements --jobs, --disable-compression, --excludes Fixes: MaxPullPushRetries RetryDuration Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -111,7 +111,6 @@ var _ = Describe("Podman prune", func() {
|
||||
It("podman image prune dangling images", func() {
|
||||
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
||||
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
||||
|
||||
none := podmanTest.Podman([]string{"images", "-a"})
|
||||
none.WaitWithDefaultTimeout()
|
||||
Expect(none.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user