Re: Better stability with docker authenticated jenkins agents

2021-04-14 Thread Matt Sicker
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

Re: Better stability with docker authenticated jenkins agents

2021-04-14 Thread Joan Touzet
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

Re: Better stability with docker authenticated jenkins agents

2021-04-14 Thread Mick Semb Wever
> 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

Re: Better stability with docker authenticated jenkins agents

2021-04-14 Thread Joan Touzet
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,

Re: Better stability with docker authenticated jenkins agents

2021-04-07 Thread Mick Semb Wever
> > 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

Re: Better stability with docker authenticated jenkins agents

2021-04-06 Thread Joan Touzet
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,

Re: Better stability with docker authenticated jenkins agents

2021-04-06 Thread Mick Semb Wever
> > > 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

Re: Better stability with docker authenticated jenkins agents

2021-04-06 Thread Joan Touzet
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

Better stability with docker authenticated jenkins agents

2021-04-06 Thread Mick Semb Wever
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