https://dev.classmethod.jp/articles/push-docker-image-to-ecr-with-cli/
https://y-ohgi.com/introduction-terraform/laravel/ecr/
タグのイミュータビリティ | 同じタグ名で上書きできなくする場合はtrue |
プッシュ時にスキャン | PUSH時に脆弱性チェックをしてくれる。無料らしいのでtrueにすべし |
aws ecr create-repository --repository-name test-ecr --region=ap-northeast-1 aws ecr describe-repositories --query 'repositories[].repositoryName'
aws ecr get-login --region ${AWS_REGION} --no-include-email
docker login -u AWS -p 上記の出力 https://リポジトリID.dkr.ecr.ap-northeast-1.amazonaws.com