Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 38 additions & 35 deletions docs/dg/dev/integrate-and-configure/configure-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,42 +73,45 @@ git clone https://github.com/spryker/docker-sdk.git ./docker

When configuring a service, you need to define its version. The Docker SDK supports the following service versions:

| SERVICE | ENGINE | VERSIONS | ARM SUPPORT | NOTE |
|----|----|---------------|----|---|
| datab | postgres | 17 | ✓ | |
| | | 10 | ✓ | |
| | | 11 | ✓ | |
| | | 12 | ✓ | |
| | mysql | 5.7 | | |
| | | mariadb-10.2 | ✓ | |
| | | mariadb-10.3 | ✓ | |
| | | mariadb-10.4 | ✓ | |
| | | mariadb-10.5 | ✓ | |
| | | mariadb-10.6 | ✓ | |
| | | mariadb-10.11 | ✓ | |
| broke | rabbitmq | 3.7 | | |
| | | 3.8 | ✓ | |
| | | 3.9 | ✓ | |
| | | 4.1 | ✓ | |
| session | redis | 5.0 | ✓ | |
| key_value_store | redis | 5.0 | ✓ | |
| search | elastic | 5.6* | ✓ | [Policy and Product End of Life Dates](https://www.elastic.co/support/eol) |
| | | 6.8 | ✓ | [Policy and Product End of Life Dates](https://www.elastic.co/support/eol) |
| | | 7.6 | ✓ | |
| | | 7.10 | ✓ | |
| | opensearch | 1.3 | ✓ | |
| scheduler | jenkins | 2.176 | | |
| | | 2.305 | ✓ | |
| | | 2.324 | ✓ | |
| webdriver | phantomjs| latest* | | |
| SERVICE | ENGINE | VERSIONS | ARM SUPPORT | NOTE |
|----|--------------|---------------|----|---|
| datab | postgres | 17 | ✓ | |
| | | 10 | ✓ | |
| | | 11 | ✓ | |
| | | 12 | ✓ | |
| | mysql | 5.7 | | |
| | | 8.4 | | |
| | | mariadb-10.2 | ✓ | |
| | | mariadb-10.3 | ✓ | |
| | | mariadb-10.4 | ✓ | |
| | | mariadb-10.5 | ✓ | |
| | | mariadb-10.6 | ✓ | |
| | | mariadb-10.11 | ✓ | |
| | | mariadb-11.4 | ✓ | |
| | | mariadb-11.8 | ✓ | |
| broke | rabbitmq | 3.7 | | |
| | | 3.8 | ✓ | |
| | | 3.9 | ✓ | |
| | | 4.1 | ✓ | |
| session | redis | 5.0 | ✓ | |
| key_value_store | redis | 5.0 | ✓ | |
| search | elastic | 5.6* | ✓ | [Policy and Product End of Life Dates](https://www.elastic.co/support/eol) |
| | | 6.8 | ✓ | [Policy and Product End of Life Dates](https://www.elastic.co/support/eol) |
| | | 7.6 | ✓ | |
| | | 7.10 | ✓ | |
| | opensearch | 1.3 | ✓ | |
| scheduler | jenkins | 2.176 | | |
| | | 2.305 | ✓ | |
| | | 2.324 | ✓ | |
| webdriver | phantomjs | latest* | | |
| | chromedriver | latest | ✓ | |
| mail_catcher | mailhog | 1.0 | ✓ | |
| mail_catcher | mailhog | 1.0 | ✓ | |
| swagger | swagger-ui | v3.24 | ✓ | |
| kibana | kibana | 5.6* | ✓ | |
| | | 6.8 | ✓ | |
| | | 7.6 | ✓ | |
| | | 7.10 | ✓ | |
| blackfire | blackfire | latest | ✓ | |
| kibana | kibana | 5.6* | ✓ | |
| | | 6.8 | ✓ | |
| | | 7.6 | ✓ | |
| | | 7.10 | ✓ | |
| blackfire | blackfire | latest | ✓ | |


## Database services
Expand Down Expand Up @@ -140,7 +143,7 @@ To switch the database service to MariaDB, follow these steps:
services:
database:
engine: mysql
version: mariadb-10.4
version: mariadb-11.8
...
endpoints:
localhost:3306:
Expand Down
4 changes: 2 additions & 2 deletions docs/dg/dev/system-requirements/latest/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ redirect_from:
|---|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| OS | Native: Linux |
| Web server | NginX or any web server supporting PHP, like lighttpd, Apache, or Cherokee. |
| Databases | For cloud environments, MariaDB >= 10.4 preferred. For on-premise environments, PostgreSQL >=17 or MySQL >=5.7. |
| Databases | For cloud environments, MariaDB >= 11.8 preferred. For on-premise environments, PostgreSQL >=17 or MySQL >=8.4. |
| PHP | PHP >=8.3 with the following extensions: `curl`, `json`, `mysql`, `pdo-sqlite`, `sqlite3`, `gd`, `intl`, `mysqli`, `pgsql`, `ssh2`, `gmp`, `mcrypt`, `pdo-mysql`, `readline`, `twig`, `imagick`, `memcache`, `pdo-pgsql`, `redis`, `xml`, `bz2`, and `mbstring`. For details about supported PHP versions, see [Supported Versions of PHP](/docs/dg/dev/supported-versions-of-php.html) |
| SSL | For production environments, a valid security certificate is required for HTTPS. |
| Key-value store (Redis or Valkey) | Redis versions 5.0 and 6.2; Valkey version >=8.0 |
Expand All @@ -41,7 +41,7 @@ redirect_from:
| OPERATING SYSTEM | NATIVE: LINUX-ONLY THROUGH VM: MACOS AND MS WINDOWS |
|---|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Web server | NginX or any web server supporting PHP, like lighttpd, Apache, or Cherokee. |
| Databases | MariaDB >= 10.4 preferred, PostgreSQL >=17, or MySQL >=5.7. |
| Databases | MariaDB >= 11.8 preferred, PostgreSQL >=17, or MySQL >=8.4. |
| PHP | PHP >=8.3 with the following extensions: `curl`, `json`, `mysql`, `pdo-sqlite`, `sqlite3`, `gd`, `intl`, `mysqli`, `pgsql`, `ssh2`, `gmp`, `mcrypt`, `pdo-mysql`, `readline`, `twig`, `imagick`, `memcache`, `pdo-pgsql`, `redis`, `xml`, `bz2`, `mbstring`. For details about supported PHP versions, see [Supported Versions of PHP](/docs/dg/dev/supported-versions-of-php.html). |
| SSL | For production systems, a valid security certificate is required for HTTPS. |
| Key-value store (Redis or Valkey) | Redis versions 5.0 and 6.2; Valkey version >=8.0 |
Expand Down