Skip to content

Commit

Permalink
Merge pull request #918 from uselagoon/php8183_319
Browse files Browse the repository at this point in the history
Update php images to alpine3.19
  • Loading branch information
tobybellwood authored Mar 6, 2024
2 parents 0297af7 + 99acc67 commit 3567a34
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/php-cli/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk update \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs-current=~20 \
nodejs=~20 \
npm \
openssh-client \
openssh-sftp-server \
Expand Down
2 changes: 1 addition & 1 deletion images/php-cli/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk update \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs-current=~20 \
nodejs=~20 \
npm \
openssh-client \
openssh-sftp-server \
Expand Down
2 changes: 1 addition & 1 deletion images/php-cli/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache git \
mariadb-client \
mariadb-connector-c \
mongodb-tools \
nodejs-current=~20 \
nodejs=~20 \
npm \
openssh-client \
openssh-sftp-server \
Expand Down
12 changes: 10 additions & 2 deletions images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ FROM composer:latest as healthcheckbuilder

RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6

# php:8.1.26-fpm-alpine3.18 segfaults on alpine 3.19
FROM php:8.1.27-fpm-alpine3.18
FROM php:8.1.27-fpm-alpine3.19

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down Expand Up @@ -96,7 +95,16 @@ RUN apk update \
gettext \
icu-libs \
imagemagick \
imagemagick-heic \
imagemagick-libs \
imagemagick-jpeg \
imagemagick-jxl \
imagemagick-pango \
imagemagick-pdf \
imagemagick-raw \
imagemagick-webp \
imagemagick-svg \
imagemagick-tiff \
libgcrypt \
libjpeg-turbo \
libmcrypt \
Expand Down
11 changes: 10 additions & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM composer:latest as healthcheckbuilder

RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6

FROM php:8.2.16-fpm-alpine3.18
FROM php:8.2.16-fpm-alpine3.19

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down Expand Up @@ -95,7 +95,16 @@ RUN apk update \
gettext \
icu-libs \
imagemagick \
imagemagick-heic \
imagemagick-libs \
imagemagick-jpeg \
imagemagick-jxl \
imagemagick-pango \
imagemagick-pdf \
imagemagick-raw \
imagemagick-webp \
imagemagick-svg \
imagemagick-tiff \
libgcrypt \
libjpeg-turbo \
libmcrypt \
Expand Down
11 changes: 10 additions & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM composer:latest as healthcheckbuilder

RUN composer create-project --no-dev amazeeio/healthz-php /healthz-php v0.0.6

FROM php:8.3.3-fpm-alpine3.18
FROM php:8.3.3-fpm-alpine3.19

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"
Expand Down Expand Up @@ -104,7 +104,16 @@ RUN apk update \
gettext \
icu-libs \
imagemagick \
imagemagick-heic \
imagemagick-libs \
imagemagick-jpeg \
imagemagick-jxl \
imagemagick-pango \
imagemagick-pdf \
imagemagick-raw \
imagemagick-webp \
imagemagick-svg \
imagemagick-tiff \
libgcrypt \
libjpeg-turbo \
libmcrypt \
Expand Down

0 comments on commit 3567a34

Please sign in to comment.