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
Hi @mtakaki, this merge broke docker implementation:
[root@x1 alpine-test]# docker pull mtakaki/cachet-url-monitor
Using default tag: latest
latest: Pulling from mtakaki/cachet-url-monitor
Digest: sha256:f3bbd05898ed4bd7e8de6b612c641008f5f2adbaeb7efc2b4401b589eadb97e3
Status: Image is up to date for mtakaki/cachet-url-monitor:latest
docker.io/mtakaki/cachet-url-monitor:latest
[root@x1 alpine-test]# docker run --rm -it -v "$PWD":/usr/src/app/config/ mtakaki/cachet-url-monitor
Traceback (most recent call last):
File "./cachet_url_monitor/scheduler.py", line 14, in <module>
from cachet_url_monitor.plugins.token_provider import get_token
ModuleNotFoundError: No module named 'cachet_url_monitor.plugins'
Hi @mtakaki,
this merge broke docker implementation:
release-0.6.9 is working correctly
The text was updated successfully, but these errors were encountered: