-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'socket hang up' when I rename extension image and add org #221
Comments
Also, If I exec inside service container do curl to |
I Hi @ibreakthecloud thank you for reporting this! I can reproduce this as well. This could be related to the length of the socket path. If I change the image tag to |
Thanks for the quick reply @benja-M-1 . |
Unfortunately, no, there is not. In |
In Docker Desktop 4.15 we've improved the @ibreakthecloud In your existing While this is not a definitive solution, it will reduce the likelihood of hitting this issue. |
Describe the bug
I have created a docker extension, currently the code is private. when I do
docker build -t secretscanner-docker-extension:latest .
and then
docker extension install secretscanner-docker-extension:latest
I am able to use the extension properly, ui is able to do
ddClient.extension.vm?.service?.get('/ping')
But, when I do
docker build -t deepfenceio/secretscanner-docker-extension:latest .
and then
docker extension install deepfence/secretscanner-docker-extension:latest
ddClient.extension.vm?.service?.get('/ping')
throws below error in console logmy docker compose yaml
Add the steps to reproduce
Steps to reproduce the behavior:
Describe the expected behavior
A clear and concise description of what you expected to happen.
Optional: Add screenshots
If applicable, add screenshots to help explain your problem.
Output of
docker extension version
:Output of
docker version
:Include the Diagnostics ID
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: