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

Auto image picker #429

Merged
merged 10 commits into from
Sep 18, 2023
Merged

Auto image picker #429

merged 10 commits into from
Sep 18, 2023

Conversation

XaverStiensmeier
Copy link
Contributor

@XaverStiensmeier XaverStiensmeier commented Sep 15, 2023

  1. Image definitions in the configuration can now be regexes:
  masterInstance:
    type: de.NBI small
    image: Ubuntu 22\.04 LTS \(.*\)
  1. fallbackOnOtherImage takes either a bool value or a regex. If True is given, the nearest image by name is used if the original image (can be regex) is not found among the active images. If a regex is given, the first regex match is used instead when the original image (can be regex) is not found among the active images.
  2. Added documentation for this feature.

Copy link
Member

@jkrue jkrue left a comment

Choose a reason for hiding this comment

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

lgtm

@jkrue jkrue merged commit 8bdd30c into dev Sep 18, 2023
1 check passed
@jkrue jkrue deleted the auto-image-picker branch September 18, 2023 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants