swissquote / carnotzet

Modular and Re-usable Docker Environments using Maven
https://swissquote.github.io/carnotzet/
Apache License 2.0
49 stars 16 forks source link

Invalid output from docker not handled correctly #30

Closed onigoetz closed 5 years ago

onigoetz commented 6 years ago

com.swissquote.***********.JBEmbedder  Time elapsed: 7.668 sec  <<< ERROR!
java.lang.RuntimeException: External command [docker inspect -f {{ index .Id}}:{{ index .Config.Labels "com.docker.compose.service" }}:{{ index .State.Running}}:{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}: Some networks were defined but are not used by any service: carnotzet] exited with [1], output: Error response from daemon: no such image: Some: invalid reference format: repository name must be lowercase
Error: No such object: networks
Error: No such object: were
Error: No such object: defined
Error: No such object: but
Error: No such object: are
Error: No such object: not
Error: No such object: used
Error: No such object: by
Error: No such object: any
Error response from daemon: no such image: service:: invalid reference format
Error: No such object: carnotzet
    at com.github.swissquote.carnotzet.core.runtime.DefaultCommandRunner.runCommandAndCaptureOutput(DefaultCommandRunner.java:93)
mryan43 commented 5 years ago

Should not happen because of this commit : https://github.com/swissquote/carnotzet/commit/cd18a1606e7d8d24ca8a6c7ff59dffed5804c52b released since version 1.6.0. What version were you using when you experienced this ?

mryan43 commented 5 years ago

Issue stale for more than 6 months, closing

onigoetz commented 5 years ago

Oh, didn't remember I opened this and remember even less what it actually is :p