On Thu, Mar 1, 2018 at 12:08 PM, Arthur Naseef <a...@amlinv.com> wrote: > I know how to create a docker image, and do so with a maven build. > > And getting an image into a registry isn't too hard. That's the "docker > push" command. I suspect the docker-maven-plugin may be able to do that as > part of a build. > > The part I don't know is how it can be published to a central docker > registry. May be as simple as setting up an account on the central server.
Yes.. that's the thing I'm wondering. I was wondering if there was an apache account we could use. or if we would need to create an account for activemq. > > As for making it part of the release - I think it would be great to have a > public docker image updated on every release. However, I wouldn't want to > make it part of the main Artemis build (i.e. "mvn clean install" from the > activemq-artemis.git root) since the main deliverable from Apache projects > is the source, and requiring everyone who builds Artemis to have docker and > build the image seems like overkill. That's what I expected. I was just wondering if there was an apache precedent on that. Docker becomes a binary distribution on that sense.