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

Extract versions that contains dashes #413

Merged
merged 1 commit into from
Aug 15, 2023

Commits on Aug 8, 2023

  1. Extract versions that contains dashes

    The version extraction assumed that the version is everything after the
    last `-` in the container name. This doesn't work if you deploy a
    non-MRSK generated version that contains a `-`.
    
    To fix we'll generate the non version prefix and strip it off. In some
    places for this to work we need to make sure to pass the role through.
    
    Fixes: #402
    djmb committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4dd8208 View commit details
    Browse the repository at this point in the history