Page MenuHomeDevCentral

Deploy Docker registry
ClosedPublic

Authored by dereckson on Sep 18 2018, 15:02.
Tags
None
Referenced Files
F2993839: D1768.diff
Sun, May 26, 17:55
Unknown Object (File)
Tue, May 21, 12:14
Unknown Object (File)
Sun, May 19, 12:37
Unknown Object (File)
Fri, May 17, 13:01
Unknown Object (File)
Mon, May 13, 06:58
Unknown Object (File)
Fri, May 10, 07:14
Unknown Object (File)
Thu, May 9, 22:58
Unknown Object (File)
Wed, May 8, 21:42
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 Not Applicable
Unit
Tests Not Applicable

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.