-
Notifications
You must be signed in to change notification settings - Fork 305
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
unpin envd and add extra_path
to imagespec
#2063
Conversation
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2063 +/- ##
==========================================
- Coverage 86.00% 85.70% -0.31%
==========================================
Files 309 313 +4
Lines 23060 23359 +299
Branches 3489 3489
==========================================
+ Hits 19832 20019 +187
- Misses 2617 2733 +116
+ Partials 611 607 -4 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
extra_path
to imagespec
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
Signed-off-by: Samhita Alla <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @samhita-alla
Signed-off-by: Kevin Su <[email protected]>
Tracking issue
fixes flyteorg/flyte#4625
Why are the changes needed?
the working directory of the base image needs to be propagated to the image being built with imagespec.
What changes were proposed in this pull request?
this PR adds
extra_path
to imagespec. all the paths provided inextra_path
will be appended to PATH in the image. also, not pinning the envd dependency.How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link