Differences
This shows you the differences between two versions of the page.
|
server:docker:docker-images [16/05/2019 11:36] Anthony Arents [sources :] |
server:docker:docker-images [04/06/2019 16:15] (current) Anthony Arents [maven plugin config] |
||
|---|---|---|---|
| Line 30: | Line 30: | ||
| this build needs to expose 8009 (AJP) | this build needs to expose 8009 (AJP) | ||
| webapps which are deployed will probably need to change their jdbcURL, localhost -> mysql | webapps which are deployed will probably need to change their jdbcURL, localhost -> mysql | ||
| - | endresult needs to start with | + | endresult needs to start with -v $(pwd)/target/documents:/var/documents --network=dockernetwork --name=tomcatinstance1 -p 8009:8009 |
| - | -v $(pwd)/target/documents:/var/documents | + | |
| - | --network=dockernetwork | + | |
| - | --name=tomcatinstance1 | + | |
| - | -p 8009:8009 | + | |
| ===== Visualisation ===== | ===== Visualisation ===== | ||
| Line 838: | Line 834: | ||
| </executions> | </executions> | ||
| <configuration> | <configuration> | ||
| + | <skip>${dockerskip}</skip> | ||
| <repository>jcp/suite</repository> | <repository>jcp/suite</repository> | ||
| <tag>${analyse.buildconfig}</tag> | <tag>${analyse.buildconfig}</tag> | ||
| Line 862: | Line 859: | ||
| #wkhtmltopdf | #wkhtmltopdf | ||
| - | RUN apt-get install -y \ | + | RUN DEBIAN_FRONTEND=noninteractive; \ |
| + | apt-get install -y \ | ||
| curl \ | curl \ | ||
| xfonts-base \ | xfonts-base \ | ||
| xfonts-75dpi \ | xfonts-75dpi \ | ||
| + | libjpeg62-turbo \ | ||
| + | libx11-6 \ | ||
| + | libxext6 \ | ||
| + | libxrender1 \ | ||
| && apt-get clean \ | && apt-get clean \ | ||
| && curl "https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb" -L -o "wkhtmltopdf.deb" \ | && curl "https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb" -L -o "wkhtmltopdf.deb" \ | ||