Skip to content

Run make inside a container with dev tools#102

Merged
arkodg merged 3 commits intoenvoyproxy:mainfrom
arkodg:docker-builder
Jun 10, 2022
Merged

Run make inside a container with dev tools#102
arkodg merged 3 commits intoenvoyproxy:mainfrom
arkodg:docker-builder

Conversation

@arkodg
Copy link
Copy Markdown
Contributor

@arkodg arkodg commented Jun 8, 2022

  • Adds an option MAKE_IN_DOCKER=1 make <target>
    to allow the dev to run the make target inside a container
    with preinstalled dev tools

  • By default MAKE_IN_DOCKER is unset, so make would run
    locally on the host

Relates to #90

Signed-off-by: Arko Dasgupta arko@tetrate.io

* Adds an option `MAKE_IN_DOCKER=1 make <target>`
to allow the dev to run the make target inside a container
with preinstalled dev tools

* By default `MAKE_IN_DOCKER` is unset, so `make` would run
locally on the host

Relates to envoyproxy#90

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #102 (d46b02c) into main (27606e4) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #102   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            5         5           
=========================================
  Hits             5         5           

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 27606e4...d46b02c. Read the comment docs.

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from lizan June 10, 2022 02:06
@arkodg arkodg merged commit e9217a4 into envoyproxy:main Jun 10, 2022
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.

4 participants