|
19530 | 19530 | "category": "devcontainer features by ChaosWars", |
19531 | 19531 | "documentationURL": "https://github.com/ChaosWars/vscode-features" |
19532 | 19532 | }, |
| 19533 | + { |
| 19534 | + "id": "ghcr.io/devcontainer-community/devcontainer-features/add-script:1", |
| 19535 | + "name": "add-script", |
| 19536 | + "description": "Add a script from a URL or inline text to /usr/local/bin during devcontainer build", |
| 19537 | + "options": { |
| 19538 | + "name": { |
| 19539 | + "type": "string", |
| 19540 | + "default": "", |
| 19541 | + "description": "Name for the script placed in /usr/local/bin." |
| 19542 | + }, |
| 19543 | + "url": { |
| 19544 | + "type": "string", |
| 19545 | + "default": "", |
| 19546 | + "description": "URL of a script to download." |
| 19547 | + }, |
| 19548 | + "script": { |
| 19549 | + "type": "string", |
| 19550 | + "default": "", |
| 19551 | + "description": "Inline script text to add." |
| 19552 | + } |
| 19553 | + }, |
| 19554 | + "category": "Community features by devcontainer.community", |
| 19555 | + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/add-script" |
| 19556 | + }, |
19533 | 19557 | { |
19534 | 19558 | "id": "ghcr.io/devcontainer-community/devcontainer-features/alexpasmantier-television:1", |
19535 | 19559 | "name": "alexpasmantier/television", |
|
19749 | 19773 | "category": "Community features by devcontainer.community", |
19750 | 19774 | "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh" |
19751 | 19775 | }, |
| 19776 | + { |
| 19777 | + "id": "ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:1", |
| 19778 | + "name": "ca-certificates", |
| 19779 | + "description": "Install \"ca-certificates\" and optionally add custom CA certificates from URLs", |
| 19780 | + "options": { |
| 19781 | + "urls": { |
| 19782 | + "type": "string", |
| 19783 | + "default": "", |
| 19784 | + "description": "Newline-separated list of URLs to download as additional CA certificates into /usr/local/share/ca-certificates." |
| 19785 | + } |
| 19786 | + }, |
| 19787 | + "category": "Community features by devcontainer.community", |
| 19788 | + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ca-certificates" |
| 19789 | + }, |
19752 | 19790 | { |
19753 | 19791 | "id": "ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:1", |
19754 | 19792 | "name": "ccache.dev", |
|
20111 | 20149 | "category": "Community features by devcontainer.community", |
20112 | 20150 | "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/getdnote.com" |
20113 | 20151 | }, |
| 20152 | + { |
| 20153 | + "id": "ghcr.io/devcontainer-community/devcontainer-features/gitagent.sh:1", |
| 20154 | + "name": "gitagent.sh", |
| 20155 | + "description": "Install \"gitagent\" binary", |
| 20156 | + "options": { |
| 20157 | + "version": { |
| 20158 | + "type": "string", |
| 20159 | + "default": "latest", |
| 20160 | + "proposals": [ |
| 20161 | + "latest" |
| 20162 | + ], |
| 20163 | + "description": "Version of \"gitagent\" to install." |
| 20164 | + } |
| 20165 | + }, |
| 20166 | + "category": "Community features by devcontainer.community", |
| 20167 | + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/gitagent.sh" |
| 20168 | + }, |
20114 | 20169 | { |
20115 | 20170 | "id": "ghcr.io/devcontainer-community/devcontainer-features/github.com-cli:1", |
20116 | 20171 | "name": "github.com/cli", |
|
20230 | 20285 | "category": "Community features by devcontainer.community", |
20231 | 20286 | "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/joelhooks-agent-secrets" |
20232 | 20287 | }, |
| 20288 | + { |
| 20289 | + "id": "ghcr.io/devcontainer-community/devcontainer-features/jonas-tig:1", |
| 20290 | + "name": "jonas/tig", |
| 20291 | + "description": "Install \"tig\" binary", |
| 20292 | + "options": { |
| 20293 | + "version": { |
| 20294 | + "type": "string", |
| 20295 | + "default": "latest", |
| 20296 | + "proposals": [ |
| 20297 | + "latest" |
| 20298 | + ], |
| 20299 | + "description": "Currently unused. tig is installed via the system package manager." |
| 20300 | + } |
| 20301 | + }, |
| 20302 | + "category": "Community features by devcontainer.community", |
| 20303 | + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/jonas-tig" |
| 20304 | + }, |
20233 | 20305 | { |
20234 | 20306 | "id": "ghcr.io/devcontainer-community/devcontainer-features/jq:1", |
20235 | 20307 | "name": "jq", |
|
20548 | 20620 | "category": "Community features by devcontainer.community", |
20549 | 20621 | "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ripgrep" |
20550 | 20622 | }, |
| 20623 | + { |
| 20624 | + "id": "ghcr.io/devcontainer-community/devcontainer-features/run-script:1", |
| 20625 | + "name": "run-script", |
| 20626 | + "description": "Run a script from a URL or inline text during devcontainer build", |
| 20627 | + "options": { |
| 20628 | + "url": { |
| 20629 | + "type": "string", |
| 20630 | + "default": "", |
| 20631 | + "description": "URL of a script to download and execute." |
| 20632 | + }, |
| 20633 | + "script": { |
| 20634 | + "type": "string", |
| 20635 | + "default": "", |
| 20636 | + "description": "Inline script text to execute." |
| 20637 | + } |
| 20638 | + }, |
| 20639 | + "category": "Community features by devcontainer.community", |
| 20640 | + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script" |
| 20641 | + }, |
20551 | 20642 | { |
20552 | 20643 | "id": "ghcr.io/devcontainer-community/devcontainer-features/schpet-linear-cli:1", |
20553 | 20644 | "name": "schpet/linear-cli", |
|
0 commit comments