Paul Cichonski
Paul Cichonski
With `golang:1.11` the build is breaking during `lc test` with: ```bash $ lc test go test ./command ./helpers ./main ./template # github.com/cisco/elsy/helpers helpers/docker-compose.go:175: Debug call has possible formatting directive %q...
We support the v2 docker-compose file format, but when you try to use anything beyond that (e.g., 2.1) in your repo `lc bootstrap` will fail with: ``` ERROR: Version mismatch:...
The [emberjs-ui](https://github.com/cisco/elsy/tree/master/examples/emberjs-ui) tests are failing (again), this issue is a place holder to re-enable them in the build (or just remove them because the flake is strong).
We should publish a support matrix for both docker and docker-compose versions. To support this we also need to test each docker/compose version pair in the matrix, the tasks involved...
[Apache Iceberg](https://iceberg.apache.org/) is an Open Table Format (OTF) that can be used for storing data in object storage with a well defined schema. The Iceberg spec defines its own data...