2026.36
Changes
V3: Supervisor support on web-server
It is apparently typical practice to create cron servers and supervisor
servers with clusters based on a web-server image. Therefore, this
release adds the supervisor shims that are included in the nfs-server
image as an optional service. Configuration files may be placed in the
host /etc/supervisor directory and are normally expected to be placed
there by the invoker bootstrap sequence. A new command.EnableService
invoker command accepting a name parameter can be used to enable
a systemd service such as supervisor. To use supervisor in this way,
it is required that the image for a cluster is configured via cluster
attributes so that the CONTAINER_IMAGE_URI metadata variable is set.
V3: shell command on web-server
Supervisor is run through the shell command, which is now provided
on web servers. For mapping network shared files into the shell, the
metadata variables WEBSCALE_SHARE and WEBSCALE_SHARED_DIRS is used
to set the directory where the file system is mounted and a space-
separated set of subdirectories (or files) that are mapped into the
shell. For example, /var/www/shared/mysite.com and pub/media var
are usual, respective values. Note that unlike V4 systems, the html
prefix is not included and it is not possible to share at the top
level.
V3: Invoker configuration from metadata
This release adds a metadata variable WEBSCALE_BOOTSTRAP that specifies a
locator for a bootstrap sequence. In combination with metadata variables
WEBSCALE_CUSTOMER and WEBSCALE_ENVIRONMENT, it is no longer necessary to
write any files to the file system (as was formerly done in a cloud-init
script).
Datadog collector
The Datadog collector is now added to all images and can be enabled
by defining metadata variable DATADOG_API_KEY or by providing file
/etc/datadog-agent/datadog.yaml.
New tools
New tools are added to all images:
btop: Command line resource monitormtr-tiny: Full screen ncurses traceroute toolncdu: Disk usage viewerpsmisc: Proc file system utilitiesrclone: Rsync for commercial cloud storageripgrep: Recursively searches directories for a regex patternwget: Retrieves files from the web
Component upgrades
| Component | Previous | Current |
|---|---|---|
| PHP | 8.2.32 | 8.2.33 |
| PHP | 8.3.32 | 8.3.33 |
| PHP | 8.4.23 | 8.4.24 |
| PHP | 8.5.8 | 8.5.9 |
Artifacts matrix
| Image Type | Family / Variant | OS | Packages | Architectures | URI |
|---|---|---|---|---|---|
| Container | php-fpm:8.1-arm64 | Debian 13.2 | 8.1.34, composer-2.10.2 | arm64 | public.ecr.aws/webscale/php-fpm:8.1-arm64-2026.36 |
| Container | php-fpm:8.2-arm64 | Debian 13.6 | 8.2.33, composer-2.10.2 | arm64 | public.ecr.aws/webscale/php-fpm:8.2-arm64-2026.36 |
| Container | php-fpm:8.3-arm64 | Debian 13.6 | 8.3.33, composer-2.10.2 | arm64 | public.ecr.aws/webscale/php-fpm:8.3-arm64-2026.36 |
| Container | php-fpm:8.4-arm64 | Debian 13.6 | 8.4.24, composer-2.10.2 | arm64 | public.ecr.aws/webscale/php-fpm:8.4-arm64-2026.36 |
| Container | php-fpm:8.5-arm64 | Debian 13.6 | 8.5.9, composer-2.10.2 | arm64 | public.ecr.aws/webscale/php-fpm:8.5-arm64-2026.36 |
| Container | php-fpm:8.1-deb | Debian 13.2 | 8.1.34, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.1-deb-2026.36 |
| Container | php-fpm:8.2-deb | Debian 13.6 | 8.2.33, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.2-deb-2026.36 |
| Container | php-fpm:8.3-deb | Debian 13.6 | 8.3.33, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.3-deb-2026.36 |
| Container | php-fpm:8.4-deb | Debian 13.6 | 8.4.24, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.4-deb-2026.36 |
| Container | php-fpm:8.1 | Alpine 3.21.7 | 8.1.34, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.1-2026.36 |
| Container | php-fpm:8.2 | Alpine 3.24.1 | 8.2.33, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.2-2026.36 |
| Container | php-fpm:8.3 | Alpine 3.24.1 | 8.3.33, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.3-2026.36 |
| Container | php-fpm:8.4 | Alpine 3.24.1 | 8.4.24, composer-2.10.2 | amd64 | public.ecr.aws/webscale/php-fpm:8.4-2026.36 |
| Container | rabbitmq | Ubuntu 24.04.4 LTS | 4.3.4 | arm64 | public.ecr.aws/webscale/rabbitmq:2026.36 |
| Container | varnish | Debian 12.15 | 6.0.18 | arm64 | public.ecr.aws/webscale/varnish:2026.36 |
Last modified on August 11, 2026