Feature or enhancement request details
When I use docker build I can use -t 25.10.1 -t latest at the same time, and the final image will be tagged with both tags 25.10.1 and latest. In case of container build ... -t 25.10.1 -t latest it will use just one of them.
Code of Conduct