Requires that there's an orbital
profile defined in ~/.aws/credentials
:
[orbital]
aws_access_key_id=xxx
aws_secret_access_key=xxxx
Then log into ECR. Customer specific examples are in internal wiki
The below assumes we're pushing to the Orbital ECS store. If using a customer specific private ECS store, update accordingly
- Generally, perform a
mvn clean install
(ormvnd ...
) on the full project before doing this.
Customer specific details have been moved into the internal wiki.