-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 failure when using capital letters in image alias in 'FROM ... AS…' instruction #839
Fix failure when using capital letters in image alias in 'FROM ... AS…' instruction #839
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
@tejal29 Apparently the integration tests are failing. Yet I cannot access the details link. No matter I read the integration tests, I have not figured which of them fails as none of them uses a capital letter in its Can you share the failure as I don't have a GCS bucket. PS: I fixed the link By replacing it with
Yet I do not have a login 😄 |
@tejal29 don't know if previous kokoro launch ended with the same output but locally I have difficulties launching integration tests |
@cvgw Thank you Is it possible to get the output? Thank you by advance :) |
@antechrestos looks like one test failed
|
@cvgw Thank you 😄 |
@cvgw I launched the failed test on my laptop and it passed
What can make the result differ? Thanks |
@cvgw I made it, my build passed! 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @antechrestos, looks good!
Fixes #770
Fixes #592
Description
The third library
moby/buildkit
lowers the image alias used inFROM image AS alias
instruction.This change fixes this issue by making the resolution of dependencies agnostic to text case.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Reviewer Notes
Release Notes