Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Fix interface building #227

Closed
2 tasks
reubano opened this issue Nov 15, 2017 · 2 comments
Closed
2 tasks

Fix interface building #227

reubano opened this issue Nov 15, 2017 · 2 comments

Comments

@reubano
Copy link
Contributor

reubano commented Nov 15, 2017

Overview

Building the interface service fails with the following error

⚡ docker-compose -f local.yml build interface
...
Step 3/9 : RUN sed -i 's/\r//' /entrypoint.sh
 ---> Running in 4e5814af28da
container_linux.go:265: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory"
ERROR: compose.cli.main.main: Service 'interface' failed to build: oci runtime error: container_linux.go:265: starting container process caused "exec: \"/bin/sh\": stat /bin/sh: no such file or directory"

Expected Behavior

Interface services should build without error

Technical details

$ docker --version
Docker version 17.09.0-ce, build afdb6d4

Acceptance criteria

  • docker-compose -f local.yml build should complete without error.
  • docker-compose -f local.yml build interface should complete without error.

NOTE: All PRs must follow the standard PR checklist.

@musale
Copy link
Contributor

musale commented Nov 18, 2017

@reubano interestingly, I've done the build without any errors from the current master branch.
OS : Manjaro Linux
Docker version: 17.10.0-ce, build f4ffd2511c

My suggestion would be you try with upgraded docker?

@reubano
Copy link
Contributor Author

reubano commented Nov 20, 2017

Ok, so I tried it again and now everything works! Turns out the solution I implemented to solve another problem, ending up fixing this one as well. Thanks!

@reubano reubano closed this as completed Nov 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants