Skip to content

Conversation

@bdsl
Copy link
Contributor

@bdsl bdsl commented Feb 12, 2026

No description provided.

# for e.g. CI test coverage. This means we can use the normal `8.5` tag for Production without
# incurring significant extra overhead.
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from existing 8.3 file, just replaced 3 with 5.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from existing 8.3 file, just replaced 3 with 5 and bullseye with bookworm

Copy link
Contributor

@NoelLH NoelLH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from reviewing the old Composer pin, LGTM

Comment on lines +17 to +23
# Pin to 2.4.1 for now because 2.4.2 introduced a permissions regression (or tightening) that
# doesn't work with our built-as-root(?) images, without per-app changes everywhere that
# Composer is used (e.g. multiple times in every entrypoint). This temporary pin seems like a
# reasonable step for now because it sounds like Composer are open to improving the behaviour
# here and there is active discussion this week (23/9/22).
# https://github.com/composer/composer/issues/11073
RUN curl -sS https://getcomposer.org/installer | php -- --version=2.4.1 --install-dir=/usr/local/bin --filename=composer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we try a newer Composer now? Looks like Docker detection was improved in 2024 from composer/composer#11073

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants