Simplify naming of toolbox images #373
Labels
2. Images
Images for creating toolbox containers
5. Help Wanted
Extra attention is needed
7. Need Information
Further information is requested
In the Dockerfiles of toolbox images we set the label name like this:
name="$FGC/$NAME"
. That leads to the fact that the images are called in case of Fedora 31 like this:f31/fedora-toolbox
. This naming schema is not right in my opinion. All these images are a fedora-toolbox with one difference and that is the version. But version should be handled by the version label.I propose we change the naming to just:
fedora-toolbox
and use the label to manage versions. We could also start offering Rawhide asfedora-toolbox:rawhide
.The text was updated successfully, but these errors were encountered: