master |
---|
This repository holds the Docker and AMI images used by the Interchain Foundation. Most of the Docker images are used for CircleCI build and deploy projects but you might find something that is useful for you.
- Create a repository on DockerHub under the
interchainio
organization - Add
interchainbot
write permissions to the DockerHub repository (bots
teamRead + Write
permission under the Permissions tab) - Create AWS credentials in the CircleCI context for AMI images (dev_imagepacker and prod_imagepacker)
- Create a folder with the same name as the DockerHub repository (mandatory)
- Add a Dockerfile in the folder
- Add any additional files needed into the folder
- Push the changes to GitHub master
CircleCI will deploy the built image to the interchainio/<folder>
repository.