-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/mkoci: Refactor image tagging
Bugfix: - Major version extraction with shell expansion was wrong Readability: - Split tagging runtime based short tags to its own function - Split tagging default runtime tags (:latest, :<version>, :<ver_major>) to its own function Changes: - As a result of tagging split, two new mkoci command introduced. - New `tags` command shows the list of tags mkoci will create with a `release`.
- Loading branch information
Showing
1 changed file
with
50 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters