You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/11 22:35:08 UTC

[GitHub] [camel-kafka-connector] valdar edited a comment on issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled

valdar edited a comment on issue #25: Integrations tests fails if confluentinc/cp-kafka:5.2.1 has not been pulled
URL: https://github.com/apache/camel-kafka-connector/issues/25#issuecomment-564764011
 
 
   It seems that the problem was somehow related to my docker environment being tainted somehow. Starting from a fresh docker environment (i.e. by stopping docker deamon, forcefully removing `/var/lib/docker` directory and starting the docker deamon again) the error disappeared. 
   Here are the images pulled as a result of a fresh `mvn clean install`:
   ```$ docker images
   REPOSITORY                                          TAG                 IMAGE ID            CREATED             SIZE
   centos                                              8                   0f3e07c0138f        2 months ago        220MB
   docker.elastic.co/elasticsearch/elasticsearch-oss   7.3.2               876f2f753cc8        3 months ago        612MB
   localstack/localstack                               0.9.4               5c6c5a293024        6 months ago        1.29GB
   confluentinc/cp-kafka                               5.2.1               af7cf4356c58        8 months ago        569MB
   quay.io/testcontainers/ryuk                         0.2.3               64849fd2d464        10 months ago       10.7MB
   alpine                                              3.5                 f80194ae2e0c        10 months ago       4MB
   ```
   
   @orpiske I don't remember if you were working on removing the need for `confluentinc/cp-kafka` replacing it with some upstream alternative?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services