初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build

(1)在dockerhub中,进入Create->Create aotomated build->点击Create Auto-build

初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build_第1张图片

(2)选择创建github的auto-build

初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build_第2张图片

(3)选择与github上哪个repo相关联
这里选择github中的dokcerfiles的repo

初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build_第3张图片

(4)弹出填写Create Automated Build的相关信息的页面

初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build_第4张图片

在这里,可以做到¨如何将dockerhub中的多个repo与github的同一个repo下的不同子文件夹相关联¨

详细设置如下:

  • 填写该auto-build的名称(名称任意自取)
  • 填写short description
  • 点击create

如上的设置方法实际上是将该auto-build对github下的dockerfiles仓库下的Dockerfile进行的自建

如果想要将该auto-build对github下的dockerfiles仓库下的某个子文件夹中的Dockerfile进行的自建,那么,需要按照如下方式进行

  • 填写该auto-build的名称(名称任意自取)
  • 填写short description
  • 点击Click here to customize,在Name下直接填写master即可(即dockersfiles仓库),在dockerfile location下填写Dockerfile的位置,例如,需要对仓库dockerfiles下的caffe_mxnet的Dockerfile进行自建,那么,按照如下方式进行设置(见下图)
  • 点击create

初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build_第5张图片

注意:只有github中内容发生变化时,dockerhub才会进行auto-build

你可能感兴趣的:(初涉centos7--docker--问题3:dockerhub中利用github上的Dockfile进行auto-build)