forked from openshift/origin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openshift#18078 from smarterclayton/fix_mirror
Automatic merge from submit-queue. `oc image mirror` was accidentally broken during dependency updating An upstream cherry-pick was dropped and the wrong values were passed to the manifest Get call. @liggitt
- Loading branch information
Showing
5 changed files
with
99 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,10 @@ import: | |
- package: github.com/opencontainers/runc | ||
repo: [email protected]:openshift/opencontainers-runc | ||
version: openshift-3.9 | ||
# cli | ||
- package: github.com/docker/distribution | ||
repo: [email protected]:openshift/docker-distribution | ||
version: release-2.6.0 | ||
|
||
# ours: shared with kube, but forced by openshift | ||
# master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
16 changes: 12 additions & 4 deletions
16
vendor/github.com/docker/distribution/registry/client/repository.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
61 changes: 61 additions & 0 deletions
61
vendor/github.com/docker/distribution/registry/client/repository_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.