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.1 #17059

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

mmoqui
Copy link
Contributor

@mmoqui mmoqui commented Jun 26, 2024

Update silverpeas Docker library to take into account Silverpeas 6.4.1

@mmoqui mmoqui requested a review from a team as a code owner June 26, 2024 13:41
Copy link

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:

@tianon tianon merged commit 9350b32 into docker-library:master Jun 26, 2024
7 checks passed
@yosifkit
Copy link
Member

The silverpeas:6.4.1 image has been failing to rebuild with base images updates. The logs don't show much but I think it is because we don't yet have Silverpeas/docker-silverpeas-prod@0c2210c. Any chance we could get a PR to the library/silverpeas file to update the reference?

...
 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

@mmoqui
Copy link
Contributor Author

mmoqui commented Oct 18, 2024

The silverpeas:6.4.1 image has been failing to rebuild with base images updates. The logs don't show much but I think it is because we don't yet have Silverpeas/docker-silverpeas-prod@0c2210c. Any chance we could get a PR to the library/silverpeas file to update the reference?

Ok, I'm going to take a look at it

@mmoqui
Copy link
Contributor Author

mmoqui commented Oct 18, 2024

The silverpeas:6.4.1 image has been failing to rebuild with base images updates. The logs don't show much but I think it is because we don't yet have Silverpeas/docker-silverpeas-prod@0c2210c. Any chance we could get a PR to the library/silverpeas file to update the reference?

Ok, I'm going to take a look at it

The PR is available : #17753

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.

4 participants