happy-kitchen-89482
10/10/2021, 7:06 PMpostgresql
is a repository, and 13.4
is a tag within that repository<repository>/<image_name>
and this is used as the Docker repository conceptrepository
in practice?curved-television-6568
10/10/2021, 7:27 PMambitious-actor-36781
10/10/2021, 10:26 PM<http://eu.gcr.io/mycompany/image:123|eu.gcr.io/mycompany/image:123>
<http://eu.gcr.io/mycompany|eu.gcr.io/mycompany>
is the registry
<http://eu.gcr.io/mycompany/image|eu.gcr.io/mycompany/image>
is the repository
123
is the tag
and you can have an infinite combinations of each all pointing to a single image.FROM <http://eu.gcr.io/mycompany/base:123|eu.gcr.io/mycompany/base:123>
in all your dockerfiles?
I think it's pretty common to do ARG registry='mycompany'; FROM ${registry}/base:123
worried-salesclerk-37834
10/11/2021, 12:11 AMhappy-kitchen-89482
10/11/2021, 2:10 AMcurved-television-6568
10/11/2021, 5:12 AMimage_name
field. I think there’s enough flexibility already with the name template option.happy-kitchen-89482
10/11/2021, 6:01 AMcurved-television-6568
10/12/2021, 11:54 AM