swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
345 stars 71 forks source link

Handle alternative Docker registries #122

Closed pjreed closed 3 years ago

pjreed commented 3 years ago

The code that parsed Docker image names was incorrectly parsing ports for custom Docker registries; this fixes that.

Also added a note indicating that authenticating with registries is currently unsupported.

Signed-off-by: P. J. Reed preed@swri.org