When i create a product, i specify which tags to include. Normally if a register offers an image with tags like:
v15.x, v16.x, etc. I specify them like: v15.?, v16.? etc (b/c i don’t want to pull earlier then v14). I personally think it would be wiser to specify a range like: v[15-18].? (or v[15:18.?]).
It’s possible to use * and ? to filter it mostly, but i think it would be great to specify a range if that’s possible.