Skip to content

Commit

Permalink
Update default allowed registries
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Jun 23, 2017
1 parent c3c286b commit 6afd5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/server/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ var (
// part of the domain name.
DefaultAllowedRegistriesForImport = &AllowedRegistries{
{DomainName: "docker.io"},
{DomainName: "*.docker.io"}, // registry-1.docker.io
{DomainName: "registry.access.redhat.com"},
{DomainName: "*.docker.io"}, // registry-1.docker.io
{DomainName: "*.redhat.com"}, // registry.connect.redhat.com and registry.access.redhat.com
{DomainName: "gcr.io"},
{DomainName: "quay.io"},
// FIXME: Probably need to have more fine-tuned pattern defined
Expand Down

0 comments on commit 6afd5b3

Please sign in to comment.