-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
act dind flag #2420
base: master
Are you sure you want to change the base?
act dind flag #2420
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
@ChristopherHX this pull request has failed checks 🛠 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2420 +/- ##
===========================================
+ Coverage 61.56% 76.35% +14.79%
===========================================
Files 53 62 +9
Lines 9002 8180 -822
===========================================
+ Hits 5542 6246 +704
+ Misses 3020 1367 -1653
- Partials 440 567 +127 ☔ View full report in Codecov by Sentry. |
@ChristopherHX this pull request has failed checks 🛠 |
I totally forget about exposing ports from container. hijacking a docker-proxy binary with a script might be able to do the proxy logic in the job container to match expectations. |
Adds --dind flag, disabling this flag is causing errors :(
This makes the following work and mount $PWD correctly
Fixes #pod
Could resolve #2393 or not, but not tested with podman host....