Skip to content
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.2 #18079

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

mmoqui
Copy link
Contributor

@mmoqui mmoqui commented Dec 12, 2024

Update silverpeas Docker library to take into account Silverpeas 6.4.2

@mmoqui mmoqui requested a review from a team as a code owner December 12, 2024 09:44
@tianon
Copy link
Member

tianon commented Dec 12, 2024

Close+reopen to pick up #18080 and hopefully fix CI 🤞

@tianon tianon closed this Dec 12, 2024
@tianon tianon reopened this Dec 12, 2024
Copy link

Diff for 5adc246:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 5a8ae51..570571f 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.1, latest
+Tags: 6.4.2, latest
 GitFetch: refs/heads/6.4.x
-GitCommit: 10abc2b0ea09cceedb65cf58a2cf843992d88a27
+GitCommit: c80ded6919cdf9e1d3e50f2dcef80e32b497fbc1
diff --git a/_bashbrew-list b/_bashbrew-list
index f9dcff6..9a7226e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,3 +1,3 @@
 silverpeas:6.3.5
-silverpeas:6.4.1
+silverpeas:6.4.2
 silverpeas:latest
diff --git a/silverpeas_latest/Dockerfile b/silverpeas_latest/Dockerfile
index 0138182..402bf7c 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.1
+ENV SILVERPEAS_VERSION=6.4.2
 ENV WILDFLY_VERSION=26.1.3
-LABEL name="Silverpeas 6.4.1" description="Image to install and to run Silverpeas 6.4.1" vendor="Silverpeas" version="6.4.1" build=2
+LABEL name="Silverpeas 6.4.2" description="Image to install and to run Silverpeas 6.4.2" vendor="Silverpeas" version="6.4.2" 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:

@tianon tianon merged commit 5b7b2a4 into docker-library:master Dec 12, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants