More information on how to contribute can be found here
More info about the Dockerfiles can be found here
The ecotrekker-bake.hcl file contains the instructions on how to build and use the different Dockerfiles.
After executing the bakefile your local docker repository will have all seven required images available.
Alternatively they will be available at the lierseleow
repository on dockerhub for some time.
The following variables can be set:
- $REPO - which repository to use; defaults to 'ecotrekker'
- $TAG - which tag to give the resulting containers; defaults to 'latest'
- Set the Environment Variables
$env:REPO="your_amazing_repository"
export REPO="your_amazing_repository"
- Execute the bake file
docker buildx bake -f .\ecotrekker-bake.hcl
A thorough guide on how to deploy EcoTrekker can be found here