With Copilot
Acquia Copilot is a conversational AI connected into our product documentation and knowledge base. Ask Copilot about product features, technical details, troubleshooting and how to get started with Acquia products.
Sign in to use Acquia Copilot
Note
This page applies only to Pipelines environments. Other environments, such as Cloud Platform, Cloud IDE, and Cloud Platform CD, may provide different resources.
Cloud Platform-provided containers offer the following resources, tools, and PHP extensions, which you can use with your build processes in Pipelines jobs.
Note
Pipelines scripts run as a non-privileged user without sudo access. Therefore, you cannot use programs that require root access, such as apt. If you need more resources beyond what’s listed on this page, you can compile and install them in the Pipelines user directory.
Jobs executed in your container have the following resource limits:
max_allowed_packet size in MySQLCloud Platform-provided containers include the following tools:
Composer
Pipelines supports Composer 2 only, which is the default version provided in the Pipelines container. You can select the Composer version through a configuration option in your build definition files. If Pipelines supports later versions of Composer in the future, you can select your preferred version as shown in the following code snippet:
version: 1.3.0
services:
- composer:
version: 2
- mysql
- php:
version: 8.0When using the composer service key, the minimum required schema version is 1.3.0.
The following extensions are available for your use with Cloud Platform-provided containers:
For instructions about using Drush in containers, see About Drush on Cloud Platform.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.