These Docker images are used by CircleCI for building Farmsmart deployment artifacts.
For every release of this repo, the docker images are built in Circle CI (https://circleci.com/gh/farmsmart) and uploaded to Docker Hub: https://hub.docker.com/search?q=farmsmart&type=image.
It is recommended to run these commands in a Linux machine
- Go into each folder and update the Dockerfile
- Build the image locally Example for gcp-firebase image
docker build -t farmsmart/gcp-firebase .
- Test the image by using simple run commands
docker run --rm -it farmsmart/gcp-firebase python -v