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

Add config input #67

Merged
merged 1 commit into from
Apr 22, 2021
Merged

Add config input #67

merged 1 commit into from
Apr 22, 2021

Conversation

GMartinez-Sisti
Copy link
Contributor

@GMartinez-Sisti GMartinez-Sisti commented Apr 22, 2021

Fixes #66

Hi, as discussed on #66, this PR adds a new input named config. The input accepts a string that is the path for the buildkitd daemon configuration file.

This is my first contribution on typescript but, if I understood the flow correctly, this change should be enough to make it work. @crazy-max please let me know how we can add a test to this.

Thanks!

@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2021

Codecov Report

Merging #67 (9b36596) into master (583a314) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #67   +/-   ##
=======================================
  Coverage   78.18%   78.18%           
=======================================
  Files           5        5           
  Lines         110      110           
  Branches       19       19           
=======================================
  Hits           86       86           
  Misses         18       18           
  Partials        6        6           
Impacted Files Coverage Δ
src/context.ts 81.25% <ø> (ø)

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 583a314...9b36596. Read the comment docs.

@GMartinez-Sisti
Copy link
Contributor Author

Had to force push due to missing DCO.

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

Needs to update action.yml too.

@crazy-max
Copy link
Member

@GMartinez-Sisti LGTM minus a small change in action.yml. About test I will do that through the ci workflow in a further PR. Will let you know.

Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
@GMartinez-Sisti
Copy link
Contributor Author

Needs to update action.yml too.

Right, I missed that one! Done. I force pushed to keep it clean.

Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@crazy-max crazy-max merged commit abdb186 into docker:master Apr 22, 2021
@GMartinez-Sisti GMartinez-Sisti deleted the config-input branch April 22, 2021 13:52
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.

Specify custom config for buildx
3 participants