Commit Graph

2 Commits

Author SHA1 Message Date
Mauricio Vásquez aec00fe961 federation: Disable CGO when building examples
The two examples fail to start in the containers because they are
compiled with CGO enabled requiring some dynamic standard libraries
that are not present there:

```
$ docker-compose up
...
broker-webapp_1         | /bin/sh: broker-webapp: not found
stock-quotes-service_1  | /bin/sh: stock-quotes-service: not found
...
```

This commit solves that by using CGO_ENABLED=0 to disable CGO.

Signed-off-by: Mauricio Vásquez <mauricio@accuknox.com>
Signed-off-by: Mauricio Vásquez <mauricio@kinvolk.io>
2021-04-08 15:15:25 -05:00
Luciano 557ca3e23b create docker-compose directory
Signed-off-by: Luciano <lucianozablocki@gmail.com>
2020-12-11 11:07:18 -03:00