Page MenuHomeDevCentral

Deploy Docker registry
ClosedPublic

Authored by dereckson on Sep 18 2018, 15:02.
Tags
None
Referenced Files
F35050157: D1768.diff
Mon, Jul 6, 05:58
F35037582: D1768.id4488.diff
Mon, Jul 6, 04:01
F34984325: D1768.id4488.diff
Sun, Jul 5, 18:24
Unknown Object (File)
Fri, Jul 3, 18:59
Unknown Object (File)
Thu, Jul 2, 04:50
Unknown Object (File)
Sun, Jun 21, 08:49
Unknown Object (File)
Fri, Jun 19, 10:04
Unknown Object (File)
Fri, Jun 19, 01:51
Subscribers
None

Details

Summary

Ref T1434

Test Plan

Deploy the container:

Salt master
$ salt equatower state.apply roles/paas-docker/docker/containers/registry

Push images based on the DevCentral and Cachet containers to the local registry:

Equatower
$ docker commit devcentral localhost:5000/devcentral:2018-09-18
$ docker commit cachet localhost:5000/cachet:2018-09-18

$ docker push localhost:5000/devcentral:2018-09-18
$ docker push localhost:5000/cachet:2018-09-18

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
registry
Build Status
Buildable 2750
Build 2998: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Sep 18 2018, 21:44
This revision was automatically updated to reflect the committed changes.