You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joe Orton <jo...@redhat.com> on 2021/01/08 11:16:52 UTC

docker rate limits (was Re: Errored: apache/httpd#1362 (trunk - 5c3a2e5))

Now being hit by the docker hub rate limiting. :(

latest: Pulling from library/memcached
 library/memcached
toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

Is anybody aware, is there an ASF/docker deal to work around this?  I 
heard the Docker's OSS program had some quite unpleasant marketing 
buy-in for projects.

(Plan b is to move to quay.io and non-ubuntu images I guess.)

Regards, Joe

On Thu, Jan 07, 2021 at 07:22:34PM +0000, Travis CI wrote:
> Build Update for apache/httpd
> -------------------------------------
> 
> Build: #1362
> Status: Errored
> 
> Duration: 16 mins and 11 secs
> Commit: 5c3a2e5 (trunk)
> Author: Yann Ylavic
> Message: mod_proxy_http: follow up to r1885239: fix *is_ssl for wss scheme.
> 
> 
> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885240 13f79535-47bb-0310-9956-ffa450edef68
> 
> View the changeset: https://github.com/apache/httpd/compare/35a265606855...5c3a2e5a61b1
> 
> View the full build log and details: https://travis-ci.com/github/apache/httpd/builds/212343360?utm_medium=notification&utm_source=email
> 
> 
> --
> 
> You can unsubscribe from build emails from the apache/httpd repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=16806660&utm_medium=notification&utm_source=email.
> Or unsubscribe from *all* email updating your settings at https://travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
> Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
> 


Re: docker rate limits (was Re: Errored: apache/httpd#1362 (trunk - 5c3a2e5))

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Jan 08, 2021 at 02:04:10PM +0000, Joe Orton wrote:
> On Fri, Jan 08, 2021 at 01:45:37PM +0100, Yann Ylavic wrote:
> > On Fri, Jan 8, 2021 at 12:17 PM Joe Orton <jo...@redhat.com> wrote:
> > > (Plan b is to move to quay.io and non-ubuntu images I guess.)
> > 
> > I'm fine with redhat images too personally, can the httpd project have
> > an un/reasonably limited account easily?
> 
> I've asked exactly that internally, will report back.

Good news, I'm informed there is no pull rate limiting at quay.io.


Re: docker rate limits (was Re: Errored: apache/httpd#1362 (trunk - 5c3a2e5))

Posted by Joe Orton <jo...@redhat.com>.
On Fri, Jan 08, 2021 at 01:45:37PM +0100, Yann Ylavic wrote:
> On Fri, Jan 8, 2021 at 12:17 PM Joe Orton <jo...@redhat.com> wrote:
> > Is anybody aware, is there an ASF/docker deal to work around this?  I
> > heard the Docker's OSS program had some quite unpleasant marketing
> > buy-in for projects.
> 
> I added a comment on https://issues.apache.org/jira/browse/INFRA-21197
> to ask infra.
> I'm not sure, looking at several related tickets on jira, whether
> there is a solution or not (looks like there isn't), nor how those
> limits apply (per project, whole asf?).

Thanks Yann.  Maybe if we can push private images under the /apache 
docker repository that would work for testing?  A big PITA still 
compared to pulling public images freely.

> > (Plan b is to move to quay.io and non-ubuntu images I guess.)
> 
> I'm fine with redhat images too personally, can the httpd project have
> an un/reasonably limited account easily?

I've asked exactly that internally, will report back.

Regards, Joe


Re: docker rate limits (was Re: Errored: apache/httpd#1362 (trunk - 5c3a2e5))

Posted by Yann Ylavic <yl...@gmail.com>.
On Fri, Jan 8, 2021 at 12:17 PM Joe Orton <jo...@redhat.com> wrote:
>
> Now being hit by the docker hub rate limiting. :(

Yeah, I saw that..

>
> latest: Pulling from library/memcached
>  library/memcached
> toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
>
> Is anybody aware, is there an ASF/docker deal to work around this?  I
> heard the Docker's OSS program had some quite unpleasant marketing
> buy-in for projects.

I added a comment on https://issues.apache.org/jira/browse/INFRA-21197
to ask infra.
I'm not sure, looking at several related tickets on jira, whether
there is a solution or not (looks like there isn't), nor how those
limits apply (per project, whole asf?).

>
> (Plan b is to move to quay.io and non-ubuntu images I guess.)

I'm fine with redhat images too personally, can the httpd project have
an un/reasonably limited account easily?


Regards;
Yann.