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

Return error for invalid dockerfile instruction "COPY" with no arguments #4795

Merged
merged 1 commit into from
Sep 17, 2020

Conversation

gsquared94
Copy link
Contributor

Fixes #4791

@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #4795 into master will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4795      +/-   ##
==========================================
- Coverage   73.85%   73.84%   -0.02%     
==========================================
  Files         347      347              
  Lines       13796    13798       +2     
==========================================
  Hits        10189    10189              
- Misses       2972     2973       +1     
- Partials      635      636       +1     
Impacted Files Coverage Δ
pkg/skaffold/docker/parse.go 89.05% <0.00%> (-0.90%) ⬇️

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 10275c6...a0bb8f1. Read the comment docs.

Copy link
Contributor

@ilya-zuyev ilya-zuyev left a comment

Choose a reason for hiding this comment

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

lgtm

@gsquared94 gsquared94 merged commit 0917dba into GoogleContainerTools:master Sep 17, 2020
@gsquared94 gsquared94 deleted the fix-4791 branch September 17, 2020 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skaffold panics if Dockerfile contains 'COPY' line
4 participants