-
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
[master] Fix CentOS 8 build #444
Conversation
- Enable PowerTools repo - Disable building btrfs, which is no longer supported on CentOS/RHEL Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
ping @arkodg @tiborvass @silvin-lubecki PTAL |
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.
LGTM
@@ -79,7 +81,7 @@ export DOCKER_GITCOMMIT=%{_gitcommit} | |||
mkdir -p /go/src/github.com/docker | |||
ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker | |||
|
|||
pushd engine | |||
pushd /root/rpmbuild/BUILD/src/engine |
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.
nit: can't we use an RPM variable here, like $RPM_BUILD_ROOT
?
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.
I'll look at some cleaning up in a follow-up 👍
Just curious: How long do you expect it will take to start seeing the CentOS 8 RPMs in the docker-de repo (e.g. under https://download.docker.com/linux/centos/)? Will we need to wait until the next docker-ce release? Thanks! :) |
Yes, the plan is to add CentOS 8 for the next release, not in a 19.03.x patch release |
follow-up to #416
CentOS/RHEL