From 36cccc1cdd2194ae6203f5fa87770e1b485b44df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Oct 2023 09:54:50 +0000 Subject: [PATCH 1/2] Automated documentation update [skip ci] --- src/alpine-bat/README.md | 20 ++++++++++++++++++++ src/alpine-docker/README.md | 4 +--- src/alpine-gh-cli/README.md | 20 ++++++++++++++++++++ src/alpine-nano/README.md | 20 ++++++++++++++++++++ src/alpine-nushell/README.md | 24 ++++++++++++++++++++++++ src/alpine-ohmyzsh/README.md | 24 ++++++++++++++++++++++++ src/alpine-starship/README.md | 20 ++++++++++++++++++++ 7 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 src/alpine-bat/README.md create mode 100644 src/alpine-gh-cli/README.md create mode 100644 src/alpine-nano/README.md create mode 100644 src/alpine-nushell/README.md create mode 100644 src/alpine-ohmyzsh/README.md create mode 100644 src/alpine-starship/README.md diff --git a/src/alpine-bat/README.md b/src/alpine-bat/README.md new file mode 100644 index 0000000..2862608 --- /dev/null +++ b/src/alpine-bat/README.md @@ -0,0 +1,20 @@ + +# alpine-bat (alpine-bat) + +Installs bat on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-bat:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-bat/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-docker/README.md b/src/alpine-docker/README.md index 925df43..3bb6439 100644 --- a/src/alpine-docker/README.md +++ b/src/alpine-docker/README.md @@ -7,9 +7,7 @@ Installs docker and docker-compose on alpine ```json "features": { - "ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": { - "hostDockerGid": 1001 - } + "ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": {} } ``` diff --git a/src/alpine-gh-cli/README.md b/src/alpine-gh-cli/README.md new file mode 100644 index 0000000..2ed63d0 --- /dev/null +++ b/src/alpine-gh-cli/README.md @@ -0,0 +1,20 @@ + +# alpine-gh-cli (alpine-gh-cli) + +Installs Github CLI on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-gh-cli:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-gh-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-nano/README.md b/src/alpine-nano/README.md new file mode 100644 index 0000000..b4fc9e6 --- /dev/null +++ b/src/alpine-nano/README.md @@ -0,0 +1,20 @@ + +# alpine-nano (alpine-nano) + +Installs nano on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-nano:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nano/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-nushell/README.md b/src/alpine-nushell/README.md new file mode 100644 index 0000000..436b197 --- /dev/null +++ b/src/alpine-nushell/README.md @@ -0,0 +1,24 @@ + +# alpine-nushell (alpine-nushell) + +Installs nushell on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-nushell:0": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| initStarship | Init starship | boolean | true | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nushell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-ohmyzsh/README.md b/src/alpine-ohmyzsh/README.md new file mode 100644 index 0000000..30b163f --- /dev/null +++ b/src/alpine-ohmyzsh/README.md @@ -0,0 +1,24 @@ + +# alpine-ohmyzsh (alpine-ohmyzsh) + +Installs ohmyzsh on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh:0": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| initStarship | Init starship | boolean | true | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-ohmyzsh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/alpine-starship/README.md b/src/alpine-starship/README.md new file mode 100644 index 0000000..fbab983 --- /dev/null +++ b/src/alpine-starship/README.md @@ -0,0 +1,20 @@ + +# alpine-starship (alpine-starship) + +Installs starship on alpine + +## Example Usage + +```json +"features": { + "ghcr.io/cirolosapio/devcontainers-features/alpine-starship:0": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-starship/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ From 7adaea859818e8e7bda1da10b40bfcb2c480b161 Mon Sep 17 00:00:00 2001 From: Ciro Lo Sapio Date: Mon, 2 Oct 2023 11:56:53 +0200 Subject: [PATCH 2/2] Update README.md --- src/alpine-docker/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/alpine-docker/README.md b/src/alpine-docker/README.md index 3bb6439..925df43 100644 --- a/src/alpine-docker/README.md +++ b/src/alpine-docker/README.md @@ -7,7 +7,9 @@ Installs docker and docker-compose on alpine ```json "features": { - "ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": {} + "ghcr.io/cirolosapio/devcontainers-features/alpine-docker:0": { + "hostDockerGid": 1001 + } } ```