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

Allow single character glob pattern '?' in tags #408

Open
plexoos opened this issue Dec 22, 2022 · 0 comments · May be fixed by #429
Open

Allow single character glob pattern '?' in tags #408

plexoos opened this issue Dec 22, 2022 · 0 comments · May be fixed by #429

Comments

@plexoos
Copy link
Contributor

plexoos commented Dec 22, 2022

It would be nice if the script processing the docker_images.txt file could also deal with single character glob pattern '?' in addition to '*'.

For example, we might have the following tags in the registry:

image:v1-compiler1, image:v1
image:v1-compiler2
image:v2-compiler1
image:v2-compiler2, image:v2

where image:v1 and image:v2 are aliases to our default images built with the corresponding compiler (or OS). Now, if we wanted to export only the short alias tags we could specify in docker_images.txt something like this:

image:v?

My understanding is that if we use image:v* then all tags will be exported which is undesirable.

@jthiltges jthiltges linked a pull request Apr 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant