#5046 [Jenkins] project request: rkt
Closed: Fixed None Opened 8 years ago by albanc.

= Name of the project =

rkt

= One line description of the project =

rkt is a CLI for running app containers on Linux

= Contact person for this =

Alban Crequy alban.crequy@gmail.com

Please keep the packagers in the loop:

= URL to the sources =

https://github.com/coreos/rkt

= Remarks =

rkt is not yet packaged in Fedora. This is a work in progress tracked by:
- https://github.com/coreos/rkt/issues/1304
- https://bugzilla.redhat.com/show_bug.cgi?id=1169966
- https://github.com/fedora-cloud/rkt-rpm

I am following instructions from:
https://fedoraproject.org/wiki/Jenkins@infra

Is it possible to benefit from Jenkins@Fedora-infra if rkt is not yet packaged in Fedora?


Hi,

thank you for requesting this project.
This has been setup as a blank project at: http://jenkins.fedorainfracloud.org/job/rkt/.

After logging in with your FAS account, you should be able to modify the project and add build steps and so.

Please let us know if we can help any further.

Thanks for creating it so fast!

The wiki page says that it spins off/destroy virtual machines. Does it mean I don't need to care if the test alters the system as root?

To give an idea of the kind of commands I would like to run on top of a base Fedora system:
{{{
sudo dnf -y -v groupinstall "Development Tools"
sudo dnf -y -v groupinstall "C Development Tools and Libraries"
sudo dnf -y -v install wget squashfs-tools patch glibc-static gnupg golang
sudo groupadd rkt
sudo gpasswd -a $USER rkt
chmod 755 $HOME
sudo /usr/sbin/setenforce 0
}}}
And then compile rkt & run its tests. Is it allowed?

Login to comment on this ticket.

Metadata