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

Fix build args for old docker versions #183

Merged
merged 3 commits into from
Jun 25, 2018
Merged

Fix build args for old docker versions #183

merged 3 commits into from
Jun 25, 2018

Conversation

hoanhan101
Copy link
Contributor

Due to the conversation at #182 with @edaniszewski, it seems like old docker versions don't allow build args to be passed in if they aren't consumed. This PR follows the suggestion to include the image metadata setting (that we have in the dockerfile/slim.dockerfile) in dockerfile/release.dockerfile to make a successfully build.

@codecov
Copy link

codecov bot commented Jun 24, 2018

Codecov Report

Merging #183 into sdk1.0 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           sdk1.0     #183   +/-   ##
=======================================
  Coverage   81.42%   81.42%           
=======================================
  Files          44       44           
  Lines        1276     1276           
=======================================
  Hits         1039     1039           
  Misses        237      237

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f61af6...ec64863. Read the comment docs.

Copy link
Contributor

@edaniszewski edaniszewski left a comment

Choose a reason for hiding this comment

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

lgtm!

@hoanhan101 hoanhan101 merged commit 0f0a23f into sdk1.0 Jun 25, 2018
@hoanhan101 hoanhan101 deleted the docker-args branch June 25, 2018 12:33
edaniszewski added a commit that referenced this pull request Jul 2, 2018
* start to update internal grpc client for sdk1.0 changes

* update internal grpc client handling

* add capabilities route

* update models, update tests

* update plugins route to include metadata and health info

* update plugin registration flow. still needs to be cleaned up, tests need to be updated/added

* add support for service discovery via kubernetes service endpointswith labels

* update deployment configurations, fix bug in unix registration

* update tests for plugin flow changes

* update api docs

* use new synse_grpc package

* more doc updates, fix serialization bug

* user guide docs update

* update user guide docs

* fix bug where no returned reading would cause failure (#178)

* Change read scheme to allow multiple readings of the same type (#181)

* update read scheme to allow multiple readings of the same type from the same device (e.g. a single device might provide multiple voltage readings)

* update api docs

* Fix build args for old docker versions (#183)

* fix build args for old docker version

* update comment

* scan output should have type, not kind (#186)

* final updates
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