You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest image quiq/docker-registry-ui:latest and I run it with an /opt/data volume. When running ti is see this in the log:
____ __
/ __/___/ / ___
/ _// __/ _ \/ _ \
/___/\__/_//_/\___/ v3.2.6
High performance, minimalist Go web framework
https://echo.labstack.com
____________________________________O/_______
O\
⇨ http server started on [::]:8000
2018-05-25 21:36:19 - registry.client - INFO - Calculating tags in background...
2018-05-25 21:36:19 - registry.client - INFO - GET /v2/_catalog 200 OK
2018-05-25 21:36:20 - registry.client - INFO - GET /v2/busybox/tags/list 404 Not Found
2018-05-25 21:36:20 - registry.client - INFO - Tags calculation complete.
2018-05-25 21:36:27 - registry.client - INFO - GET /v2/busybox/tags/list 404 Not Found
Error selecting from table: no such table: events
I can see a registry_events.db file created in the data volume:
# ll
total 0
-rw-r--r--. 1 nfsnobody nfsnobody 0 May 25 14:31 registry_events.db
The text was updated successfully, but these errors were encountered:
I'm using the latest image
quiq/docker-registry-ui:latest
and I run it with an/opt/data
volume. When running ti is see this in the log:I can see a
registry_events.db
file created in the data volume:# ll total 0 -rw-r--r--. 1 nfsnobody nfsnobody 0 May 25 14:31 registry_events.db
The text was updated successfully, but these errors were encountered: