mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
podman-remote load image
enable the ability to load an image into remote storage using the remote client. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -199,11 +199,9 @@ var _ = Describe("Podman load", func() {
|
||||
|
||||
It("podman load localhost registry from scratch and :latest", func() {
|
||||
outfile := filepath.Join(podmanTest.TempDir, "load_test.tar.gz")
|
||||
setup := podmanTest.Podman([]string{"pull", fedoraMinimal})
|
||||
setup.WaitWithDefaultTimeout()
|
||||
Expect(setup.ExitCode()).To(Equal(0))
|
||||
podmanTest.RestoreArtifact("fedora-minimal:latest")
|
||||
|
||||
setup = podmanTest.Podman([]string{"tag", "fedora-minimal", "hello"})
|
||||
setup := podmanTest.Podman([]string{"tag", "fedora-minimal", "hello"})
|
||||
setup.WaitWithDefaultTimeout()
|
||||
Expect(setup.ExitCode()).To(Equal(0))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user