On Sat, Nov 24, 2018 at 12:19 AM Mark Thomas <ma...@apache.org> wrote:
> On 23/11/2018 12:57, Rémy Maucherat wrote: > > On Fri, Nov 23, 2018 at 1:22 PM Mark Thomas <ma...@apache.org> wrote: > > <snip/> > > >> This is a docker image, right? > >> > > > > A bit. There are standard Tomcat images already > > https://hub.docker.com/_/tomcat/ but they are more complex. > > So this one is a Maven pom to get an embedded "standalone" Tomcat with > the > > specified Tomcat components, it can be used for that (people like Maven). > > Then there is a simple dockerfile to build a custom image with it. I'll > > refine it, but I used it to redo the kubernetes testing. > > So do should we be aiming to get the POM on Maven central? What about > the other files? In some sort of archive? > > Separately, do we want this git repo somewhere official as far as the > ASF in concerned? I see no reason why not. > Ok, so I have a POM to build a standalone JAR, a readme and the simplest dockerfile to use the produced packaging. Then it is useful to provide in some way the base utility webapps (manager, maybe root as a placeholder - host-manager is probably not super useful since this is for simple services consisting of maybe a handful webapps) and the config files (right now, it can use the same as Tomcat standalone). Still trying to figure out the best options. Rémy