mserranom / bbrun

Run Bitbucket Pipelines locally
MIT License
203 stars 32 forks source link

Use private images hosted in AWS #22

Closed lflores closed 5 years ago

lflores commented 6 years ago

Hi, I tried to use Private images hosted by AWS ECR (EC2 Container Registry) as you can see in documentation, and I receive an error. The context is, I have a custom pipelines image, hosted in private AWS repository, and I want to use it, to build code with controled environment.

executing step in "[object Object]" docker: invalid reference format. See 'docker run --help'. If I use a public image, everything works ok. Thanks