appdash icon indicating copy to clipboard operation
appdash copied to clipboard

make releases and container available

Open philips opened this issue 8 years ago • 3 comments

I want to try out appdash but encountered a bug in influxdb https://github.com/influxdata/influxdb/issues/6445

It would be great if there were release binaries available and a container up on quay.io for me to use as well.

Thanks for the great looking project, looking forward to trying it out.

philips avatar Apr 21 '16 23:04 philips

the same

adpoint avatar Apr 22 '16 08:04 adpoint

I don't think we're in a good position to offer release binaries or containers yet, because of some other issues like https://github.com/sourcegraph/appdash/issues/67 it's common to roll your own appdash server binary at this point (and there is versioning to consider, etc).

Instead, I think we should solve the issue by making sure Appdash master branch always easily builds just via go get sourcegraph.com/sourcegraph/appdash. We should vendor influxdb for this.

slimsag avatar Apr 25 '16 21:04 slimsag

#151 will fix the immediate issue (not being able to build)

For binary and container releases, we'll have to reconsider once #67 is finished, so marking this until Appdash 2.0

slimsag avatar Apr 26 '16 02:04 slimsag