KhronosGroup / DockerContainers

Docker container specifications which package dependencies for building Khronos documentation and software
Apache License 2.0
7 stars 10 forks source link

Use repository name to identify individual images instead of tags #17

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

As discussed before the type of an image is better represented in the "repo" part of the name, leaving the tag purely for versioning (typically latest, and combinations of tags that represent a specific [combination of] versions that had been used to create the image).

This might not have been done previously due to quotas, but such limits don't seem to exist anymore.