Skip to content

Support buildArgs with useDockerCLI=false and Kaniko#2299

Merged
tejal29 merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-2234
Jun 20, 2019
Merged

Support buildArgs with useDockerCLI=false and Kaniko#2299
tejal29 merged 2 commits intoGoogleContainerTools:masterfrom
dgageot:fix-2234

Conversation

@dgageot
Copy link
Copy Markdown
Contributor

@dgageot dgageot commented Jun 20, 2019

  • Add better tests for docker.Build()
  • Remove some duplication

Fix #2234

Signed-off-by: David Gageot david@gageot.net

dgageot added 2 commits June 20, 2019 14:43
 + Add better tests for docker.Build()
 + Remove some duplication

Fix GoogleContainerTools#2234

Signed-off-by: David Gageot <david@gageot.net>
Fix GoogleContainerTools#2153

Signed-off-by: David Gageot <david@gageot.net>
@dgageot dgageot changed the title Support buildArgs with useDockerCLI=false Support buildArgs with useDockerCLI=false and Kaniko Jun 20, 2019
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 20, 2019

Codecov Report

Merging #2299 into master will increase coverage by 0.11%.
The diff coverage is 84.05%.

Impacted Files Coverage Δ
pkg/skaffold/docker/parse.go 85.54% <100%> (-0.41%) ⬇️
pkg/skaffold/build/cluster/kaniko.go 40.29% <75%> (+4.18%) ⬆️
pkg/skaffold/docker/image.go 75.78% <92.85%> (+2.69%) ⬆️

@tejal29 tejal29 merged commit 6169e8b into GoogleContainerTools:master Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Templated Docker buildArgs work with useDockerCLI but not with the Docker Engine

3 participants