Andy Gumbrecht

Results 6 comments of Andy Gumbrecht

Think support for uml & plantuml already means that the existing plugins would work: https://github.com/asciidoctor/asciidoctor-maven-examples/tree/master/asciidoctor-diagram-example eg. [uml,my.png] & [plantuml,my,png] ` org.asciidoctor asciidoctor-maven-plugin ${asciidoctor.version} org.asciidoctor asciidoctorj-diagram ${asciidoctorj-diagram.version} ... `

If `my.reg.com` is specified, then it should be prefixed to internal names like these: ` private static final String VNC_IMAGE = "richnorth/vnc-recorder:latest"; private static final String CONVERSION_IMAGE = "arquillian/flv2mp4:0.0.1"; `

Quick fix was to create this class in my test classpath: ```java package com.github.dockerjava.api.model; import com.fasterxml.jackson.annotation.JsonIgnore; /** * Represents a pull response stream item */ public class PullResponseItem extends com.github.dockerjava.api.model.ResponseItem...

@eddumelendez Sorry for the late reply. On Win at least, it is "Exists" - However, I'm currently using the above workaround in all our projects, which are also built on...

@eddumelendez another workaround is of course to delete the image, but that's kind of drastic ;-) - Interestingly the IMAGE_UP_TO_DATE is not the status here, which is what I'd expect...

![image](https://user-images.githubusercontent.com/2536412/214066809-36b03b0c-0ba6-406d-966f-65a0c9f007c1.png)