-
Notifications
You must be signed in to change notification settings - Fork 95
feat: add buildkit frontend #1221
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
base: main
Are you sure you want to change the base?
feat: add buildkit frontend #1221
Conversation
13e7020
to
10b3558
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1221 +/- ##
==========================================
- Coverage 43.03% 38.75% -4.29%
==========================================
Files 35 38 +3
Lines 4143 4601 +458
==========================================
Hits 1783 1783
- Misses 2228 2686 +458
Partials 132 132 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9012851
to
31a5b00
Compare
e131442
to
e2a2d74
Compare
@robert-cronin just approved the refactoring changes! could we rebase this on top of that? also I think the unit test is missing the vuln report |
.dockerignore
Outdated
@@ -0,0 +1,36 @@ | |||
# Ignore large directories that aren't needed for building |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to keep this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could probably remove it since we just publish a single binary in the frontend image, nothing unnecessary is copied over anyway.
@robert-cronin maybe we can also add this under features in the documentation? |
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
0b3659d
to
882cc9e
Compare
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
WIP
Closes #1211
Closes #604
This PR is dependent on #1228
Example command that works using
buildctl
:and for docker build (just need a very basic Dockerfile in cwd,
FROM scratch
will suffice):