-
Notifications
You must be signed in to change notification settings - Fork 127
[base-images] Migrate base image references from image_versions.yml to base_images.yml #13394
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
Open
saribaev021
wants to merge
7
commits into
main
Choose a base branch
from
ci-change-base-images
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6f78a50
to
d22a862
Compare
d22a862
to
cc4ee4a
Compare
57bad02
to
350c5bb
Compare
350c5bb
to
0fdf071
Compare
name212
approved these changes
May 21, 2025
aleksey-su
approved these changes
May 22, 2025
RomanenkoDenys
approved these changes
May 26, 2025
sprait
approved these changes
Jun 2, 2025
🟢 |
z9r5
8000
approved these changes
Jun 5, 2025
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
Signed-off-by: Kanatbek Saribaev <kanatbek.saribaev@flant.com>
0fdf071
to
08006d6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cluster-and-infrastructure
Pull requests that update infra modules
area/core
Pull requests that update core modules
area/docs
Pull requests that update doumentation
area/kubernetes
Pull requests that update k8s
area/monitoring
Pull requests that update monitoring modules
area/network
Pull requests that update cni and network modules
area/security
Pull requests that update security modules
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates references to base images throughout the project to reflect our transition from using
image_versions.yml
to the newbase_images.yml
configuration. The following mappings have been applied:BASE_ALPINE
→builder/alpine
BASE_NODE_23_ALPINE
→builder/node-alpine
BASE_SCRATCH
→builder/scratch
BASE_ALT_P11
→builder/alt
This is a mechanical change affecting base image references only. No application logic has been modified.
Why do we need it, and what problem does it solve?
We are deprecating
image_versions.yml
in favor of a more structured and centralizedbase_images.yml
system for managing base images. This improves maintainability, reduces duplication, and aligns with our updated build pipeline standards.These changes are required to ensure consistency across the build system and prepare for future automation in CI/CD workflows.
Why do we need it in the patch release (if we do)?
Checklist
Changelog entries