Conversation
Per httplib2/httplib2#91 Which adds the DigiCert Global Root G2 serial to cacert.txt Without this push_image() fails to registries trusted by the DigiCert CA.
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
|
@googlebot I fixed it. |
|
Can someone tell me which email address is causing the Thank you. |
|
Hi @bajacondor, Thanks for the PR. Regarding the CLA, the bot found the following commit authors:
(edited to redact part of the email address) |
|
@smukherj1, |
|
@bajacondor we still have one test failing with message: corresponding to an error in this line |
|
Hi @nlopezgi, Thanks for all your help with this. I'm curious why it's on hold to merge? |
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
|
/gcbrun |
Because some tests have failed |
Ah, I'm unable to see the cloudbuild test results. Is there anything I can do? |
Did you fix the one I commented above? |
Ah, no. I misunderstood that function and the loop. I think I fixed it with this commit. |
|
/gcbrun |
|
Looks like one more failing on Cloud Build. Is there a way to get access to these test results for my google user? |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bajacondor, nlopezgi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks a lot for all the work on this PR! |
This reverts commit fa5f719.
|
So I've been exploring We need host, tls, and the various PKI files. The values are provided through env variables but getting those into bazel is tricky. Critically, pretty much all the ways of getting the values into bazel are going to bust the cache if they change, which they generally will for us on every run. This is a show stopper. I can see a couple of ways forward and was wondering what people think. They both revolve around putting the necessary info in So I'm thinking, outside of bazel we could copy the env variables into that directory and then tweak the Alternatively, rather than tweaking the Just wondering if I'm missing anything or what people thought in general. Also, FWIW, I think this line in the document might be a little misleading/confusing:
Without an |
|
Hello! I've been trying to use docker_flags with container_test as well - is there a particular reason why the flags aren't piped through from the toolchain to the docker call in container_test? That seems like the right thing to do, no? (Obviously there's significant chance that I've missed something obvious in which case please forgive and educate me) Thank you! OK sorry I did miss something obvious: containe-structure-test appears to have no mechanism for passing args to the docker call. I'll leave this comment here to educate anyone else who is also confused. |
This allows flags like
-H=some.other.docker.host:2375to be set withdocker_pathin dockertoolchain_configure()so that rules_docker works with a remote docker host.Related issues:
#1207
Regarding the CLA for d****@nordstrom.com:
I attest that I approve the CLA for both my personal email and the above mentioned nordstrom.com email. Both addresses are mine.
Thank you for your consideration