Folders can store credentials as well if you're on the main Jenkins
instance here.
On Wed, 14 Apr 2021 at 12:19, Joan Touzet wrote:
>
> On 14/04/2021 13:05, Mick Semb Wever wrote:
> >> Then it is easy to use our own Jenkins-stored creds
> >> (https://urldefense.proofpoint.com/v2/url?u=https-3A__w
On 14/04/2021 13:05, Mick Semb Wever wrote:
>> Then it is easy to use our own Jenkins-stored creds
>> (https://urldefense.proofpoint.com/v2/url?u=https-3A__www.jenkins.io_doc_book_using_using-2Dcredentials_&d=DwIFaQ&c=adz96Xi0w1RHqtPMowiL2g&r=42Z7FyMoAS1DbvgKNjU8zxi7xTPVAGalPzk7bfmRVgw&m=Oa7qm3rmql
> Then it is easy to use our own Jenkins-stored creds
> (https://urldefense.proofpoint.com/v2/url?u=https-3A__www.jenkins.io_doc_book_using_using-2Dcredentials_&d=DwIFaQ&c=adz96Xi0w1RHqtPMowiL2g&r=42Z7FyMoAS1DbvgKNjU8zxi7xTPVAGalPzk7bfmRVgw&m=Oa7qm3rmqlXgK8wUUTEnADpIgZT18tE6W-ghG1QUspU&s=vRKVrs-iZa
On 07/04/2021 07:43, Mick Semb Wever wrote:
>>
>> My understanding is that pulls of all images from the apache/* namespace
>> are not subject to rate limiting. Thus, the recommendation to move
>> everything you need inside of it.
>>
> As >95% of our CI docker commands are pulls from apache/ images,
>
> My understanding is that pulls of all images from the apache/* namespace
> are not subject to rate limiting. Thus, the recommendation to move
> everything you need inside of it.
>
As >95% of our CI docker commands are pulls from apache/ images,
if rate-limiting is the cause of this (note that
On 06/04/2021 18:09, Mick Semb Wever wrote:
>>
>>> Has anyone experience with such issues before?
>>
>> Yes. See https://issues.apache.org/jira/browse/INFRA-20795 for detail.
>>
>> In short, once Infra agrees to create the images for us, we'll move all
>> our CI dependencies into those containers,
>
> > Has anyone experience with such issues before?
>
> Yes. See https://issues.apache.org/jira/browse/INFRA-20795 for detail.
>
> In short, once Infra agrees to create the images for us, we'll move all
> our CI dependencies into those containers, and should no longer have
> issues.
>
Thanks Joa
Hi Mick,
On 06/04/2021 06:34, Mick Semb Wever wrote:
> tl;dr
> Can and should all jenkins agents be (automatically) docker authenticated,
> for improved stability around docker commands?
>
>
> This past week the ci-cassandra.apache.org CI fell over because a fair
> percentage of docker pulls fai
tl;dr
Can and should all jenkins agents be (automatically) docker authenticated,
for improved stability around docker commands?
This past week the ci-cassandra.apache.org CI fell over because a fair
percentage of docker pulls failed. Our pipeline runs a lot of docker
containers. In the past week