Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Update upstream docker/docker-registry repository #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update upstream docker/docker-registry repository #28

wants to merge 1 commit into from

Conversation

bshi
Copy link

@bshi bshi commented Nov 6, 2014

Updates to 0.9 + the merge of the patch that addresses #22

@proppy can I convince you to upgrade the upstream package to address the linear scan issue? We'd rather pull from the official google docker images rather than baking our own. The patch that fixes #22 was just accepted in docker/docker-repository today as the first commit after the 0.9 release.

@proppy
Copy link
Member

proppy commented Nov 7, 2014

@bshi I wonder if we should vendor the patch instead and apply it on build.

@bshi
Copy link
Author

bshi commented Nov 7, 2014

I'm agnostic to the approach. Where and how in the build/development process do you envision the patch being applied?

@proppy
Copy link
Member

proppy commented Nov 7, 2014

@bshi in the Dockerfile, just add a curl github/rev | patch with the commit message as a comment?

@bshi
Copy link
Author

bshi commented Nov 7, 2014

@proppy See updated PR. Had to add ca-certificates for curl over https (and included a cleanup step to save a significant chunk of space in that image layer since the layer would require a rebuild anyway).

@proppy
Copy link
Member

proppy commented Nov 10, 2014

/cc @ktintc @dlorenc we also need to test on GCE and locally.

Updates docker-registry from 0.8 to 0.9 and vendors a patch (slated to
be released in 1.0) to address issue #22.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible issue pulling from a repository with a large number of tags.
2 participants