I am currently having some problems maintaining separate docker images by tags in separate registries, since Dockerrun.aws.json
cannot reference environment variables in version 1 for single container deployment.
I wanted to know how can I avoid managing 2 different Dockerrun.aws.json
which is a part of the deployment artifact, if I ca introduce environment variables in Dockerrun.aws.json
somehow or if it is possible to manage both the registries in a single files please help me out with it.
Please note that I don't want to introduce any shell or automation script or any additional commands in the build chain. Thanks in advance everyone and anyone who would help!