Skip to content

Unexpected EOF during docker build #1292

@shin-

Description

@shin-

Running the following command results in an "Unexpected EOF" error halfway through (See full command output)

docker build git://github.com/dotcloud/hipache

Using the -q option solves this. I'm guessing the wget command throws in an EOF signal at some point which is directly copied in the http.ResponseWriter in verbose mode, and that this is what causes the problem.

I'm not sure what the practical solution would be here.

Additional thoughts:

  • Problem also happens with docker-py, so it's not client related.
  • Building from a local copy of the hipache repo also leads to the same issue, so it's not git related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions