Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Travis CI Docker Integration

At the Foundation, we switched to a pro account for our bots, it was the solution that was making the most sense. There is also quay.io (by RedHat) that offers free hosting for public repositories. Maybe you can switch to this service.

HTH

Mikaël Barbero 
Manager — Release Engineering and Technology | Eclipse Foundation
🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

On 27 Nov 2020, at 18:33, Mezzasalma, Claudio <Claudio.Mezzasalma@xxxxxxxxxxxx> wrote:

Hello all,
In Eclipse Kapua we're trying to understand how to better use Docker in our integration tests running on Travis. Currently, the generation of the Docker images is done in the main build job, while integration tests are run in different test jobs; this means we need to find a way to share images across the various steps in Travis. According the Travis docs [1], the only way to share Docker images is by using an external Docker registry, but as you may know, Docker recently introduced a quota on how many pulls can be done from a free account, which is 200 pulls in 6 hours [2]. So, I was wondering if someone already faced a similar issue, and how did you worked around it.

Thanks anyone!

[1] https://docs.travis-ci.com/user/build-stages/share-docker-image/
[2] https://www.docker.com/pricing
--
Claudio Mezzaslma | Eurotech
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Attachment: signature.asc
Description: Message signed with OpenPGP


Back to the top