Commit Graph

5 Commits

Author SHA1 Message Date
f29bb81865 Fix config map time limit and commands, add client password 2020-08-20 11:16:42 -04:00
f92180af5e Add docker cross-compile for arm64
This makes use of the docker buildx to cross-compile images for amd64/arm64. It is worth noting that there are ongoing issues with the Go compiler and qemu (used by buildx/buildkit) and the solution I ended up using here was to limit the affinity to `go build`. Better solutions may be forthcoming.

Refs:
https://github.com/golang/go/issues/24656
https://bugs.launchpad.net/qemu/+bug/1696773

This relates to issue #11 regarding container images built for running on Raspberry Pi.
2020-08-17 11:39:13 -04:00
f8559befca Add context to content-server assets download error 2020-08-05 14:48:41 -04:00
1ce209bdbc Add yaml server config, restart server when ConfigMap changes 2020-08-03 17:03:01 -04:00
ffca54fdb8 Initial commit 2020-08-02 13:46:12 -04:00