Christian Gahlert
Christian Gahlert
Not really sure, what the problem is here... the only thing that seems weird to me is: You are defining the task `testI` **inside** the `DcomposeExtension` block... I'm not really...
How would that be achieved? Are you talking about the composite builds from Gradle?
Okay, so I'm guessing it could look something like this: ```gradle dcompose { myService { ... dependsOn = [ service(':project2:myService2') ] } substituteService(':project2:myService2') { // use a fallback image from...
Same issue here. My guess is: * The 404 errors mean: It cannot find the image layer in a public CVE database. This regularly happens, for the layers you built...
Just confirmed: Rescheduling is working with NFS mounts! \o/ Deleting volumes in the Swarm on the other hand is problematic...