2026.17
Released 2026-03-26
Changes
Fix: docker compose fails with $ in secret
When a $ character was included in a secret, invoker would naively write it to
a docker compose .env file. However, docker compose interpolates variables
using the $ character resulting in unwanted behavior. This change first
updates the web server image to remove the relatively ancient docker-compose
command; docker compose must now be used instead. Invoker is updated to use
the new command and properly encodes values in the .env file using single
quotes and proper escaping, correcting the reported problem.
Component upgrades
| Component | Previous | Current |
|---|---|---|
| Debian | 13.3 | 13.4 |
| RabbitMQ | 4.2.4 | 4.2.5 |
| Varnish | 6.0.16 | 6.0.17 |
Artifacts matrix
| Image Type | Family / Variant | OS | Packages | Architectures | URI |
|---|---|---|---|---|---|
| Container | php-fpm:8.1-arm64 | Debian 13.2 | 8.1.34, composer-2.9.5 | arm64 | public.ecr.aws/webscale/php-fpm:8.1-arm64-2026.17 |
| Container | php-fpm:8.2-arm64 | Debian 13.4 | 8.2.30, composer-2.9.5 | arm64 | public.ecr.aws/webscale/php-fpm:8.2-arm64-2026.17 |
| Container | php-fpm:8.3-arm64 | Debian 13.4 | 8.3.30, composer-2.9.5 | arm64 | public.ecr.aws/webscale/php-fpm:8.3-arm64-2026.17 |
| Container | php-fpm:8.4-arm64 | Debian 13.4 | 8.4.19, composer-2.9.5 | arm64 | public.ecr.aws/webscale/php-fpm:8.4-arm64-2026.17 |
| Container | php-fpm:8.5-arm64 | Debian 13.4 | 8.5.4, composer-2.9.5 | arm64 | public.ecr.aws/webscale/php-fpm:8.5-arm64-2026.17 |
| Container | php-fpm:8.1-deb | Debian 13.2 | 8.1.34, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.1-deb-2026.17 |
| Container | php-fpm:8.2-deb | Debian 13.4 | 8.2.30, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.2-deb-2026.17 |
| Container | php-fpm:8.3-deb | Debian 13.4 | 8.3.30, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.3-deb-2026.17 |
| Container | php-fpm:8.4-deb | Debian 13.4 | 8.4.19, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.4-deb-2026.17 |
| Container | php-fpm:8.1 | Alpine 3.21.6 | 8.1.34, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.1-2026.17 |
| Container | php-fpm:8.2 | Alpine 3.23.3 | 8.2.30, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.2-2026.17 |
| Container | php-fpm:8.3 | Alpine 3.23.3 | 8.3.30, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.3-2026.17 |
| Container | php-fpm:8.4 | Alpine 3.23.3 | 8.4.19, composer-2.9.5 | amd64 | public.ecr.aws/webscale/php-fpm:8.4-2026.17 |
| Container | rabbitmq | Ubuntu 24.04.4 LTS | 4.2.5 | arm64 | public.ecr.aws/webscale/rabbitmq:2026.17 |
| Container | varnish | Debian 12.13 | 6.0.17 | arm64 | public.ecr.aws/webscale/varnish:2026.17 |
Feedback
Was this page helpful?
Glad to hear it! Have any more feedback? Please share it here.
Sorry to hear that. Have any more feedback? Please share it here.
Last modified March 26, 2026