Not-Code
Not-Code
@josephtaylor The original issue is related to containers that have already **exited** before the stop goal is launched. I personally never experienced this issue for containers still running. Anyway I'm...
From further analysis (on the source code only, not tested) the issue is related to the method io.fabric8.maven.docker.StopMojo->stopContainers. When the naming strategy was set to alias this method was previously...
Yes, if it can help this is a question about this topic on [stackoverflow](https://stackoverflow.com/questions/74066597/how-to-tag-multi-architecture-docker-image-and-push-the-newly-tagged-image). With the current runner/actions I think that the only available options are `skopeo` or `docker buildx`....
> And skopeo doesn't need a local clone of the image, so it should also be much faster. We will see about this. But after a good result with the...
Hi @WSHAPER, first thanks for getting in touch. On the topic of [docker-compose](https://www.kimai.org/documentation/docker-compose.html) there's a section in the documentation that provides some examples on how to get things started. It's...
It's curios, but you are both right 😄 So the current situation is that the multi-architecture is lost when we are retagging the images: fpm, fpm-latest, latest, prod, apache, apache-latest,...