-
Notifications
You must be signed in to change notification settings - Fork 470
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
Release 3.10.16 - allow underscores in tag names #288
Conversation
We no longer use silintl/mariadb, we use mariadb images directly.
We use mariadb directly now.
…mariadb Feature/remove silintl mariadb
Allow underscores in repository names.
run parseImageName | ||
[ ! -z $status ] | ||
[ "$output" == "something:tag_123" ] | ||
echo "output = $output" 1>&2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These three lines of code are arcane shell scripting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I care? Do you have a suggestion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For those reading this after the fact, @mtompset and I discussed this directly. We determined that since this is using a test framework (bats) that may affect how this is implemented, the arcane scripting can be left as it is.
Removed
Fixed
Release PR Checklist
ecs-deploy
scriptRelease _._._ - Summary of change
(using whateverthe new version number is, plus a succinct summary of what changed)