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

streamline docker build flow and image caching #270

Merged
merged 3 commits into from
Feb 7, 2019

Conversation

edaniszewski
Copy link
Contributor

#260

this PR removes/starts to remove a bunch of the stuff that has built up around the docker build flow for synse-server. notably, the emulator plugin install stage is now cached by virtue of pinning it to a particular version.

This also fixes a bug that was hidden in image builds before where the packages installed via the frozen requirements.txt were being overridden with latest versions of things when synse-server was installed. Now, we are sure to use the dependency versions that are pinned in requirements.txt

Temporarily, the protobuf dependency was added; this will become a dependency of synse_grpc for the newest release so it can be removed once we update synse_grpc, but until then we need to specify it here.

@edaniszewski edaniszewski merged commit 0795f66 into v3/staging Feb 7, 2019
@edaniszewski edaniszewski deleted the v3/docker-flow branch February 7, 2019 13:37
edaniszewski added a commit that referenced this pull request Mar 27, 2020
* checkpoint

* updates

* fix temporary dep issue, improve dockerfile caching
edaniszewski added a commit that referenced this pull request Mar 30, 2020
* checkpoint

* updates

* fix temporary dep issue, improve dockerfile caching
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

1 participant