-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: ensure docker in docker can run properly via new env variable #770
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #770 +/- ##
=====================================
Coverage 1.08% 1.08%
=====================================
Files 80 79 -1
Lines 8886 8853 -33
=====================================
Hits 96 96
+ Misses 8780 8747 -33
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It looks like gitlab exposes a
When you tested setting Rather than searching the Main concern is that a search for |
Agreed, we want to avoid it being brittle. Will need to double check setting the same value as DOCKER_HOST. I think a nitric based env var will work more broadly (have a feeling the azure and GCP might need configuring as well), but let's try it tomorrow. We can keep the WSL fix in. |
c4a5e18
to
8961e02
Compare
36d4f86
to
0e32b5e
Compare
f37169d
to
1b4ad81
Compare
🎉 This PR is included in version 1.50.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #769
Adds new env variable called
NITRIC_DOCKER_HOST
, this can be set to an IP like172.17.0.4
on runners like GitLab and other Docker in Docker environments.I have tested on: