A base Dockerfile for building multi-architecture Debian images for the FarmData2 developer environment.
To build this image locally for testing:
./build.bash -d
To build the multi architecture image and push it to docker hub:
./build.bash -p
To build the multi architecture image without pushing it to docker hub:
./build.bash
The base image generated by this repo is used as the FROM image in the FarmData2-Images repository.
Instructions for connecting to and working in the development environment are given in the main FarmData2 repository.
