Nice work, Andi ! for others; run using: docker run --name demo -it -p8080:8080 apacheisis/isis-2-demo:payara
and login at: http://localhost:8080/isis-2-demo Cool stuff! On Tue, 4 Dec 2018 at 22:09, Andi Huber <ahu...@apache.org> wrote: > We've managed to setup our CI/CD pipeline such that we can now build > multiple flavors of the demo docker image. > > Supported flavors are 'tomcat' (the default) and 'payara' with the latest > server-web profile. [1] > > Demo now includes showcasing of JEE managed bean injection into (Isis > managed) domain objects. We've also added a tiny guide on how to use a JEE > provided connection pool with Isis. > > To test out the new 'payara' flavored image you need to append the > 'payara' tag like so ... > > docker pull apacheisis/isis-2-demo:payara > > The demo is built on top of the Apache Isis 'v2' branch. > > Cheers, Andi > > [1] https://gitlab.com/apache-isis-committers/isis-2-demo > > > >