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