File tree Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Expand file tree Collapse file tree 2 files changed +3
-29
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ ENV TZ=Europe/Paris
15
15
16
16
# Parameters whose values are required for the tests to succeed
17
17
ARG DEFAULT_LOCALE=fr_FR.UTF-8
18
- ARG MAVEN_VERSION=3.6.3
19
- ARG MAVEN_SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
20
- ARG WILDFLY_VERSION=20 .0.1
18
+ ARG MAVEN_VERSION=3.8.1
19
+ ARG MAVEN_SHA=0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d
20
+ ARG WILDFLY_VERSION=23 .0.0
21
21
ARG JAVA_VERSION=11
22
22
23
23
ARG DEBIAN_FRONTEND=noninteractive
@@ -76,15 +76,13 @@ RUN apt-get update && apt-get install -y \
76
76
&& curl -fsSL -o /tmp/wildfly-${WILDFLY_VERSION}.Final.FOR-TESTS.zip https://www.silverpeas.org/files/wildfly-${WILDFLY_VERSION}.Final.FOR-TESTS.zip \
77
77
&& mkdir /opt/wildfly-for-tests \
78
78
&& unzip /tmp/wildfly-${WILDFLY_VERSION}.Final.FOR-TESTS.zip -d /opt/wildfly-for-tests/ \
79
- && sed -i 's/\/ home\/ miguel\/ tmp/\/ opt\/ wildfly-for-tests/g' /opt/wildfly-for-tests/wildfly-${WILDFLY_VERSION}.Final/standalone/configuration/standalone-full.xml \
80
79
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
81
80
&& echo "fr_FR.UTF-8 UTF-8" >> /etc/locale.gen \
82
81
&& echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen \
83
82
&& locale-gen \
84
83
&& update-locale LANG=${DEFAULT_LOCALE} LANGUAGE=${DEFAULT_LOCALE} LC_ALL=${DEFAULT_LOCALE}
85
84
86
85
COPY src/settings.xml /home/silverbuild/.m2/
87
- COPY src/ooserver /usr/local/bin/
88
86
89
87
RUN chown -R silverbuild:silverbuild /home/silverbuild \
90
88
&& chown -R silverbuild:silverbuild /opt/wildfly-for-tests
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments