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

Use alpine:3.7 instead of scratch #626

Merged
merged 1 commit into from
Jun 17, 2018

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.

None yet

2 participants