Re: [infinispan-dev] The future of Infinispan Docker image

2017-11-07 Thread Gustavo Fernandes
IMHO we should ship things like scripts, external modules, drivers, etc with the server itself, leaving the least amount of logic in the Docker image. What you are proposing is the opposite: introducing a templating engine that adds a level of indirection to the Docker image (the Dockerfile is

[infinispan-dev] The future of Infinispan Docker image

2017-11-07 Thread Sebastian Laskawiec
Hey! Together with Ryan we are thinking about the future of Infinispan Docker image [1]. Currently we use a single Dockerfile and a bootstrap script which is responsible for setting up memory limits and creating/generating (if necessary) credentials. Our build pipeline uses Docker HUB

Re: [infinispan-dev] Counters and their configurations in Infinispan server (DMR)

2017-11-07 Thread Vladimir Blagojevic
Hi everyone, Here is most of the implementation with example use outlined in https://github.com/infinispan/infinispan/pull/5570 Would you please review it as I am not an expert in DMR and I need one now :-) Regards, Vladimir On Fri, Nov 3, 2017 at 8:58 AM, Vladimir Blagojevic