-
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
Update to Joomla! 3.8.4 #3953
Merged
Merged
Update to Joomla! 3.8.4 #3953
Conversation
This file contains 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
Diff:diff --git a/_bashbrew-list b/_bashbrew-list
index f82133b..165da99 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,11 +8,11 @@ joomla:3.8-apache
joomla:3.8-apache-php7
joomla:3.8-fpm
joomla:3.8-fpm-php7
-joomla:3.8.2
-joomla:3.8.2-apache
-joomla:3.8.2-apache-php7
-joomla:3.8.2-fpm
-joomla:3.8.2-fpm-php7
+joomla:3.8.4
+joomla:3.8.4-apache
+joomla:3.8.4-apache-php7
+joomla:3.8.4-fpm
+joomla:3.8.4-fpm-php7
joomla:apache
joomla:apache-php7
joomla:fpm
diff --git a/joomla_apache-php7/Dockerfile b/joomla_apache-php7/Dockerfile
index f44c844..8690bee 100755
--- a/joomla_apache-php7/Dockerfile
+++ b/joomla_apache-php7/Dockerfile
@@ -1,5 +1,5 @@
FROM php:7.0-apache
-MAINTAINER Michael Babker <michael.babker@joomla.org> (@mbabker)
+LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
@@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.2
-ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
+ENV JOOMLA_VERSION 3.8.4
+ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
diff --git a/joomla_fpm-php7/Dockerfile b/joomla_fpm-php7/Dockerfile
index bdea763..bc6b207 100755
--- a/joomla_fpm-php7/Dockerfile
+++ b/joomla_fpm-php7/Dockerfile
@@ -1,5 +1,5 @@
FROM php:7.0-fpm
-MAINTAINER Michael Babker <michael.babker@joomla.org> (@mbabker)
+LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
@@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.2
-ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
+ENV JOOMLA_VERSION 3.8.4
+ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
diff --git a/joomla_fpm/Dockerfile b/joomla_fpm/Dockerfile
index 48ff4eb..8babde1 100755
--- a/joomla_fpm/Dockerfile
+++ b/joomla_fpm/Dockerfile
@@ -1,5 +1,5 @@
FROM php:5.6-fpm
-MAINTAINER Michael Babker <michael.babker@joomla.org> (@mbabker)
+LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
@@ -15,8 +15,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.2
-ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
+ENV JOOMLA_VERSION 3.8.4
+ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \
diff --git a/joomla_latest/Dockerfile b/joomla_latest/Dockerfile
index 2f22d6f..17290ec 100755
--- a/joomla_latest/Dockerfile
+++ b/joomla_latest/Dockerfile
@@ -1,5 +1,5 @@
FROM php:5.6-apache
-MAINTAINER Michael Babker <michael.babker@joomla.org> (@mbabker)
+LABEL maintainer="Michael Babker <michael.babker@joomla.org> (@mbabker)"
# Disable remote database security requirements.
ENV JOOMLA_INSTALLATION_DISABLE_LOCALHOST_CHECK=1
@@ -18,8 +18,8 @@ RUN docker-php-ext-install zip
VOLUME /var/www/html
# Define Joomla version and expected SHA1 signature
-ENV JOOMLA_VERSION 3.8.2
-ENV JOOMLA_SHA1 e68745d55cc5b1a7bb46f72f4296c6550e088543
+ENV JOOMLA_VERSION 3.8.4
+ENV JOOMLA_SHA1 3d8a321e626cdf3823fc6bd62aee222fd12c19ec
# Download package and extract to web volume
RUN curl -o joomla.zip -SL https://github.com/joomla/joomla-cms/releases/download/${JOOMLA_VERSION}/Joomla_${JOOMLA_VERSION}-Stable-Full_Package.zip \ |
Build test of #3953; 03455b9; $ bashbrew build joomla:3.8.4-apache
Building bashbrew/cache:92bb2bdc5afa8c641cfa3cd146b24c6194bd8a4ded839c85a69fbc1855b00929 (joomla:3.8.4-apache)
Tagging joomla:3.8.4-apache
Tagging joomla:3.8-apache
Tagging joomla:3-apache
Tagging joomla:apache
Tagging joomla:3.8.4
Tagging joomla:3.8
Tagging joomla:3
Tagging joomla:latest
$ test/run.sh joomla:3.8.4-apache
testing joomla:3.8.4-apache
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build joomla:3.8.4-apache-php7
Building bashbrew/cache:003600c56130a4ee8e9d534fb1b632f51d22358830dbaf422602134f4cb82b74 (joomla:3.8.4-apache-php7)
Tagging joomla:3.8.4-apache-php7
Tagging joomla:3.8-apache-php7
Tagging joomla:3-apache-php7
Tagging joomla:apache-php7
$ test/run.sh joomla:3.8.4-apache-php7
testing joomla:3.8.4-apache-php7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build joomla:3.8.4-fpm
Building bashbrew/cache:8d44324759e80ccb1d30afd801559419a64ccf4c6d6a9f32686f83da4d644a9f (joomla:3.8.4-fpm)
Tagging joomla:3.8.4-fpm
Tagging joomla:3.8-fpm
Tagging joomla:3-fpm
Tagging joomla:fpm
$ test/run.sh joomla:3.8.4-fpm
testing joomla:3.8.4-fpm
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
$ bashbrew build joomla:3.8.4-fpm-php7
Building bashbrew/cache:9707a01faf6274e232ec84fc984a0de86005315f07cf315cf6f2d1ba3262fe62 (joomla:3.8.4-fpm-php7)
Tagging joomla:3.8.4-fpm-php7
Tagging joomla:3.8-fpm-php7
Tagging joomla:3-fpm-php7
Tagging joomla:fpm-php7
$ test/run.sh joomla:3.8.4-fpm-php7
testing joomla:3.8.4-fpm-php7
'utc' [1/4]...passed
'cve-2014--shellshock' [2/4]...passed
'no-hard-coded-passwords' [3/4]...passed
'override-cmd' [4/4]...passed
|
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.