Add reading environment from Docker image#771
Conversation
Codecov Report
@@ Coverage Diff @@
## master #771 +/- ##
==========================================
+ Coverage 49.27% 54.63% +5.35%
==========================================
Files 23 23
Lines 2401 3725 +1324
==========================================
+ Hits 1183 2035 +852
- Misses 1090 1536 +446
- Partials 128 154 +26
Continue to review full report at Codecov.
|
d5a8b8e to
c648bb9
Compare
|
@catthehacker this pull request has failed checks 🛠 |
|
@catthehacker this pull request has failed checks 🛠 |
|
@catthehacker this pull request has failed checks 🛠 |
|
Glad to see this PR, I just recently came across an instance myself where the In turn, this results in the After spelunking a bit into the |
This change will add reading image definition and merging it's environment variables with our current env in style of:
PATHenvvar is merged, containerPATHis last to not overwrite any tools installed during workflowIt's not required for running our main container but it will be probably more intuitive if it will work like standard docker and this change is required for nested containers started in workflow
Fixes #757