-
Notifications
You must be signed in to change notification settings - Fork 122
HelpersTask578_Docker_fails_due_to_missing_Docker_socket #583
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
HelpersTask578_Docker_fails_due_to_missing_Docker_socket #583
Conversation
IMO this approach is better (with a comment added for clarity after Actually, maybe this can even be added as an extra condition in |
docs/onboarding/intern.set_up_development_on_laptop.how_to_guide.md
Outdated
Show resolved
Hide resolved
docs/onboarding/intern.set_up_development_on_laptop.how_to_guide.md
Outdated
Show resolved
Hide resolved
docs/onboarding/intern.set_up_development_on_laptop.how_to_guide.md
Outdated
Show resolved
Hide resolved
docs/onboarding/intern.set_up_development_on_laptop.how_to_guide.md
Outdated
Show resolved
Hide resolved
@aangelo9 could you help add the fix mentioned here #578 (comment) as well ? The file to change is |
LGTM. Thanks for the help with debugging @aangelo9 If all looks good, I can build and release a new version of //helpers image. WDYT? @gpsaggese @sonniki |
LGTM |
|
Related to #578
Current Pipeline:
We want to insert
hserver.is_external_dev()
.Approach:
Insert in
hserver.get_docker_info()
:Insert in
henv.get_system_signature()
:Implementation in
hserver.get_docker_info()
might be better for future use cases if its reused elsewhere. It also encapsulates safety logic in one place since it already callsis_inside_docker_
.