Skip to content

Skip extra validation when generating base images #2445

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

Merged
merged 2 commits into from
Jul 5, 2025

Conversation

8W9aG
Copy link
Contributor

@8W9aG 8W9aG commented Jul 3, 2025

  • Currently base image generation fails because the function determining whether a configuration exists also checks the registry
  • But when building new base images, the registry by definition is empty, making this check fail
  • Tell the base image generator whether we are generating base images and if so skip the further validation

@8W9aG 8W9aG requested review from michaeldwan and nevillelyh July 3, 2025 14:00
@8W9aG 8W9aG merged commit 0d06f91 into main Jul 5, 2025
132 of 141 checks passed
@8W9aG 8W9aG deleted the sackfield/skip-extra-validation-generation branch July 5, 2025 19:47
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.

1 participant