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 additional flags to kaniko builder #1387

Merged
merged 1 commit into from Dec 11, 2018

Conversation

priyawadhwa
Copy link
Contributor

This will allow users to pass in any additional flags to the kaniko
builder. This could include flags for insecure pulls/pushes, or the
--single-snapshot flag which speeds up snapshotting (which I added to
the local integration test).

This will allow users to pass in any additional flags to the kaniko
builder. This could include flags for insecure pulls/pushes, or the
--single-snapshot flag which speeds up snapshotting (which I added to
the local integration test).
@codecov-io
Copy link

codecov-io commented Dec 11, 2018

Codecov Report

Merging #1387 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1387      +/-   ##
==========================================
- Coverage    44.4%   44.39%   -0.01%     
==========================================
  Files         109      109              
  Lines        4542     4543       +1     
==========================================
  Hits         2017     2017              
- Misses       2319     2320       +1     
  Partials      206      206
Impacted Files Coverage Δ
pkg/skaffold/build/kaniko/run.go 0% <0%> (ø) ⬆️

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 19097cf...7bc16cf. Read the comment docs.

@dgageot dgageot merged commit cf1578a into GoogleContainerTools:master Dec 11, 2018
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

3 participants