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

simplify docker build and container init #207

Merged
merged 1 commit into from
Oct 1, 2018
Merged

Conversation

edaniszewski
Copy link
Contributor

I was working on #206 and ran into a few things which ultimately lead me to learn that with docker multistage builds, you could reference previous stages for a new stage, and that a simple init system for the container (e.g. tini) would be easier than updating the synse bash script entrypoint to work correctly.

This PR uses the simple init system (making #206 obsolete and fixing #205) and vastly simplifies the build process for the synse-server images.

Copy link
Contributor

@marcoceppi marcoceppi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much cleaner

@edaniszewski edaniszewski merged commit 54853b3 into master Oct 1, 2018
@edaniszewski edaniszewski deleted the etd-simplify branch October 1, 2018 18:23
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