Skip to content

Commit 8ad67ee

Browse files
committed
Update Joomla 5.3.0-beta1 to 5.3.0-beta2. Set new default correct PHP versions on each Joomla version.
1 parent e4ab2c6 commit 8ad67ee

File tree

14 files changed

+54
-54
lines changed

14 files changed

+54
-54
lines changed

5.2/php8.3/apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ RUN set -ex; \
8787
extDir="$(php -r 'echo ini_get("extension_dir");')"; \
8888
[ -d "$extDir" ]; \
8989
# pecl will claim success even if one install fails, so we need to perform each install separately
90-
pecl install APCu-5.1.23; \
90+
pecl install APCu-5.1.24; \
9191
pecl install memcached-3.3.0; \
92-
pecl install redis-6.0.2; \
92+
pecl install redis-6.1.0; \
9393
\
9494
docker-php-ext-enable \
9595
apcu \

5.2/php8.3/fpm-alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ RUN set -ex; \
9090
[ -d "$extDir" ]; \
9191
\
9292
# pecl will claim success even if one install fails, so we need to perform each install separately
93-
pecl install APCu-5.1.23; \
93+
pecl install APCu-5.1.24; \
9494
pecl install memcached-3.3.0; \
95-
pecl install redis-6.0.2; \
95+
pecl install redis-6.1.0; \
9696
\
9797
docker-php-ext-enable \
9898
apcu \

5.2/php8.3/fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ RUN set -ex; \
8787
extDir="$(php -r 'echo ini_get("extension_dir");')"; \
8888
[ -d "$extDir" ]; \
8989
# pecl will claim success even if one install fails, so we need to perform each install separately
90-
pecl install APCu-5.1.23; \
90+
pecl install APCu-5.1.24; \
9191
pecl install memcached-3.3.0; \
92-
pecl install redis-6.0.2; \
92+
pecl install redis-6.1.0; \
9393
\
9494
docker-php-ext-enable \
9595
apcu \

5.3.beta/php8.1/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ RUN set -eux; \
162162
VOLUME /var/www/html
163163

164164
# Define Joomla version and expected SHA512 signature
165-
ENV JOOMLA_VERSION 5.3.0-beta1
166-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
165+
ENV JOOMLA_VERSION 5.3.0-beta2
166+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
167167

