-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Docker image for Silverpeas 6.4.1 #17059
Conversation
Diff for c501a90:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4432d21..46c328e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -5,6 +5,6 @@ Tags: 6.3.5
GitFetch: refs/heads/6.3.x
GitCommit: 126477050a7890b45fd57eebe471bfdcff20643d
-Tags: 6.4, latest
+Tags: 6.4.1, latest
GitFetch: refs/heads/6.4.x
-GitCommit: c3054e40add18fd254afdd07a2b206be6a4d3530
+GitCommit: 54368db3f823b6ced026297c058973eabad1e930
diff --git a/_bashbrew-list b/_bashbrew-list
index 93dc03e..f9dcff6 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,3 +1,3 @@
silverpeas:6.3.5
-silverpeas:6.4
+silverpeas:6.4.1
silverpeas:latest
diff --git a/silverpeas_latest/Dockerfile b/silverpeas_latest/Dockerfile
index 194f2dd..bad10d2 100644
--- a/silverpeas_latest/Dockerfile
+++ b/silverpeas_latest/Dockerfile
@@ -92,9 +92,9 @@ ENV JAVA_HOME /docker-java-home
ENV SILVERPEAS_HOME /opt/silverpeas
ENV JBOSS_HOME /opt/wildfly
-ENV SILVERPEAS_VERSION=6.4
+ENV SILVERPEAS_VERSION=6.4.1
ENV WILDFLY_VERSION=26.1.3
-LABEL name="Silverpeas 6.4" description="Image to install and to run Silverpeas 6.4" vendor="Silverpeas" version="6.4" build=1
+LABEL name="Silverpeas 6.4.1" description="Image to install and to run Silverpeas 6.4.1" vendor="Silverpeas" version="6.4.1" build=1
# Fetch both Silverpeas, Wildfly, and the JCR migration script and unpack them into /opt
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \ Relevant Maintainers:
|
The ...
46200K .......... .......... .......... .......... .......... 99% 27.3M 0s
46250K .......... .......... .......... .......... .. 100% 36.8M=3.7s
2024-10-16 01:45:38 (12.4 MB/s) - ‘oak-migrate.zip’ saved [47403376/47403376]
Removing intermediate container b197d9b51f10
The command '/bin/sh -c wget -nc [https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip](https://www.silverpeas.org/files/silverpeas-$%7BSILVERPEAS_VERSION%7D-wildfly$%7BWILDFLY_VERSION%.?.?}.zip) && wget -nc [https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip.asc](https://www.silverpeas.org/files/silverpeas-$%7BSILVERPEAS_VERSION%7D-wildfly$%7BWILDFLY_VERSION%.?.?}.zip.asc) && gpg --keyserver keys.openpgp.org --recv-keys 3F4657EF9C591F2FEA458FEBC19391EB3DF442B6 && gpg --batch --verify silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip.asc silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip && wget -nc [https://www.silverpeas.org/files/wildfly-${WILDFLY_VERSION}.Final.zip](https://www.silverpeas.org/files/wildfly-$%7BWILDFLY_VERSION%7D.Final.zip) && unzip silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip -d /opt && unzip wildfly-${WILDFLY_VERSION}.Final.zip -d /opt && mv /opt/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?} /opt/silverpeas && mv /opt/wildfly-${WILDFLY_VERSION}.Final /opt/wildfly && wget -nc https://www.silverpeas.org/files/oak-migrate.zip && echo '02d21f69004f2d9e634e82ec062d94521bd6bc0385d7c0ddf9af261cb63afdbb oak-migrate.zip' | sha256sum -c --status - && mkdir -p /opt/oak-migration && unzip oak-migrate.zip -d /opt/oak-migration/ && chmod +x /opt/oak-migration/oak-migrate.sh && rm *.zip && mkdir -p /root/.m2' returned a non-zero code: 1 |
Ok, I'm going to take a look at it |
The PR is available : #17753 |
Update silverpeas Docker library to take into account Silverpeas 6.4.1