Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI/CD

on:
workflow_call:
on: push

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.20/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -45,7 +46,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand All @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.20/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.20/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.20/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.21/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.21/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.21/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.22/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.22/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
9 changes: 6 additions & 3 deletions alpine/3.22/8.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ARG PHP_RUN_DEPS="\
libxpm \
libxslt \
libzip \
rabbitmq-c"
rabbitmq-c \
imagemagick"

ARG PHP_BUILD_DEPS="\
autoconf \
Expand All @@ -44,7 +45,8 @@ ARG PHP_BUILD_DEPS="\
libzip-dev \
postgresql-dev \
rabbitmq-c-dev \
g++"
g++ \
imagemagick-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -72,7 +74,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG GRAPHVIZ_BUILD_DEPS="\
expat-dev"
Expand Down
2 changes: 2 additions & 0 deletions context/php/disabled/imagick.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[imagick]
extension = imagick.so
10 changes: 7 additions & 3 deletions debian/bullseye/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ ARG PHP_RUN_DEPS="\
libxml2 \
libxpm4 \
libxslt1.1 \
libzip4"
libzip4 \
libmagickwand-6.q16-6 \
libmagickcore-6.q16-6"

ARG PHP_BUILD_DEPS="\
libbz2-dev \
Expand All @@ -41,7 +43,8 @@ ARG PHP_BUILD_DEPS="\
libxml2-dev \
libxpm-dev \
libzip-dev \
librabbitmq-dev"
librabbitmq-dev \
libmagickwand-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand All @@ -68,7 +71,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
xdebug \
xhprof \
excimer \
amqp"
amqp \
imagick"

ARG CFLAGS="-I/usr/src/php"
RUN apt update -y \
Expand Down
10 changes: 7 additions & 3 deletions debian/bullseye/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ ARG PHP_RUN_DEPS="\
libxml2 \
libxpm4 \
libxslt1.1 \
libzip4"
libzip4 \
libmagickwand-6.q16-6 \
libmagickcore-6.q16-6"

ARG PHP_BUILD_DEPS="\
libbz2-dev \
Expand All @@ -45,7 +47,8 @@ ARG PHP_BUILD_DEPS="\
librabbitmq-dev \
libgrpc-dev \
libprotobuf-dev \
protobuf-compiler"
protobuf-compiler \
libmagickwand-dev"

ARG PHP_EXTENSIONS="\
bcmath \
Expand Down Expand Up @@ -75,7 +78,8 @@ ARG ADDITIONAL_PHP_PECL_EXTENSIONS="\
amqp \
grpc \
protobuf \
opentelemetry"
opentelemetry \
imagick"

ARG CFLAGS="-I/usr/src/php"
RUN apt update -y \
Expand Down
Loading
Loading