Commit Graph

3 Commits

Author SHA1 Message Date
Jacob Blain Christen 59d746d4ff
debug: fix dev-shell behavior (#291)
- Fix server/agent startup failure because of empty data-dir resulting from the reversion of urfave/cli.
- Move delve installation to debugging shell image.
- Fix `make dev-shell` to work.
  - depends on the `dev-shell-build` target with depends on `in-docker-build` making the `dev-shell` target portable.
  - `make remote-debug` and make `remote-debug-exit` targets work when inside the dev-shell.
- Log at level INFO when attempting to bootstrap from drop-ins in the agent/images directory
2020-09-04 15:00:16 -07:00
Jacob Blain Christen b4d0ad8ad7
build/ci: fix it (#209)
Did some refactoring so that the correct version is passed into the
kubernetes build, among other things.
2020-08-20 04:27:45 -07:00
Hussein Galal 698c88d882
restructuring Makefile (#163)
* restructring Makefile

- use scripts with makefile
- fix loading the bootstrap image from a tarball
- fix dev-shell and dev-peer to work directily with preloaded images

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>

* add newlines

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>

* Fixes to makefile

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
2020-08-12 00:58:23 +02:00