Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dockerhub为每个新的git push.
dockerhub
git push
使用自动构建选项,
我们知道,哪个镜像对应哪个docker文件,这很重要。
在GitHub 存储库或 Bitbucket 中,构建立即开始git push。Dockerfile
Dockerfile
1)
AWS ECR 是否提供这种自动构建选项?因为我不喜欢docker push通过一些自动化运行的方法
docker push
2)
如果是,可以自动构建支持 docker-compose build吗?
docker-compose build
ECR 不包含构建工具。但是您可以使用 AWS Codebuild AWS 的持续集成工具。我很确定它支持您的两个要求。