- 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
* 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>