-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deployments: use centos:centos7 instead of deployment-example image #11261
Conversation
[test] |
LGTM |
34c46da
to
57833ac
Compare
- image: "docker.io/openshift/deployment-example:v1" | ||
- image: "docker.io/centos:centos7" | ||
command: | ||
- /bin/sleep |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation is wrong
[test] |
yeah I fixed that on Friday, the tests pass this was some weird unit test failure. |
Evaluated for origin test up to 57833ac |
[merge] |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9795/) |
#11074 [merge] |
Evaluated for origin merge up to 57833ac |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/9799/) (Image: devenv-rhel7_5159) |
Closes #11256
Closes #11257