enable --iidfile for podman-remote build

for podman-remote build operations, the iidfile, when used, needs to write the file to the client's local filesystem.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-09-17 12:55:48 -05:00
parent 031ddf9c84
commit ec58650939
2 changed files with 16 additions and 3 deletions

View File

@ -179,8 +179,6 @@ var _ = Describe("Podman build", func() {
})
It("podman build basic alpine and print id to external file", func() {
SkipIfRemote()
// Switch to temp dir and restore it afterwards
cwd, err := os.Getwd()
Expect(err).To(BeNil())