Hi, I’ve been using Apache Roller using Docker with tomcat and postgres imbedded. It seems to work, but needed modification for mavens jar file locations. The version control needs updates to the file: Dockerfile
With the following changes. There is no repo1 repository and the repo is now using https .. rather than http. These modifications allow the build of a new Docker container to succeed. - Tom RUN wget https://repo1.maven.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar RUN wget https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar