GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
323 stars 387 forks source link

Build system: Treat untagged and tagged :latest images as the same #807

Closed b-ehlers closed 10 months ago

b-ehlers commented 10 months ago

Docker treats an untagged image name as tagged with `:latest". The build system currently does just a string compare and therefore handles untagged image names and images tagged with ':latest' as different images. This PR fixes this.