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
Not really an important issue but I thought I'd just let you know:
The changes to add in Dialout termination support (and subsequent clean up) have broken the Dockerfile
COPY failed: file not found in build context or excluded by .dockerignore: stat certs/self_signed/: file does not exist
make: *** [Makefile:33: docker] Error 1
As far as I understand it, the certs are only needed when acting as a dialout terminator (and when not skipping verification)? So maybe a quick fix would be just to have (pseudo)empty certs/self_signed directory in the repo? Maybe also with some extra documentation in the readme for when dialout is enabled that these certs need to be present.
The text was updated successfully, but these errors were encountered:
Not really an important issue but I thought I'd just let you know:
The changes to add in Dialout termination support (and subsequent clean up) have broken the Dockerfile
As far as I understand it, the certs are only needed when acting as a dialout terminator (and when not skipping verification)? So maybe a quick fix would be just to have (pseudo)empty
certs/self_signed
directory in the repo? Maybe also with some extra documentation in the readme for when dialout is enabled that these certs need to be present.The text was updated successfully, but these errors were encountered: