File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:bionic
1
+ FROM ubuntu:focal
2
2
3
3
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
4
4
@@ -13,11 +13,14 @@ ENV TERM=xterm
13
13
RUN apt-get update && apt-get install -y \
14
14
wget \
15
15
locales \
16
+ language-pack-en \
17
+ language-pack-fr \
18
+ tzdata \
16
19
procps \
17
20
net-tools \
18
21
zip \
19
22
unzip \
20
- openjdk-8 -jdk \
23
+ openjdk-11 -jdk \
21
24
ffmpeg \
22
25
imagemagick \
23
26
ghostscript \
@@ -62,12 +65,12 @@ ENV LC_ALL ${DEFAULT_LOCALE}
62
65
#
63
66
64
67
# Set up environment variables for Silverpeas
65
- ENV JAVA_HOME /usr/lib/jvm/java-8 -openjdk-amd64
68
+ ENV JAVA_HOME /usr/lib/jvm/java-11 -openjdk-amd64
66
69
ENV SILVERPEAS_HOME /opt/silverpeas
67
70
ENV JBOSS_HOME /opt/wildfly
68
71
69
- ARG SILVERPEAS_VERSION=6.1
70
- ARG WILDFLY_VERSION=18 .0.1
72
+ ARG SILVERPEAS_VERSION=6.2-SNAPSHOT
73
+ ARG WILDFLY_VERSION=20 .0.1
71
74
LABEL name="Silverpeas 6" description="An all-to-one image to run Silverpeas 6 for testing purpose" vendor="Silverpeas" version=${SILVERPEAS_VERSION} build=1
72
75
73
76
# Fetch both Silverpeas and Wildfly and unpack them into /opt
You can’t perform that action at this time.
0 commit comments