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

Fix handling of multi stage builds #2340

Merged
merged 5 commits into from
Jun 26, 2019

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Jun 26, 2019

Fixes #2315

Signed-off-by: David Gageot <[email protected]>
It will fail anyways when getting the WORKDIR.
This simplifies the tests because now, we can just
let them fail if they try to fetch an unknown image.

Signed-off-by: David Gageot <[email protected]>
@codecov
Copy link

codecov bot commented Jun 26, 2019

Codecov Report

Merging #2340 into master will decrease coverage by 0.16%.
The diff coverage is 84.61%.

Impacted Files Coverage Δ
pkg/skaffold/docker/parse.go 88.33% <84.61%> (+2.78%) ⬆️
pkg/skaffold/docker/image_util.go 0% <0%> (-33.34%) ⬇️
pkg/skaffold/docker/remote.go 53.12% <0%> (-9.38%) ⬇️
pkg/skaffold/jib/jib.go 76.34% <0%> (-2.16%) ⬇️
pkg/skaffold/docker/client.go 69.6% <0%> (-1.97%) ⬇️
pkg/skaffold/docker/image.go 75.78% <0%> (-1.06%) ⬇️

@dgageot dgageot merged commit 44111c3 into GoogleContainerTools:master Jun 26, 2019
valery-vitko added a commit to Steinpilz/docker that referenced this pull request Jun 27, 2019
Downgrade to a previous version until fix for multi stage Docker builds
released (GoogleContainerTools/skaffold#2340).
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.

remove
3 participants