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

backend/repository2: don't ignore when there's an image digest #171

Merged
merged 1 commit into from
Jun 14, 2016

Conversation

cgonyeo
Copy link
Member

@cgonyeo cgonyeo commented Jun 1, 2016

The code for pulling from a v2 repository always used the tag to pull,
but the correct action was to pull by digest when one was specified.

Related: #170.

The code for pulling from a v2 repository always used the tag to pull,
but the correct action was to pull by digest when one was specified.
@jonboulle
Copy link
Contributor

lgtm, can we test?

@cgonyeo
Copy link
Member Author

cgonyeo commented Jun 1, 2016

afaik there are no tests for fetching from a remote repository, by digest or not.

I just created this to reflect this fact: #172.

@cgonyeo
Copy link
Member Author

cgonyeo commented Jun 14, 2016

Bump on this, it's necessary for rkt/rkt#2188.

I also need tests for fetching for #176, and whatever tests I add there could reasonably cover this use case.

@iaguis
Copy link
Member

iaguis commented Jun 14, 2016

Let's merge this then. LGTM.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants