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

Only attempt to mount for MountableLayer #401

Merged
merged 1 commit into from
Mar 8, 2019

Conversation

jonjohnsonjr
Copy link
Collaborator

@jonjohnsonjr jonjohnsonjr commented Mar 7, 2019

Uploading to Quay is failing with INVALID_REQUEST: Invalid request. My theory is this mounting quirk, but we still need to confirm this fixes things before merging.

@codecov-io
Copy link

Codecov Report

Merging #401 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #401      +/-   ##
=========================================
- Coverage   52.11%   52.1%   -0.02%     
=========================================
  Files          78      78              
  Lines        3711    3710       -1     
=========================================
- Hits         1934    1933       -1     
  Misses       1484    1484              
  Partials      293     293
Impacted Files Coverage Δ
pkg/v1/remote/write.go 61.11% <100%> (-0.17%) ⬇️

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 fcd5acb...8b68baa. Read the comment docs.

Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🕺
Tried out on kaniko and it looks like it fixes the push problem 😻

@jonjohnsonjr jonjohnsonjr merged commit 88208fd into google:master Mar 8, 2019
@jonjohnsonjr jonjohnsonjr deleted the no-mount-without-from branch March 8, 2019 20:08
vdemeester added a commit to vdemeester/kaniko that referenced this pull request Mar 11, 2019
The main reason is to include the fixes from
google/go-containerregistry#401. This should
fix the build+push to quay.io (with v2 schema enabled) cases.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
dlorenc pushed a commit to GoogleContainerTools/kaniko that referenced this pull request Mar 11, 2019
…#609)

The main reason is to include the fixes from
google/go-containerregistry#401. This should
fix the build+push to quay.io (with v2 schema enabled) cases.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
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.

4 participants