Skip to content

Conversation

@kinarashah
Copy link
Member

@kinarashah kinarashah force-pushed the rke-extended-life-images branch from 7aa595b to 82f70f6 Compare September 24, 2025 17:39
@kinarashah kinarashah marked this pull request as ready for review September 24, 2025 17:51
@kinarashah kinarashah requested a review from a team as a code owner September 24, 2025 17:51
./bin/rke config --system-images --all | grep -Eo '^[^ ]+/.+' | grep -v '^noiro/' | sort | uniq > "$IMAGES_LIST_FILE"

# Check if the command was successful
if [ $? -ne 0 ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

Won't set -e cause the above command to exit anyway?

Copy link
Member Author

@kinarashah kinarashah Sep 25, 2025

Choose a reason for hiding this comment

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

Yep, looks redundant with set -e in the beginning. Picked the template from https://github.com/rancher/rke/pull/2843/files#diff-711d44b1e728c3a61cf4123cc4ccd56bdeadb212c8faf443913b3d72ccd0305a. Removed this check

@kinarashah kinarashah force-pushed the rke-extended-life-images branch from 82f70f6 to 65f602d Compare September 25, 2025 18:08
@snasovich snasovich requested a review from a team September 25, 2025 20:39
Copy link
Contributor

@mitulshah-suse mitulshah-suse left a comment

Choose a reason for hiding this comment

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

LGTM

@snasovich snasovich merged commit 6ecad39 into release/v1.8 Oct 1, 2025
9 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.

5 participants