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

Singular Dockerfile to build the image. [WIP] #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

grayside
Copy link
Contributor

I gave this a shot, if nothing else as an experiment. In practice it is building, but the container crashes with "standard_init_linux.go:187: exec user process caused "no such file or directory" in the docker logs.

The multiple build stages seem to work nicely, which I take as an intriguing sign that if we chose to split our language runtimes we could still "pipeline" betwixt them to produce finalized build artifacts.

@grayside
Copy link
Contributor Author

It seems as though copying from an earlier stage in the build made the outrigger-dashboard binary non-executable, and the use of scratch as the base image meant that sh and chmod were unavailable to fix it.

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.

1 participant