From beeda0226260cb643ffeb4a3368e49b7ea015418 Mon Sep 17 00:00:00 2001 From: cpe-image-bot Date: Wed, 8 Apr 2026 11:44:48 +0000 Subject: [PATCH] Publish v8.4.20 and v8.5.5. [release] --- 8.4/Dockerfile | 2 +- 8.4/browsers/Dockerfile | 2 +- 8.4/node/Dockerfile | 2 +- 8.5/Dockerfile | 2 +- 8.5/browsers/Dockerfile | 2 +- 8.5/node/Dockerfile | 2 +- GEN-CHECK | 2 +- build-images.sh | 12 ++++++------ 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/8.4/Dockerfile b/8.4/Dockerfile index e1d4aa7..518b5c4 100644 --- a/8.4/Dockerfile +++ b/8.4/Dockerfile @@ -11,7 +11,7 @@ FROM cimg/base:2026.03-22.04 LABEL maintainer="CircleCI Execution Team " -ENV PHP_VERSION=8.4.19 +ENV PHP_VERSION=8.4.20 ENV PHP_MINOR=8.4 # Install dependencies diff --git a/8.4/browsers/Dockerfile b/8.4/browsers/Dockerfile index 401e644..cadce2b 100644 --- a/8.4/browsers/Dockerfile +++ b/8.4/browsers/Dockerfile @@ -1,6 +1,6 @@ # vim:set ft=dockerfile: -FROM cimg/php:8.4.19-node +FROM cimg/php:8.4.20-node LABEL maintainer="CircleCI Community & Partner Engineering Team " diff --git a/8.4/node/Dockerfile b/8.4/node/Dockerfile index a727c87..ce8a2d8 100644 --- a/8.4/node/Dockerfile +++ b/8.4/node/Dockerfile @@ -1,6 +1,6 @@ # vim:set ft=dockerfile: -FROM cimg/php:8.4.19 +FROM cimg/php:8.4.20 LABEL maintainer="Community & Partner Engineering Team " diff --git a/8.5/Dockerfile b/8.5/Dockerfile index 4de9fdd..7d1404c 100644 --- a/8.5/Dockerfile +++ b/8.5/Dockerfile @@ -11,7 +11,7 @@ FROM cimg/base:2026.03-22.04 LABEL maintainer="CircleCI Execution Team " -ENV PHP_VERSION=8.5.4 +ENV PHP_VERSION=8.5.5 ENV PHP_MINOR=8.5 # Install dependencies diff --git a/8.5/browsers/Dockerfile b/8.5/browsers/Dockerfile index 3331e67..b7931eb 100644 --- a/8.5/browsers/Dockerfile +++ b/8.5/browsers/Dockerfile @@ -1,6 +1,6 @@ # vim:set ft=dockerfile: -FROM cimg/php:8.5.4-node +FROM cimg/php:8.5.5-node LABEL maintainer="CircleCI Community & Partner Engineering Team " diff --git a/8.5/node/Dockerfile b/8.5/node/Dockerfile index c5f995a..a651d07 100644 --- a/8.5/node/Dockerfile +++ b/8.5/node/Dockerfile @@ -1,6 +1,6 @@ # vim:set ft=dockerfile: -FROM cimg/php:8.5.4 +FROM cimg/php:8.5.5 LABEL maintainer="Community & Partner Engineering Team " diff --git a/GEN-CHECK b/GEN-CHECK index 412c312..6b653f1 100644 --- a/GEN-CHECK +++ b/GEN-CHECK @@ -1 +1 @@ -GEN_CHECK=(8.5.4 8.4.19) +GEN_CHECK=(8.4.20 8.5.5) diff --git a/build-images.sh b/build-images.sh index 40ca9d1..00125e7 100755 --- a/build-images.sh +++ b/build-images.sh @@ -4,9 +4,9 @@ set -eo pipefail docker context create cimg docker buildx create --use cimg -docker buildx build --platform=linux/amd64,linux/arm64 --file 8.5/Dockerfile -t cimg/php:8.5.4 -t cimg/php:8.5 --push . -docker buildx build --platform=linux/amd64,linux/arm64 --file 8.5/node/Dockerfile -t cimg/php:8.5.4-node -t cimg/php:8.5-node --push . -docker buildx build --platform=linux/amd64 --file 8.5/browsers/Dockerfile -t cimg/php:8.5.4-browsers -t cimg/php:8.5-browsers --push . -docker buildx build --platform=linux/amd64,linux/arm64 --file 8.4/Dockerfile -t cimg/php:8.4.19 -t cimg/php:8.4 --push . -docker buildx build --platform=linux/amd64,linux/arm64 --file 8.4/node/Dockerfile -t cimg/php:8.4.19-node -t cimg/php:8.4-node --push . -docker buildx build --platform=linux/amd64 --file 8.4/browsers/Dockerfile -t cimg/php:8.4.19-browsers -t cimg/php:8.4-browsers --push . +docker buildx build --platform=linux/amd64,linux/arm64 --file 8.4/Dockerfile -t cimg/php:8.4.20 -t cimg/php:8.4 --push . +docker buildx build --platform=linux/amd64,linux/arm64 --file 8.4/node/Dockerfile -t cimg/php:8.4.20-node -t cimg/php:8.4-node --push . +docker buildx build --platform=linux/amd64 --file 8.4/browsers/Dockerfile -t cimg/php:8.4.20-browsers -t cimg/php:8.4-browsers --push . +docker buildx build --platform=linux/amd64,linux/arm64 --file 8.5/Dockerfile -t cimg/php:8.5.5 -t cimg/php:8.5 --push . +docker buildx build --platform=linux/amd64,linux/arm64 --file 8.5/node/Dockerfile -t cimg/php:8.5.5-node -t cimg/php:8.5-node --push . +docker buildx build --platform=linux/amd64 --file 8.5/browsers/Dockerfile -t cimg/php:8.5.5-browsers -t cimg/php:8.5-browsers --push .