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.
Specifications and resource limits
Jobs executed in your container have the following resource limits:
- 4 GB of memory
- 20 GB of disk space
- 256 MB of shared memory
- One CPU
- One hour of running time per job
- Maximum of five concurrent jobs
- 100 MB
max_allowed_packet
size in MySQL
Tools
Cloud Platform-provided containers include the following tools:
- acquia-yaml
- Bundler
- bzip2
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.0
When using the composer service key, the minimum required schema version is 1.3.0.
- Drush
- Fontconfig
- Gem
- Git
- Google Chrome
- ImageMagick
- MySQL
- Node.js
- npm
- nvm
- patch
- PHP
- rbenv
- rsync
- SOAP
- Ruby
- SSH
- unzip
- wget
PHP extensions
The following extensions are available for your use with Cloud Platform-provided containers:
- bcmath
- bz2
- gd
- gmp
- imagick
- LDAP
- mysqli
- pcntl
- pdo_mysql
- SOAP
- Sodium
- xsl
- yaml
- zip
- intl
For instructions about using Drush in containers, see About Drush on Cloud Platform.