These images create Debian packages of the current GitHub version of Homegear. These packages then can optionally automatically be uploaded to a server of your choice using SSH.
Note: In order to run the ARM build images, you need to install the packages qemu and qemu-user-static.
HOMEGEARBUILD_THREADS: Number of make threads to create (default: 1).
HOMEGEARBUILD_SERVERNAME: The URL of the server to upload the Debian package to
HOMEGEARBUILD_SERVERPORT: The port number
HOMEGEARBUILD_SERVERUSER: The user name to use to log in
HOMEGEARBUILD_REPOSITORYSERVERPATH: The path to upload the testing and stable packages for APT to
HOMEGEARBUILD_NIGHTLYSERVERPATH: The path to upload the nightly files to (no APT)
HOMEGEARBUILD_TYPE: "stable", "testing" or "nightly"
HOMEGEARBUILD_SERVERCERT: The base64 encoded private certificate to log in to the server. Replace new lines with "\n".
HOMEGEARBUILD_SERVER_KNOWNHOST_ENTRY: The public host key of the server (optional). When specified there is no user input required to run this image. Replace new lines with "\n".