Fabric8’s docker-maven-plugin works for my projects on macOS with Rancher Desktop providing Docker.
The GitHub issue you reported seems to be specifically related to the docker command being run by docker-maven-plugin not being supported by the docker binary on your system. (docker-maven-plugin calls the docker CLI client, it doesn’t contain a Java implementation of the Docker client.) Nils. > Op 27 dec 2023, om 09:15 heeft Steinar Bang <s...@dod.no> het volgende > geschreven: > > I recently discovered that the docker-maven-plugin I had been using was > archived on March 21 2022 and had the last code update on Januar 15 2020: > https://github.com/spotify/docker-maven-plugin > > The first thing I did was google and this one came up first, and seems > actively maintained: > https://github.com/fabric8io/docker-maven-plugin > > However that plugin didn't work for me: > https://github.com/fabric8io/docker-maven-plugin/issues/1739 > > Does anyone know of a maintained and working for them (preferrably on an > amd64 debian/ubuntu computer) docker maven plugin? > > What I'm looking for is something that > 1. Reads a Docker file and performs the operations in that docker file, > which for me, are: > a. Fetch an image from docker hub > b. Replace one file in the image > c. Add one file to the image > > (My images are based around the apache karaf official image and operate > with maven provisioning of their applications. I let karaf pull the > LATEST of whatever is deployed to maven central and whatever so I don't > have to update the images when the application updates. But now I've run > into the image I built with being incompatible with the OSGi version > currently used (and probably also the java version, though it doesn't > fail on that) so I need a new image buit > https://github.com/steinarb/sonar-collector/issues/5 ) > > Thanks! > > - Steinar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org