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

Conversation

djmb
Copy link
Collaborator

@djmb djmb commented Aug 8, 2023

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

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 djmb merged commit 715cd94 into main Aug 15, 2023
6 checks passed
@jeremy jeremy deleted the extract-version-from-container-name-correctly branch September 6, 2023 21:25
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.

Containers are not stopped if the docker tag contains "-"
1 participant