-
Notifications
You must be signed in to change notification settings - Fork 145
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
Enable rhel 7.5 and docker 1.13 #1061
Conversation
@@ -22,7 +22,7 @@ actions: | |||
- type: "host_script" | |||
title: "install docker" | |||
script: |- | |||
oct prepare docker --repourl "https://mirror.openshift.com/enterprise/rhel/dockertested/x86_64/os/" --repo 'oso-rhui-rhel-server-*' | |||
oct prepare docker --version '1.13' --repo 'oso-rhui-rhel-server-*' |
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.
err, keep the dockertested for the 1.13 install
@stevekuznetsov If you insist on it working, fine. |
/lgtm |
We failed to get the test suite passing with docker1.13 due to a websocket issue |
Seems to be fixed in openshift/origin#18755 |
@@ -4,7 +4,7 @@ set -eu | |||
BASE_DIR=/mnt/redhat | |||
REMOTE_DIR=/srv/enterprise/rhel | |||
LATEST_RHEL_COMPOSE=${BASE_DIR}/nightly/latest-RHEL-7 | |||
LATEST_EXTRAS=${BASE_DIR}/nightly/EXTRAS-RHEL-7.4/latest-EXTRAS-7-RHEL-7/compose/Server/x86_64/os | |||
LATEST_EXTRAS=${BASE_DIR}/nightly/EXTRAS-RHEL-7.5/latest-EXTRAS-7-RHEL-7/compose/Server/x86_64/os |
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.
seems scary if our AMI is still 7.4 yeah?
Should be able to yum upgrade. If not then there are problems. |
OK, will add a |
No description provided.