docs: add ADR for Docker Image Variant v2#221
Open
Soner (shyim) wants to merge 1 commit into
Open
Conversation
Proposes calendar-versioned immutable tags, Debian-based images, reduced matrix, and a formal support policy.
| - `ghcr.io/shopware/docker-dev:8.3-node22-v2026.1` | ||
| - `ghcr.io/shopware/docker-dev:8.3-node24-v2026.1` | ||
|
|
||
| ### 4. Shopware application defaults move out of the image |
There was a problem hiding this comment.
This sounds like a great change (an probably overdue)
| - Official upstream packages (Node.js, grpc) become usable without source builds or musl patches. | ||
| - The size difference between `debian:*-slim` and Alpine is acceptable for a PHP application image where the PHP layer dominates anyway. | ||
|
|
||
| ### 3. One production variant: FrankenPHP, batteries included |
There was a problem hiding this comment.
+1 for only using and endorsing FrankenPHP
Kevin Rudde (kevinrudde)
approved these changes
Jul 8, 2026
Member
|
I'm happy to contribute if you need help, I have built some php base images in the past for the SBP components as well 😃 |
| - Official upstream packages (Node.js, grpc) become usable without source builds or musl patches. | ||
| - The size difference between `debian:*-slim` and Alpine is acceptable for a PHP application image where the PHP layer dominates anyway. | ||
|
|
||
| ### 3. One production variant: FrankenPHP, batteries included |
Contributor
There was a problem hiding this comment.
https://frankenphp.dev/docs/known-issues/#buggy-php-extensions
How do you think about the issue with support for blackfire and datadog?
Contributor
There was a problem hiding this comment.
same thought about ensuring support for:
- https://github.com/shopwareLabs/ext-shopware
- php-zstd
- php-otel
- tideways
- newrelic
- ext-imap
- ext-smtp
- ext-ftp
Member
Author
There was a problem hiding this comment.
I pinged Blackfire, Datadog and OTEL. any other does not low level things
Jens (jenskueper)
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Architecture Decision Record proposing:
-vYYYY.Nsuffix) so breaking changes don't silently roll outSee also shopware/docker#150.