tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Add Docker authentication to TravisCI #132

Closed slifty closed 3 years ago

slifty commented 3 years ago

Task

Description

Docker introduced rate limits for image pulls and if you don't authenticate, the rate limits are based on IP.

This means we need to add authentication to TravisCI or else we're doomed to be included in the rate limits of the masses.

Relevant Resources / Research