168168
# Download package and extract to web volume
169169
RUN set -ex; \
170-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
170+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
171171
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
172172
mkdir /usr/src/joomla; \
173173
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.1/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ RUN { \
142142
VOLUME /var/www/html
143143

144144
# Define Joomla version and expected SHA512 signature
145-
ENV JOOMLA_VERSION 5.3.0-beta1
146-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
145+
ENV JOOMLA_VERSION 5.3.0-beta2
146+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
147147

148148
# Download package and extract to web volume
149149
RUN set -ex; \
150-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
150+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
151151
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
152152
mkdir /usr/src/joomla; \
153153
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.1/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ RUN { \
144144
VOLUME /var/www/html
145145

146146
# Define Joomla version and expected SHA512 signature
147-
ENV JOOMLA_VERSION 5.3.0-beta1
148-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
147+
ENV JOOMLA_VERSION 5.3.0-beta2
148+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
149149

150150
# Download package and extract to web volume
151151
RUN set -ex; \
152-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
152+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
153153
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
154154
mkdir /usr/src/joomla; \
155155
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.2/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ RUN set -eux; \
162162
VOLUME /var/www/html
163163

164164
# Define Joomla version and expected SHA512 signature
165-
ENV JOOMLA_VERSION 5.3.0-beta1
166-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
165+
ENV JOOMLA_VERSION 5.3.0-beta2
166+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
167167

168168
# Download package and extract to web volume
169169
RUN set -ex; \
170-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
170+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
171171
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
172172
mkdir /usr/src/joomla; \
173173
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.2/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ RUN { \
142142
VOLUME /var/www/html
143143

144144
# Define Joomla version and expected SHA512 signature
145-
ENV JOOMLA_VERSION 5.3.0-beta1
146-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
145+
ENV JOOMLA_VERSION 5.3.0-beta2
146+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
147147

148148
# Download package and extract to web volume
149149
RUN set -ex; \
150-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
150+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
151151
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
152152
mkdir /usr/src/joomla; \
153153
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.2/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ RUN { \
144144
VOLUME /var/www/html
145145

146146
# Define Joomla version and expected SHA512 signature
147-
ENV JOOMLA_VERSION 5.3.0-beta1
148-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
147+
ENV JOOMLA_VERSION 5.3.0-beta2
148+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
149149

150150
# Download package and extract to web volume
151151
RUN set -ex; \
152-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
152+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
153153
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
154154
mkdir /usr/src/joomla; \
155155
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.3/apache/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ RUN set -ex; \
8787
extDir="$(php -r 'echo ini_get("extension_dir");')"; \
8888
[ -d "$extDir" ]; \
8989
# pecl will claim success even if one install fails, so we need to perform each install separately
90-
pecl install APCu-5.1.23; \
90+
pecl install APCu-5.1.24; \
9191
pecl install memcached-3.3.0; \
92-
pecl install redis-6.0.2; \
92+
pecl install redis-6.1.0; \
9393
\
9494
docker-php-ext-enable \
9595
apcu \
@@ -162,12 +162,12 @@ RUN set -eux; \
162162
VOLUME /var/www/html
163163

164164
# Define Joomla version and expected SHA512 signature
165-
ENV JOOMLA_VERSION 5.3.0-beta1
166-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
165+
ENV JOOMLA_VERSION 5.3.0-beta2
166+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
167167

168168
# Download package and extract to web volume
169169
RUN set -ex; \
170-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
170+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
171171
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
172172
mkdir /usr/src/joomla; \
173173
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.3/fpm-alpine/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ RUN set -ex; \
9090
[ -d "$extDir" ]; \
9191
\
9292
# pecl will claim success even if one install fails, so we need to perform each install separately
93-
pecl install APCu-5.1.23; \
93+
pecl install APCu-5.1.24; \
9494
pecl install memcached-3.3.0; \
95-
pecl install redis-6.0.2; \
95+
pecl install redis-6.1.0; \
9696
\
9797
docker-php-ext-enable \
9898
apcu \
@@ -142,12 +142,12 @@ RUN { \
142142
VOLUME /var/www/html
143143

144144
# Define Joomla version and expected SHA512 signature
145-
ENV JOOMLA_VERSION 5.3.0-beta1
146-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
145+
ENV JOOMLA_VERSION 5.3.0-beta2
146+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
147147

148148
# Download package and extract to web volume
149149
RUN set -ex; \
150-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
150+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
151151
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
152152
mkdir /usr/src/joomla; \
153153
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

5.3.beta/php8.3/fpm/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ RUN set -ex; \
8787
extDir="$(php -r 'echo ini_get("extension_dir");')"; \
8888
[ -d "$extDir" ]; \
8989
# pecl will claim success even if one install fails, so we need to perform each install separately
90-
pecl install APCu-5.1.23; \
90+
pecl install APCu-5.1.24; \
9191
pecl install memcached-3.3.0; \
92-
pecl install redis-6.0.2; \
92+
pecl install redis-6.1.0; \
9393
\
9494
docker-php-ext-enable \
9595
apcu \
@@ -144,12 +144,12 @@ RUN { \
144144
VOLUME /var/www/html
145145

146146
# Define Joomla version and expected SHA512 signature
147-
ENV JOOMLA_VERSION 5.3.0-beta1
148-
ENV JOOMLA_SHA512 5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef
147+
ENV JOOMLA_VERSION 5.3.0-beta2
148+
ENV JOOMLA_SHA512 1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c
149149

150150
# Download package and extract to web volume
151151
RUN set -ex; \
152-
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst; \
152+
curl -o joomla.tar.zst -SL https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst; \
153153
echo "$JOOMLA_SHA512 *joomla.tar.zst" | sha512sum -c -; \
154154
mkdir /usr/src/joomla; \
155155
tar --zstd -xf joomla.tar.zst -C /usr/src/joomla; \

versions-helper.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"5.3.beta": {
3-
"version": "5.3.0-beta1",
4-
"package": "https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst",
3+
"version": "5.3.0-beta2",
4+
"package": "https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst",
55
"packageType": "tar.zst",
6-
"php": "8.2",
6+
"php": "8.3",
77
"aliases": ["5.3.0-beta"],
88
"phpVersions": {
99
"8.3": {
1010
"pecl": {
11-
"APCu": "5.1.23",
11+
"APCu": "5.1.24",
1212
"memcached": "3.3.0",
13-
"redis": "6.0.2"
13+
"redis": "6.1.0"
1414
}
1515
},
1616
"8.2": {
@@ -38,14 +38,14 @@
3838
"5.2": {
3939
"version": "5.2.4",
4040
"packageType": "tar.zst",
41-
"php": "8.2",
41+
"php": "8.3",
4242
"aliases": [5, "latest"],
4343
"phpVersions": {
4444
"8.3": {
4545
"pecl": {
46-
"APCu": "5.1.23",
46+
"APCu": "5.1.24",
4747
"memcached": "3.3.0",
48-
"redis": "6.0.2"
48+
"redis": "6.1.0"
4949
}
5050
},
5151
"8.2": {
@@ -72,7 +72,7 @@
7272
},
7373
"4.4": {
7474
"version": "4.4.11",
75-
"php": "8.1",
75+
"php": "8.2",
7676
"aliases": [4],
7777
"phpVersions": {
7878
"8.2": {

versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"package": "https://github.com/joomla/joomla-cms/releases/download/4.4.11/Joomla_4.4.11-Stable-Full_Package.tar.bz2",
77
"packageType": "tar.bz2",
8-
"php": "8.1",
8+
"php": "8.2",
99
"phpVersions": [
1010
"8.1",
1111
"8.2"
@@ -26,7 +26,7 @@
2626
],
2727
"package": "https://github.com/joomla/joomla-cms/releases/download/5.2.4/Joomla_5.2.4-Stable-Full_Package.tar.zst",
2828
"packageType": "tar.zst",
29-
"php": "8.2",
29+
"php": "8.3",
3030
"phpVersions": [
3131
"8.1",
3232
"8.2",
@@ -45,21 +45,21 @@
4545
"aliases": [
4646
"5.3.0-beta"
4747
],
48-
"package": "https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta1/Joomla_5.3.0-beta1-Beta-Full_Package.tar.zst",
48+
"package": "https://github.com/joomla/joomla-cms/releases/download/5.3.0-beta2/Joomla_5.3.0-beta2-Beta-Full_Package.tar.zst",
4949
"packageType": "tar.zst",
50-
"php": "8.2",
50+
"php": "8.3",
5151
"phpVersions": [
5252
"8.1",
5353
"8.2",
5454
"8.3"
5555
],
56-
"sha512": "5fb97e559704150e305b3d7a8e333040d1d7af41ad5e5453c001596a71526b3fe95d602f3ef825368a1f283b1130d2be3797e2b5144a221041e28406a48179ef",
56+
"sha512": "1219caf8ac33f72a29641652cc31a92c07cde5f98b601664f66978e899a717338b64025dc53f846f5e76bb8b2fb77367e970929be6b0de66edbbce2356e2f03c",
5757
"variant": "apache",
5858
"variants": [
5959
"apache",
6060
"fpm-alpine",
6161
"fpm"
6262
],
63-
"version": "5.3.0-beta1"
63+
"version": "5.3.0-beta2"
6464
}
6565
}

0 commit comments

Comments
 (0)