From 175cb8b4e53f31f3e31f0e07931b846ff791c35f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Apr 2024 09:44:38 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/alpine-magento-cloud-cli/README.md | 20 ++++++++++++++++++++ src/alpine-php-composer/README.md | 2 +- src/alpine-php-posix/README.md | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/alpine-magento-cloud-cli/README.md create mode 100644 src/alpine-php-posix/README.md diff --git a/src/alpine-magento-cloud-cli/README.md b/src/alpine-magento-cloud-cli/README.md new file mode 100644 index 0000000..2b35f91 --- /dev/null +++ b/src/alpine-magento-cloud-cli/README.md @@ -0,0 +1,20 @@ + +# alpine-magento-cloud-cli (alpine-magento-cloud-cli) + +Installs magento-cloud-cli on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-magento-cloud-cli:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-magento-cloud-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-php-composer/README.md b/src/alpine-php-composer/README.md index 94eab1a..50f10c6 100644 --- a/src/alpine-php-composer/README.md +++ b/src/alpine-php-composer/README.md @@ -15,7 +15,7 @@ Installs php composer on alpine | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of composer to install | string | 2.7.1 | +| version | Version of composer to install | string | 2.7.2 | diff --git a/src/alpine-php-posix/README.md b/src/alpine-php-posix/README.md new file mode 100644 index 0000000..17b7a3a --- /dev/null +++ b/src/alpine-php-posix/README.md @@ -0,0 +1,20 @@ + +# alpine-php-posix (alpine-php-posix) + +Installs posix extension for php on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-php-posix:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-php-posix/devcontainer-feature.json). Add additional notes to a `NOTES.md`._