Maksim Chizhov
Maksim Chizhov
That makes sense. Anyways, I've already created [image](https://registry.hub.docker.com/u/eit8ei8n/zabbix-server/) without mysql and java based on minimalistic Alpine Linux distro.
I can reproduce the issue with the latest client release (client 8.13.0, ES version 8.9.0). Sample request: ```POST index/_search?typed_keys=true``` ``` { "aggregations": { "ed_stats": { "boxplot": { "field": "event.duration", "compression":...
There is limited number of docker options supported by CPD (you can see all of them in [README.md](https://github.com/chef/chef-provisioning-docker/blob/master/README.md)). And `LogConfig` not in the list currently. If you can add it,...
same issue with v8.6.2 Upd: A workaround is to use object notation: ``` "_source": { "includes": ["obj1.*", "obj2.*"] } ```
With d06c2539c7abd4fd544df2d1e671e581ea371c4a base image size reduced from 411.3 MB to 243.7 MB. There is still room for improvements, for instance, to install chef-client omnibus on host system instead of container....
Can you try to explicitly set chef-server as workaround: ``` ruby convergence_options: { chef_server: "http://:8889/" } ``` Make sure your chef-zero is listening on 0.0.0.0 . Unfortunately, I don't use...
I had same issue when played with test-kitchen. My VM was missing `archive-tar-minitar` gem. So I've added `chef_gem 'archive-tar-minitar'` into recipe. Anyways installing `archive-tar-minitar` should fix that.
Get same issue with CentOS docker images, which supplied without default command: `Docker::Error::ServerError: No command specified` Can you guys please put some default command there (like /bin/bash)?
According to your logs ``` [2015-04-14T12:44:05-07:00] DEBUG: Allocated Docker::Image { :id => d0955f21bf24, :info => {"id"=>"d0955f21bf24", :headers=>{}}, :connection => Docker::Connection { :url => unix:///, :options => {:socket=>"/var/run/docker.sock"} } }) ```...
I would suggest to try chef-provisioning version 0.19 . Later versions have major code changes which are not supported yet by chef-provisioning-docker.