mirror of
https://github.com/containers/podman.git
synced 2025-07-29 11:22:38 +08:00
HACK HACK try debugging build
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -1125,6 +1125,8 @@ USER mail`
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman run makes entrypoint from image", func() {
|
It("podman run makes entrypoint from image", func() {
|
||||||
|
// BuildImage does not seem to work remote
|
||||||
|
SkipIfRemote()
|
||||||
dockerfile := `FROM busybox
|
dockerfile := `FROM busybox
|
||||||
WORKDIR /madethis`
|
WORKDIR /madethis`
|
||||||
podmanTest.BuildImage(dockerfile, "test", "false")
|
podmanTest.BuildImage(dockerfile, "test", "false")
|
||||||
|
Reference in New Issue
Block a user