Skip to content
This repository was archived by the owner on Apr 14, 2018. It is now read-only.

Docker Registry v1 and v2 #8

Closed
wants to merge 8 commits into from
Closed

Docker Registry v1 and v2 #8

wants to merge 8 commits into from

Conversation

cmheisel
Copy link
Contributor

Adds Docker registry v2
Retrains Docker registry v1
Updated README

@cmheisel cmheisel mentioned this pull request Nov 11, 2015
@@ -20,6 +20,11 @@ docker_registry_dir: /opt/docker-registry
docker_registry_port: 5000
docker_registry_vhost_name: "registry registry.yourdomain.local"

docker_registry_2_enable: true
docker_registry_2_dir: /opt/docker-registry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it a problem that the v1 and v2 registries are both enabled by default and are both using the same storage dir?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, I'll update

@tehranian
Copy link
Contributor

@cmheisel Really sorry to do this since you've already re-worked your change, but...

In my comments in #7, I was merely asking what you thought about how to handle the v1/v2 Registry upgrade logistics. Looking at the two diffs and thinking about the longer-term implications, I kind of like the diff from #7 better. If we're going to implement a v2 registry, I think the v1 registry can be removed.

Can we re-open #7, update it with the README changes, then I'll merge it?

Thanks and sorry for any miscommunications on my part.

@tehranian
Copy link
Contributor

@cmheisel - Ping? Can we re-open #7, update it with the README changes, then I'll merge it?

@tehranian tehranian closed this in 28786f8 Nov 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants