uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 154 forks source link

Exclude DockerHub registry from the BasicAuth handler #221

Closed Rowern closed 5 years ago

Rowern commented 5 years ago

This is needed to fix #220.

We might also want to create a test account on dockerhub, put its credentials in travis env and use it to test if makisu correctly build and push a simple Docker image like this one:

FROM alpine:latest

I can add a step in .travis.yml with a command building and pushing to a repo (configurable by env var) you will then need to add these env var in travis console.