mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
@ -319,7 +319,6 @@ WORKDIR /test
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman images --all flag", func() {
|
It("podman images --all flag", func() {
|
||||||
SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build")
|
|
||||||
dockerfile := `FROM quay.io/libpod/alpine:latest
|
dockerfile := `FROM quay.io/libpod/alpine:latest
|
||||||
RUN mkdir hello
|
RUN mkdir hello
|
||||||
RUN touch test.txt
|
RUN touch test.txt
|
||||||
@ -350,7 +349,6 @@ LABEL "com.example.vendor"="Example Vendor"
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman with images with no layers", func() {
|
It("podman with images with no layers", func() {
|
||||||
SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build")
|
|
||||||
dockerfile := strings.Join([]string{
|
dockerfile := strings.Join([]string{
|
||||||
`FROM scratch`,
|
`FROM scratch`,
|
||||||
`LABEL org.opencontainers.image.authors="<somefolks@example.org>"`,
|
`LABEL org.opencontainers.image.authors="<somefolks@example.org>"`,
|
||||||
|
@ -88,7 +88,6 @@ var _ = Describe("Podman prune", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman image prune skip cache images", func() {
|
It("podman image prune skip cache images", func() {
|
||||||
SkipIfRemote("FIXME: podman-remote build is not working the same as local build")
|
|
||||||
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
||||||
|
|
||||||
none := podmanTest.Podman([]string{"images", "-a"})
|
none := podmanTest.Podman([]string{"images", "-a"})
|
||||||
@ -110,7 +109,6 @@ var _ = Describe("Podman prune", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman image prune dangling images", func() {
|
It("podman image prune dangling images", func() {
|
||||||
SkipIfRemote("FIXME: podman-remote build is not working the same as local build")
|
|
||||||
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
||||||
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
podmanTest.BuildImage(pruneImage, "alpine_bash:latest", "true")
|
||||||
|
|
||||||
|
@ -181,7 +181,6 @@ var _ = Describe("Podman rmi", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rmi with cached images", func() {
|
It("podman rmi with cached images", func() {
|
||||||
SkipIfRemote("FIXME This should work on podman-remote, problem is with podman-remote build")
|
|
||||||
podmanTest.AddImageToRWStore(cirros)
|
podmanTest.AddImageToRWStore(cirros)
|
||||||
dockerfile := `FROM quay.io/libpod/cirros:latest
|
dockerfile := `FROM quay.io/libpod/cirros:latest
|
||||||
RUN mkdir hello
|
RUN mkdir hello
|
||||||
|
Reference in New Issue
Block a user