Skip to content
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

Remove the process default ENV #3551

Merged
merged 1 commit into from Aug 19, 2019
Merged

Conversation

crosbymichael
Copy link
Member

With the change in #3542 it breaks $PATH handling for images becuase our
default spec always sets a PATH on the process's .Env.

This removes the default and adds an Opt to add this back.

Signed-off-by: Michael Crosby crosbymichael@gmail.com

With the change in containerd#3542 it breaks $PATH handling for images becuase our
default spec always sets a PATH on the process's .Env.

This removes the default and adds an Opt to add this back.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@theopenlab-ci
Copy link

theopenlab-ci bot commented Aug 19, 2019

Build succeeded.

@codecov-io
Copy link

codecov-io commented Aug 19, 2019

Codecov Report

Merging #3551 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3551      +/-   ##
==========================================
- Coverage    42.2%   42.19%   -0.02%     
==========================================
  Files         127      127              
  Lines       13903    13905       +2     
==========================================
- Hits         5868     5867       -1     
- Misses       7149     7152       +3     
  Partials      886      886
Flag Coverage Δ
#linux 45.65% <0%> (-0.02%) ⬇️
#windows 37.26% <0%> (-0.02%) ⬇️
Impacted Files Coverage Δ
oci/spec.go 93.37% <ø> (-0.04%) ⬇️
oci/spec_opts.go 29.2% <0%> (-0.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc9335d...7379fa6. Read the comment docs.

@crosbymichael crosbymichael marked this pull request as ready for review August 19, 2019 18:47
Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crosbymichael
Copy link
Member Author

I'll open the cherry pick for this post merge

@dmcgowan dmcgowan added this to the 1.3 milestone Aug 19, 2019
Copy link
Member

@dmcgowan dmcgowan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants