From c3a316fae72376adf7cb88c64b6da668223f6525 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:37:34 +0100 Subject: [PATCH 1/5] Bumping version to 6.5.5 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index c1926171..0a0371dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.5.4 \ No newline at end of file +6.5.5 \ No newline at end of file From 2c6d24b43df3c383b35f250bba46381f57781784 Mon Sep 17 00:00:00 2001 From: bfren Date: Wed, 20 Aug 2025 10:38:03 +0100 Subject: [PATCH 2/5] Using latest base images Updating to PHP 8.3.24 and 8.4.11 --- generate-dockerfiles.sh | 2 +- php7.4/Dockerfile | 2 +- php8.0/Dockerfile | 2 +- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- php8.3/Dockerfile | 2 +- php8.3/PHP_REVISION | 2 +- php8.4/Dockerfile | 2 +- php8.4/PHP_REVISION | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 2721fd37..a92acb89 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.4.3" +BASE_VERSION="7.4.4" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 684d2b51..07db2468 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.3 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 54fc0482..d5a9854d 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 549781d1..8484c802 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 791d1d69..e393abec 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index a9037126..13a9845c 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.23-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.3.24-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/PHP_REVISION b/php8.3/PHP_REVISION index 988324c7..99d33913 100644 --- a/php8.3/PHP_REVISION +++ b/php8.3/PHP_REVISION @@ -1 +1 @@ -8.3.23 \ No newline at end of file +8.3.24 \ No newline at end of file diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 5c0ab590..2bf25c48 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.10-7.4.3 +FROM ghcr.io/bfren/nginx-php:php8.4.11-7.4.4 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/PHP_REVISION b/php8.4/PHP_REVISION index c09008cf..95862d66 100644 --- a/php8.4/PHP_REVISION +++ b/php8.4/PHP_REVISION @@ -1 +1 @@ -8.4.10 \ No newline at end of file +8.4.11 \ No newline at end of file From 64ea47554c733379c1258619d8aa0f1fc334ec01 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 12 Sep 2025 13:45:34 +0100 Subject: [PATCH 3/5] Using latest base images --- generate-dockerfiles.sh | 2 +- php7.4/Dockerfile | 2 +- php8.0/Dockerfile | 2 +- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- php8.3/Dockerfile | 2 +- php8.4/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index a92acb89..82043295 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.4.4" +BASE_VERSION="7.5.0" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index 07db2468..ea7a2a42 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.4.4 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index d5a9854d..359581df 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.4.4 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index 8484c802..f16a2d29 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.4.4 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index e393abec..680cd2fa 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.4.4 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index 13a9845c..fbf1fc10 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.24-7.4.4 +FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 2bf25c48..607e0d7e 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.11-7.4.4 +FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.0 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From 13d9ba432417b1032a33a192c25f02adae355c28 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 12 Sep 2025 13:59:27 +0100 Subject: [PATCH 4/5] Using latest base images --- generate-dockerfiles.sh | 2 +- php7.4/Dockerfile | 2 +- php8.0/Dockerfile | 2 +- php8.1/Dockerfile | 2 +- php8.2/Dockerfile | 2 +- php8.3/Dockerfile | 2 +- php8.4/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index 82043295..1723ff24 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="7.5.0" +BASE_VERSION="7.5.1" echo "Base: ${BASE_VERSION}" PHP_VERSIONS="7.4 8.0 8.1 8.2 8.3 8.4" diff --git a/php7.4/Dockerfile b/php7.4/Dockerfile index ea7a2a42..6d179dfd 100644 --- a/php7.4/Dockerfile +++ b/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.0 +FROM ghcr.io/bfren/nginx-php:php7.4.33-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.0/Dockerfile b/php8.0/Dockerfile index 359581df..12aec8db 100644 --- a/php8.0/Dockerfile +++ b/php8.0/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.0 +FROM ghcr.io/bfren/nginx-php:php8.0.30-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.1/Dockerfile b/php8.1/Dockerfile index f16a2d29..7ab41c79 100644 --- a/php8.1/Dockerfile +++ b/php8.1/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.0 +FROM ghcr.io/bfren/nginx-php:php8.1.32-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.2/Dockerfile b/php8.2/Dockerfile index 680cd2fa..8deacccc 100644 --- a/php8.2/Dockerfile +++ b/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.0 +FROM ghcr.io/bfren/nginx-php:php8.2.29-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.3/Dockerfile b/php8.3/Dockerfile index fbf1fc10..ca484c37 100644 --- a/php8.3/Dockerfile +++ b/php8.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.0 +FROM ghcr.io/bfren/nginx-php:php8.3.24-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" diff --git a/php8.4/Dockerfile b/php8.4/Dockerfile index 607e0d7e..b94ecb70 100644 --- a/php8.4/Dockerfile +++ b/php8.4/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.0 +FROM ghcr.io/bfren/nginx-php:php8.4.11-7.5.1 LABEL org.opencontainers.image.source="https://github.com/bfren/docker-wordpress" From 4ce9463bf87bd00b4129613b4037a2447c88a5e8 Mon Sep 17 00:00:00 2001 From: bfren Date: Fri, 12 Sep 2025 14:09:30 +0100 Subject: [PATCH 5/5] Removing arm/v7 builds --- .github/workflows/dev.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index c67d3257..be77d84d 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -82,7 +82,7 @@ jobs: BF_IMAGE=${{ env.REPOSITORY_NAME }} BF_VERSION=${{ steps.version.outputs.contents }} push: ${{ startsWith(github.ref, 'refs/heads/') }} - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | bfren/wordpress:php${{ matrix.php }}-dev bfren/wordpress:php${{ matrix.php }}-${{ steps.version.outputs.contents }}-dev diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6d8a16b1..62423c55 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: BF_PUBLISHING=1 BF_VERSION=${{ steps.version.outputs.contents }} push: true - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm64 tags: | bfren/wordpress:php${{ matrix.php }} bfren/wordpress:php${{ matrix.php }}-${{ steps.version_major.outputs.contents }}