Using Roller 6.0.1 from version control and Docker issue
Tom Cutter <[email protected]> Thu, 27 Aug 2020 09:38:16 -0700
| Newsgroups | gmane.comp.java.roller.user |
|---|---|
| Message-ID | <[email protected]> |
--Apple-Mail=_48C0EABA-6CED-4103-BCE6-BF50A41B49CB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, I=E2=80=99ve 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/activatio= n-1.1.1.jar= --Apple-Mail=_48C0EABA-6CED-4103-BCE6-BF50A41B49CB--