From bdd8b188184f03d1137a3f6766e34421ba0768c0 Mon Sep 17 00:00:00 2001 From: ToshY <31921460+ToshY@users.noreply.github.com> Date: Sun, 5 Jul 2026 12:40:17 +0200 Subject: [PATCH] seperate otel from otel-grpc due to condition causing mutex corruption when grpc is enabled --- .github/workflows/security.yml | 8 ++++ Dockerfile | 16 +++++++- docker-bake.hcl | 4 +- docs/images.md | 67 +++++++++++++++++++++++++++++++--- 4 files changed, 86 insertions(+), 9 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2404c3b..0456792 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -32,6 +32,14 @@ jobs: - ghcr.io/toshy/php:8.3-fpm-trixie-otel-ffmpeg - ghcr.io/toshy/php:8.4-fpm-trixie-otel-ffmpeg - ghcr.io/toshy/php:8.5-fpm-trixie-otel-ffmpeg + - ghcr.io/toshy/php:8.2-fpm-trixie-otel-grpc + - ghcr.io/toshy/php:8.3-fpm-trixie-otel-grpc + - ghcr.io/toshy/php:8.4-fpm-trixie-otel-grpc + - ghcr.io/toshy/php:8.5-fpm-trixie-otel-grpc + - ghcr.io/toshy/php:8.2-fpm-trixie-otel-grpc-ffmpeg + - ghcr.io/toshy/php:8.3-fpm-trixie-otel-grpc-ffmpeg + - ghcr.io/toshy/php:8.4-fpm-trixie-otel-grpc-ffmpeg + - ghcr.io/toshy/php:8.5-fpm-trixie-otel-grpc-ffmpeg steps: - name: Scan for vulnerabilities uses: crazy-max/ghaction-container-scan@a0a3900b79d158c85ccf034e5368fae620a9233a # v4.0.0 diff --git a/Dockerfile b/Dockerfile index 543687d..d3ff35c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,10 +74,16 @@ EOT RUN <