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

Fix the private registry logic #2180

Merged
merged 5 commits into from
Nov 27, 2024

Conversation

collivier
Copy link
Collaborator

@collivier collivier commented Nov 15, 2024

Description

  • remove registry:5000 as unused
  • stop listing registries out the spec tests installing them
  • cache docker.io everywhere needed
  • also override registry for private_registry_rolling et al

How has this been tested:

  • Covered by existing integration testing
  • Added integration testing to cover
  • Verified all A/C passes
    • develop
    • master
    • tag/other branch
  • Test environment
    • Shared Packet K8s cluster
    • New Packet K8s cluster
    • Kind cluster
  • Have not tested

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

@collivier collivier force-pushed the private_registries branch 3 times, most recently from 673126b to bf3b643 Compare November 18, 2024 11:22
- remove registry:5000 as unused
- stop listing registries out the spec tests installing them
- cache docker.io everywhere needed
- also override registry for private_registry_rolling et al

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
@collivier collivier changed the title Avoid 2 private registries Fix the private registry logic Nov 18, 2024
@collivier collivier force-pushed the private_registries branch 2 times, most recently from 86a18a7 to 1e58eaa Compare November 25, 2024 14:47
This tests can work without login.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
A registry is now used to centralize auth.

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
See all failures when running specs (e.g. observability)

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Copy link
Collaborator

@martin-mat martin-mat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@martin-mat martin-mat requested a review from svteb November 26, 2024 13:58
Copy link
Collaborator

@svteb svteb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@martin-mat martin-mat merged commit 1767207 into cnti-testcatalog:main Nov 27, 2024
85 checks passed
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

Successfully merging this pull request may close these issues.

3 participants