dockerhub
provides automated build option on every new git push
.
With automated build option,
we know, which image corresponds to which docker filethis is a important.
On
git push
ofDockerfile
in GitHub repo or Bitbucket, build starts immediately.
1)
Does AWS ECR provide such automated build option? because I don't prefer the approach of running docker push
through some automation
2)
if yes, can the automated build support docker-compose build
?