remind101 / conveyor

A fast build system for Docker images.
http://engineering.remind.com/introducing-conveyor/
BSD 2-Clause "Simplified" License
221 stars 24 forks source link

Add support for Amazon ECR #39

Open ejholmes opened 8 years ago

ejholmes commented 8 years ago
  1. Docker credentials can't be static, have to obtain an authorization token.
cordoval commented 8 years ago

:+1:

jpsilvashy commented 8 years ago

:+1:

rlister commented 8 years ago

For now we can run this periodically to generate credentials: https://github.com/rlister/ecr-login

But it would be more slick to build in ECR support as a config option.