I’m trying to run an integration test which needs a service provided by a docker container that is pushed to our private ecr registry. The documentation makes me think this is not possible. Am I missing something?
Thanks,
Donn
Hello
This is certainly possible. You can achieve this scenario with service containers
See also more info here
If you connect your registry in Codefresh, then it should work like any other registry (the fact that is private is handled automatically by the pipeline)
Let us know if you have more questions on the subject