Page MenuHomeDevCentral

CentOS repositories for Docker
ClosedPublic

Authored by dereckson on Feb 17 2016, 00:36.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 17, 05:13
Unknown Object (File)
Mon, Sep 16, 23:33
Unknown Object (File)
Wed, Sep 11, 16:03
Unknown Object (File)
Wed, Sep 11, 00:34
Unknown Object (File)
Mon, Sep 9, 08:06
Unknown Object (File)
Mon, Sep 9, 08:04
Unknown Object (File)
Mon, Sep 9, 07:27
Unknown Object (File)
Mon, Sep 9, 06:48
Subscribers
None

Details

Summary

To get an up-to-date version of Docker, the virt7 CBS repositories
offer us the last Project Atomic packages.

This change adds the following repositories to Yum config:

  • virt7-common-testing
  • virt7-docker-common-testing
Test Plan

make install

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
T745
Build Status
Buildable 365
Build 436: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to CentOS repositories for Docker.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.

Typo to fix.

roles/paas-docker/files/virt7-testing.repo
3

-docker

dereckson marked an inline comment as done.

Typo to fix.

Done.

I've successfully tested this on Dwellers:

Testing procedure log

$ git checkout master && git pull && arc patch D283
[...]
 OKAY  Successfully committed patch.
$ rm /etc/yum.repos.d/virt7-testing.repo                                       
$ make install
install -m 0644 files/virt7-testing.repo /etc/yum.repos.d/
$ cat /etc/yum.repos.d/virt7-testing.repo                                          
[virt7-common-testing]
name=virt7-common-testing
baseurl=http://cbs.centos.org/repos/virt7-common-testing/x86_64/os/
enabled=1
gpgcheck=0

[virt7-docker-common-testing]
name=virt7-docker-common-testing
baseurl=http://cbs.centos.org/repos/virt7-docker-common-testing/x86_64/os/
enabled=1
gpgcheck=0
/home/dereckson/dev/nasqueron/operations/roles/paas-docker/centos-cbs-repos ] 

Moved files to unit subdirectory.

Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2016, 18:04
This revision was automatically updated to reflect the committed changes.