mirror of
https://github.com/containers/podman.git
synced 2025-08-14 11:01:35 +08:00
e2e: manifest_test: use cached registry
Used the cached registry archive instead of pulling down the image from Quay. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -273,7 +273,10 @@ var _ = Describe("Podman manifest", func() {
|
||||
})
|
||||
|
||||
It("authenticated push", func() {
|
||||
registry, err := podmanRegistry.Start()
|
||||
registryOptions := &podmanRegistry.Options{
|
||||
Image: "docker-archive:" + imageTarPath(registry),
|
||||
}
|
||||
registry, err := podmanRegistry.StartWithOptions(registryOptions)
|
||||
Expect(err).To(BeNil())
|
||||
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo"})
|
||||
|
Reference in New Issue
Block a user