elsy icon indicating copy to clipboard operation
elsy copied to clipboard

An opinionated, multi-language, build tool based on Docker and Docker Compose

Results 12 elsy issues
Sort by recently updated
recently updated
newest added

https://github.com/compose-spec/compose-go

After seeing how elsy has been used for a couple of years now, I think we should simplify it. * remove templates. They are hidden and feel like magic. Also...

enhancement

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

bug
help wanted

Currently, if there is no `lc.yml` present, `lc` will continue working. It should stop dead in its tracks. Also, `project_name` needs to be defined, either through `lc.yml`, or from the...

help wanted

Proposal for new command `lc upgrade` that updates lc to latest released version

help wanted

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:...

help wanted

Example: `-k` for `--keep-containers`.

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).

help wanted

We frequently find that maven-based projects fail on Jenkins, because mvn's download optimizier decides not to check for new libraries. We've taken to manually adding `lc mvn -- --update-snapshots compile`...