Skip to content

Don't provide IO when it's not set#2618

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
crosbymichael:no-stdin
Sep 10, 2018
Merged

Don't provide IO when it's not set#2618
crosbymichael merged 1 commit intocontainerd:masterfrom
crosbymichael:no-stdin

Conversation

@crosbymichael
Copy link
Copy Markdown
Member

This makes sure that runc does not get any valid IO for the pipe. Some
builds and other containers will be stuck if they inspect stdin
expecially and its a pipe but not connected to any user input.

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

This makes sure that runc does not get any valid IO for the pipe.  Some
builds and other containers will be stuck if they inspect stdin
expecially and its a pipe but not connected to any user input.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #2618 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2618      +/-   ##
==========================================
- Coverage   44.07%   44.05%   -0.03%     
==========================================
  Files          94       94              
  Lines       10232    10238       +6     
==========================================
  Hits         4510     4510              
- Misses       5002     5008       +6     
  Partials      720      720
Flag Coverage Δ
#linux 47.77% <0%> (-0.04%) ⬇️
#windows 40.72% <ø> (ø) ⬆️
Impacted Files Coverage Δ
cio/io.go 31.11% <0%> (-2.23%) ⬇️

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 6ca8355...906acb1. Read the comment docs.

Copy link
Copy Markdown
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

@ehazlett
Copy link
Copy Markdown
Member

LGTM

@crosbymichael crosbymichael merged commit 12c877f into containerd:master Sep 10, 2018
@crosbymichael crosbymichael deleted the no-stdin branch September 10, 2018 15:26
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.

4 participants