Skip to content

Conversation

@dsouzajude
Copy link
Contributor

@dsouzajude dsouzajude commented Jun 17, 2018

The multistage build failed with "scratch" as the base image. This is because, based from here, scratch is an explicitly empty image. It has no shared object, it has no runtime libraries.

The following error was observed when running registrator in docker.

standard_init_linux.go:190: exec user process caused "no such file or directory"

The proposed solution for now is to use alpine:3.7 instead of scratch. This fixes the above problem.

@josegonzalez josegonzalez merged commit 7d5571e into gliderlabs:master Jun 17, 2018
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.

2 participants