Closed vietj closed 5 years ago
currently the following:
mvn clean verify -Pit-with-docker
fails:
[ERROR] DOCKER> Unable to build image [vertx-stomp/rabbitmq-stomp] : The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70 [The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70 ] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.328 s [INFO] Finished at: 2018-09-28T17:11:44+02:00 [INFO] Final Memory: 44M/577M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.21.0:build (start) on project vertx-stomp: Unable to build image [vertx-stomp/rabbitmq-stomp] : The command '/bin/sh -c rabbitmq-plugins enable --offline enable rabbitmq_stomp' returned a non-zero code: 70 -> [Help 1]
this prevents testing the interop with brokers.
@cescoffier any idea what is wrong here ?
Fixed in master. The docker image evolves in an incompatible manner (+ also a startup issue).
thanks
currently the following:
fails:
this prevents testing the interop with brokers.