Skip to content

Commit af21bea

Browse files
committed
Update for Wildfly 23.0.0
1 parent 783dc0e commit af21bea

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ENV TZ=Europe/Paris
1515

1616
# Parameters whose values are required for the tests to succeed
1717
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
2121
ARG JAVA_VERSION=11
2222

2323
ARG DEBIAN_FRONTEND=noninteractive
@@ -76,15 +76,13 @@ RUN apt-get update && apt-get install -y \
7676
&& curl -fsSL -o /tmp/wildfly-${WILDFLY_VERSION}.Final.FOR-TESTS.zip https://www.silverpeas.org/files/wildfly-${WILDFLY_VERSION}.Final.FOR-TESTS.zip \
7777
&& mkdir /opt/wildfly-for-tests \
7878
&& 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 \
8079
&& echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen \
8180
&& echo "fr_FR.UTF-8 UTF-8" >> /etc/locale.gen \
8281
&& echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen \
8382
&& locale-gen \
8483
&& update-locale LANG=${DEFAULT_LOCALE} LANGUAGE=${DEFAULT_LOCALE} LC_ALL=${DEFAULT_LOCALE}
8584

8685
COPY src/settings.xml /home/silverbuild/.m2/
87-
COPY src/ooserver /usr/local/bin/
8886

8987
RUN chown -R silverbuild:silverbuild /home/silverbuild \
9088
&& chown -R silverbuild:silverbuild /opt/wildfly-for-tests

src/ooserver

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)