We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03940df commit c133e01Copy full SHA for c133e01
test/e2e/features/story_openshift.feature
@@ -41,7 +41,7 @@ Feature: 4 Openshift stories
41
Given executing "oc new-project testproj" succeeds
42
# mirror
43
When executing "oc registry login --insecure=true" succeeds
44
- Then executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj/hello:test --insecure=true --filter-by-os=linux/amd64" succeeds
+ Then executing "oc image mirror registry.access.redhat.com/ubi8/httpd-24:latest=default-route-openshift-image-registry.apps-crc.testing/testproj/hello:test --insecure=true" succeeds
45
And executing "oc set image-lookup hello" succeeds
46
# deploy
47
When executing "oc apply -f hello.yaml" succeeds
0 commit comments