How to create a Auto Build project on DockerHub with GitHub
From ESS-WIKI
GitHub
Project on GitHub: ADVANTECH-Corp/docker-igw-image-x86
Example: "mqtt-bus"
Branch: mqtt-bus
0. Prepare your Dockerfile for your application'' git clone https://github.com/ADVANTECH-Corp/docker-igw-image-x86.git git branch mqtt-bus git checkout mqtt-bus cp your Dockerfile into this folder git add Dockerfile git commit -am Dockerfile git push -u origin mqtt-bus
Check on GitHub
Docker hub
Create a auto build project on Docker Hub with GitHub
1. Switch to "advigw4x86
2. Create a Automated Build Project
3. Select GitHub for Auto build source
4. Select ADVANTECH-Corp "docker-igw-image-x86" project
Enter your Project Name (ex: "mqtt-bus") and short description
5. Click your project to config detail setting
6. Click Build Settings and modify the branch name "<Your Project's branch on GitHub>" => (ex: mqtt-bus) and click "Tirgger & Save Changes