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

Attempt to fix unrecognized input header error #73

Merged
merged 1 commit into from Jun 8, 2017

Conversation

brownjohnf
Copy link
Contributor

Based on the threads listed below, this should resolve the issue, which
is related to building an image with the interactive terminal flag (-t)
but then running it without the flag.

moby/moby#4882
moby/moby#4857
moby/moby#5327

Change-Type: patch

Based on the threads listed below, this should resolve the issue, which
is related to building an image with the interactive terminal flag (-t)
but then running it without the flag.

moby/moby#4882
moby/moby#4857
moby/moby#5327

Change-Type: patch
@floion floion self-assigned this Jun 7, 2017
@floion
Copy link
Contributor

floion commented Jun 7, 2017

lgtm
@agherzan to clarify on why the intercative mode was specified in the first place for this, if for any reason

@agherzan
Copy link
Contributor

agherzan commented Jun 7, 2017

Where is this interactive mode specified? What I mean where did you see that build uses interactive mode? @brownjohnf @floion

@brownjohnf
Copy link
Contributor Author

I'm assuming that somewhere in the inheritance chain an image was built with interactive mode. Read those threads for more info, but this is just my best guess, at this point.

@brownjohnf
Copy link
Contributor Author

Er, rather, allocating a pseudo-tty. I don't think the -i flag is strictly necessary, but i usually use them together. It's also possible that s3cmd just misbehaves when it's run without a tty or something.

@agherzan
Copy link
Contributor

agherzan commented Jun 7, 2017

As far as I know we don't build images with interactive mode. I don't even know how that is possible?

@brownjohnf brownjohnf merged commit 73ef513 into master Jun 8, 2017
@agherzan agherzan deleted the fix-unrecognized-input branch June 9, 2017 11:41
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

3 participants