Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canal fails to start due to quay.io not being present in the set of valid registries #67

Closed
mcastelino opened this issue Mar 13, 2019 · 3 comments

Comments

@mcastelino
Copy link
Contributor

crio has started enforcing registry origin checks. Hence all registries used by the stack need to be on the whitelist. We should update /etc/containers/registries.conf or replace it with all valid registries.

/etc/containers/registries.conf

# This is a system-wide configuration file used to
# keep track of registries for various container backends.
# It adheres to TOML format and does not support recursive
# lists of registries.

# The default location for this configuration file is /etc/containers/registries.conf.

# The only valid categories are: 'registries.search', 'registries.insecure',
# and 'registries.block'.

[registries.search]
registries = ['docker.io', 'quay.io']

# If you need to access insecure registries, add the registry's fully-qualified name.
# An insecure registry is one that does not have a valid SSL certificate or only does HTTP.
[registries.insecure]
registries = ['docker.io', 'quay.io']


# If you need to block pull access from a registry, uncomment the section below
# and add the registries fully-qualified name.
#
# Docker only
[registries.block]
registries = []
@mcastelino
Copy link
Contributor Author

mcastelino commented Mar 13, 2019

/cc @grahamwhaley @ganeshmaharaj

@krsna1729
Copy link
Contributor

@mcastelino we should not update insecure registries

ganeshmaharaj pushed a commit to ganeshmaharaj/cloud-native-setup that referenced this issue Mar 13, 2019
Fixes: clearlinux#67

Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
ganeshmaharaj pushed a commit to ganeshmaharaj/cloud-native-setup that referenced this issue Mar 13, 2019
Fixes: clearlinux#67

Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
ganeshmaharaj pushed a commit to ganeshmaharaj/cloud-native-setup that referenced this issue Mar 13, 2019
Fixes: clearlinux#67

Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
@mcastelino
Copy link
Contributor Author

The root cause for due to

#70

This is not a registry issue.

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

No branches or pull requests

2 participants