Page MenuHomeDevCentral

CentOS repositories for Docker
ClosedPublic

Authored by dereckson on Feb 17 2016, 00:36.
Tags
None
Referenced Files
F10028639: D283.id667.diff
Tue, Jun 17, 21:01
F10018264: D283.id665.diff
Tue, Jun 17, 17:36
F10011287: D283.id668.diff
Tue, Jun 17, 15:24
F10011044: D283.id666.diff
Tue, Jun 17, 15:20
F10008056: D283.diff
Tue, Jun 17, 14:20
F9966648: D283.id666.diff
Tue, Jun 17, 00:07
Unknown Object (File)
Mon, Jun 16, 21:00
Unknown Object (File)
Mon, Jun 16, 20:15
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.