astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Dockerfile: move to root and enhance build process #19

Closed rbino closed 4 years ago

rbino commented 4 years ago

Copy the plugin from the current directory instead of using git clone. This way we ensure we're building the correct version in every branch. While we're at it, add the build optimizations that are already present in other Dockerfiles.

Note that this requires a change of settins on Dockerhub.

Signed-off-by: Riccardo Binetti riccardo.binetti@ispirata.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into release-0.11 will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           release-0.11      #19   +/-   ##
=============================================
  Coverage         76.00%   76.00%           
=============================================
  Files                 8        8           
  Lines               150      150           
=============================================
  Hits                114      114           
  Misses               36       36           

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 ef5a8a5...56e4568. Read the comment docs.