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

[release tool] auth and image validation fixups [master] #10032

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danudey
Copy link
Contributor

@danudey danudey commented Mar 21, 2025

A few minor fixups to docker authentication and image existence validation

@danudey danudey requested a review from a team as a code owner March 21, 2025 17:15
@danudey danudey added docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact labels Mar 21, 2025
@danudey danudey self-assigned this Mar 21, 2025
@marvin-tigera marvin-tigera added this to the Calico v3.30.0 milestone Mar 21, 2025
} else if !result.exists {
missingImages = append(missingImages, r.imageComponents[result.name])
}
}
if len(missingImages) > 0 {
resultsErr = fmt.Errorf("error validating %s images", len(missingImages))
Copy link
Contributor

Choose a reason for hiding this comment

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

resultsErr should state all the missing images as well, simply having a length is not useful error information

@@ -120,6 +120,8 @@ require (
sigs.k8s.io/yaml v1.4.0
)

require github.com/avast/retry-go/v4 v4.6.1
Copy link
Contributor

Choose a reason for hiding this comment

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

this require should not be separated. put it in the appropirate existing require section.

also, I think it is overkill to add a rety library that is used once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs-not-required Docs not required for this change release-note-not-required Change has no user-facing impact
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants