-
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
Add initial scripts for Fedora 29 #212
Conversation
7d2756d
to
a5a6e0a
Compare
a5a6e0a
to
3b5c0c4
Compare
@@ -69,6 +70,14 @@ fedora: fedora-28 fedora-27 fedora-26 ## build all fedora rpm packages | |||
.PHONY: centos | |||
centos: centos-7 ## build all centos rpm packages | |||
|
|||
.PHONY: fedora-29 |
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.
Should add fedora-29 to the fedora
target.
Although I'm not sure if we use that target.
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.
We don't, we should probably just remove it
This needs to be rebased! |
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
@jose-bigio rebased! |
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
Hi, Thank you for your work! Cheers, |
|
Manage it via: # from F29
dnf install https://download.docker.com/linux/fedora/29/x86_64/nightly/Packages/docker-ce-cli-0.0.0.20181027050239.c7c18e3-0.fc29.x86_64.rpm
# from F28, as the docker-ce requires `containerd.io` to be installed (instead of containerd in system?)
dnf install https://download.docker.com/linux/fedora/28/x86_64/stable/Packages/containerd.io-1.2.0-2.2.rc.2.1.fc28.x86_64.rpm
# from F29
dnf install https://download.docker.com/linux/fedora/29/x86_64/nightly/Packages/docker-ce-0.0.0.20181027050239.c7c18e3-0.fc29.x86_64.rpm Looks stable, until an official repo will be available. |
Fedora 29 isn't scheduled to GA until 23-10-2018 but let's get ahead of the curve and start building this in our nightly pipelines.
Relates to docker/for-linux#430
Signed-off-by: Eli Uriegas eli.uriegas@docker.com