mirror of
https://github.com/containers/podman.git
synced 2025-12-12 17:57:31 +08:00
Merge pull request #8100 from QiWang19/mirror-manifest
manifest list inspect single image
This commit is contained in:
@@ -58,6 +58,11 @@ var _ = Describe("Podman manifest", func() {
|
||||
session = podmanTest.PodmanNoCache([]string{"manifest", "inspect", "quay.io/libpod/busybox"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(Exit(0))
|
||||
|
||||
// inspect manifest of single image
|
||||
session = podmanTest.PodmanNoCache([]string{"manifest", "inspect", "quay.io/libpod/busybox@sha256:6655df04a3df853b029a5fac8836035ac4fab117800c9a6c4b69341bb5306c3d"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(Exit(0))
|
||||
})
|
||||
|
||||
It("podman manifest add", func() {
|
||||
|
||||
Reference in New Issue
Block a user