You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
where
image:v1
andimage: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:My understanding is that if we use
image:v*
then all tags will be exported which is undesirable.The text was updated successfully, but these errors were encountered: