mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
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:
@ -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())
|
||||
|
Reference in New Issue
Block a user