Skip to content

Commit

Permalink
Merge pull request #282 from dmage/namespace-with-dot-4.9
Browse files Browse the repository at this point in the history
Bug 2053222: Fix importing images that have dots in their namespace
  • Loading branch information
openshift-merge-robot committed Feb 16, 2022
2 parents a82dbf9 + 242eb0b commit fe6dc77
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/openshift/apiserver-library-go v0.0.0-20211105081020-a4615a7a7678
github.com/openshift/build-machinery-go v0.0.0-20210806203541-4ea9b6da3a37
github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7
github.com/openshift/library-go v0.0.0-20210831102543-1a08f0c3bd9a
github.com/openshift/library-go v0.0.0-20220211144658-96cd7a701be1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
go.etcd.io/etcd/client/v3 v3.5.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,9 @@ github.com/openshift/docker-distribution v0.0.0-20180925154709-d4c35485a70d h1:t
github.com/openshift/docker-distribution v0.0.0-20180925154709-d4c35485a70d/go.mod h1:XmfFzbwryblvZ29NebonirM7RBuNEO7+yVCOapaouAk=
github.com/openshift/kubernetes-apiserver v0.0.0-20211019154525-d47792cfd13b h1:wib/bP83nDZIMS5Eeqfznn+/oltwW0LCae1V41ycpK8=
github.com/openshift/kubernetes-apiserver v0.0.0-20211019154525-d47792cfd13b/go.mod h1:vrpMmbyjWrgdyOvZTSpsusQq5iigKNWv9o9KlDAbBHI=
github.com/openshift/library-go v0.0.0-20210831102543-1a08f0c3bd9a h1:6g4CJQBz+mcxdFk19QBplFf6y1xqe1LaUNzTqMOpCS0=
github.com/openshift/library-go v0.0.0-20210831102543-1a08f0c3bd9a/go.mod h1:ymWf1TnfDo0LgjihlqHzYoy81pTY5wBL+bl3XdHNEYI=
github.com/openshift/library-go v0.0.0-20220211144658-96cd7a701be1 h1:3Njyx2dc7FZsGX1uLNZmJYltsOZBLNqQvwofRprDBy0=
github.com/openshift/library-go v0.0.0-20220211144658-96cd7a701be1/go.mod h1:5TSPiu4ZEPW5NwUspgqYqjSD/wF86JWGy+x8jB+9oB4=
github.com/openshift/moby-moby v0.0.0-20190308215630-da810a85109d h1:fLITXDjxMSvUDjnXs/zljIWktbST9+Om8XbrmmM7T4I=
github.com/openshift/moby-moby v0.0.0-20190308215630-da810a85109d/go.mod h1:LJM49W8fBVSj+rvcopJZu9mgH5Tx6HwLHySIYeGeu4k=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down
40 changes: 40 additions & 0 deletions vendor/github.com/openshift/library-go/pkg/crypto/missing_san.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ github.com/openshift/client-go/user/informers/externalversions/internalinterface
github.com/openshift/client-go/user/informers/externalversions/user
github.com/openshift/client-go/user/informers/externalversions/user/v1
github.com/openshift/client-go/user/listers/user/v1
# github.com/openshift/library-go v0.0.0-20210831102543-1a08f0c3bd9a
# github.com/openshift/library-go v0.0.0-20220211144658-96cd7a701be1
## explicit
github.com/openshift/library-go/pkg/apiserver/admission/admissionregistrationtesting
github.com/openshift/library-go/pkg/apiserver/admission/admissionrestconfig
Expand Down

0 comments on commit fe6dc77

Please sign in to comment.