Merged
Conversation
Member
|
Apologies, the |
Diff for 9b6feba:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2609e16..25b199f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -10,13 +10,13 @@ Architectures: amd64, arm64v8
GitCommit: 584f33e831ba80616bb576f850c27c0ee117155f
Directory: 12/postgres-tomcat
-Tags: 13, 13.6, 13.6.0, 13-mysql-tomcat, 13.6-mysql-tomcat, 13.6.0-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
-GitCommit: ab7772d340dd34d727b68b0266bf3cdfad992716
+Tags: 13, 13.7, 13.7.0, 13-mysql-tomcat, 13.7-mysql-tomcat, 13.7.0-mysql-tomcat, mysql-tomcat, stable-mysql-tomcat, stable-mysql, stable, latest
+GitCommit: 1bc6747d90638e90134290d2b6c07c089ef5dc75
Directory: 13/mysql-tomcat
-Tags: 13-postgres-tomcat, 13.6-postgres-tomcat, 13.6.0-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
+Tags: 13-postgres-tomcat, 13.7-postgres-tomcat, 13.7.0-postgres-tomcat, postgres-tomcat, stable-postgres-tomcat, stable-postgres
Architectures: amd64, arm64v8
-GitCommit: ab7772d340dd34d727b68b0266bf3cdfad992716
+GitCommit: 1bc6747d90638e90134290d2b6c07c089ef5dc75
Directory: 13/postgres-tomcat
Tags: 13.4, 13.4.3, 13.4-mysql-tomcat, 13.4.3-mysql-tomcat
diff --git a/_bashbrew-list b/_bashbrew-list
index e6431dd..98135fc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,12 +16,12 @@ xwiki:13.4-postgres-tomcat
xwiki:13.4.3
xwiki:13.4.3-mysql-tomcat
xwiki:13.4.3-postgres-tomcat
-xwiki:13.6
-xwiki:13.6-mysql-tomcat
-xwiki:13.6-postgres-tomcat
-xwiki:13.6.0
-xwiki:13.6.0-mysql-tomcat
-xwiki:13.6.0-postgres-tomcat
+xwiki:13.7
+xwiki:13.7-mysql-tomcat
+xwiki:13.7-postgres-tomcat
+xwiki:13.7.0
+xwiki:13.7.0-mysql-tomcat
+xwiki:13.7.0-postgres-tomcat
xwiki:latest
xwiki:lts
xwiki:lts-mysql
diff --git a/xwiki_latest/Dockerfile b/xwiki_latest/Dockerfile
index e0d82a6..32dfcfe 100644
--- a/xwiki_latest/Dockerfile
+++ b/xwiki_latest/Dockerfile
@@ -17,7 +17,7 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
# ---------------------------------------------------------------------------
-FROM tomcat:8-jdk11-adoptopenjdk-hotspot
+FROM tomcat:8-jdk11-temurin
# ____ ____ ____ ____ _ __ _
# |_ _||_ _||_ _| |_ _|(_) [ | _ (_)
@@ -43,9 +43,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory
# Configure the XWiki permanent directory
-ENV XWIKI_VERSION="13.6"
+ENV XWIKI_VERSION="13.7"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 58518900cd01cc8445e0fb098c33d721070180f26542fdce9ce38677c0b06dab
+ENV XWIKI_DOWNLOAD_SHA256 33ebdd127ba25e71d374a1e0e2a64a88dd3a32ad42e6ac878659d926dcccf2e3
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
diff --git a/xwiki_stable-postgres/Dockerfile b/xwiki_stable-postgres/Dockerfile
index 5e7b0ab..0b79fc5 100644
--- a/xwiki_stable-postgres/Dockerfile
+++ b/xwiki_stable-postgres/Dockerfile
@@ -17,7 +17,7 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
# ---------------------------------------------------------------------------
-FROM tomcat:8-jdk11-adoptopenjdk-hotspot
+FROM tomcat:8-jdk11-temurin
# ____ ____ ____ ____ _ __ _
# |_ _||_ _||_ _| |_ _|(_) [ | _ (_)
@@ -44,9 +44,9 @@ RUN apt-get update && \
# Install XWiki as the ROOT webapp context in Tomcat
# Create the Tomcat temporary directory
# Configure the XWiki permanent directory
-ENV XWIKI_VERSION="13.6"
+ENV XWIKI_VERSION="13.7"
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 58518900cd01cc8445e0fb098c33d721070180f26542fdce9ce38677c0b06dab
+ENV XWIKI_DOWNLOAD_SHA256 33ebdd127ba25e71d374a1e0e2a64a88dd3a32ad42e6ac878659d926dcccf2e3
RUN rm -rf /usr/local/tomcat/webapps/* && \
mkdir -p /usr/local/tomcat/temp && \
mkdir -p /usr/local/xwiki/data && \
|
Member
|
👍 Thanks for updating the You'll likely want to update the rest soon since they'll no longer be rebuilt with updated base images (esp for things like the recent openssl fixes). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.