mirror of
https://github.com/containers/podman.git
synced 2025-12-11 17:27:19 +08:00
remove contrib/gate
Remove references on contrib/gate. The gating image is currently not maintained and was replaced in the CI rewrite. We can disable builds in Quay once the change is merged. Note that running `make validate` in a container is still desired. A similar approach may be re-added in the future. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -93,10 +93,10 @@ registries = ['{{.Host}}:{{.Port}}']`
|
||||
})
|
||||
|
||||
It("podman search single registry flag", func() {
|
||||
search := podmanTest.Podman([]string{"search", "quay.io/libpod/gate:latest"})
|
||||
search := podmanTest.Podman([]string{"search", "quay.io/skopeo/stable:latest"})
|
||||
search.WaitWithDefaultTimeout()
|
||||
Expect(search.ExitCode()).To(Equal(0))
|
||||
Expect(search.LineInOutputContains("quay.io/libpod/gate")).To(BeTrue())
|
||||
Expect(search.LineInOutputContains("quay.io/skopeo/stable")).To(BeTrue())
|
||||
})
|
||||
|
||||
It("podman search image with description", func() {
|
||||
|
||||
Reference in New Issue
Block a user