Skip to content

Commit 3cbbf58

Browse files
authored
Merge branch 'gh-pages' into gh-pages
2 parents ac9bc2f + 166f50a commit 3cbbf58

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

_data/collection-index.yml

+14-4
Original file line numberDiff line numberDiff line change
@@ -942,11 +942,11 @@
942942
contact: https://github.com/devcontainers-extra/features/issues
943943
repository: https://github.com/devcontainers-extra/features
944944
ociReference: ghcr.io/devcontainers-extra/features
945-
- name: devcontainer features by bas.codes
945+
- name: devcontainer features by Bas Steins
946946
maintainer: Bas Steins
947-
contact: https://bas.bio
948-
repository: https://github.com/sebst/devcontainer-features
949-
ociReference: ghcr.io/sebst/devcontainer-features
947+
contact: https://bas.codes
948+
repository: https://github.com/bascodes/devcontainer-features
949+
ociReference: ghcr.io/bascodes/devcontainer-features
950950
- name: devcontainer features by rhiroe
951951
maintainer: rhiroe
952952
contact: https://github.com/rhiroe/features/issues
@@ -962,6 +962,16 @@
962962
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
963963
repository: https://github.com/davzucky/devcontainers-features-wolfi
964964
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
965+
- name: Additional Dev Container Features by braun-daniel
966+
maintainer: Daniel Braun
967+
contact: https://github.com/braun-daniel/devcontainer-features/issues
968+
repository: https://github.com/braun-daniel/devcontainer-features
969+
ociReference: ghcr.io/braun-daniel/devcontainer-features
970+
- name: Dev Container Features by Ivan Szkiba
971+
maintainer: Ivan Szkiba
972+
contact: https://github.com/szkiba/devcontainer-features/issues
973+
repository: https://github.com/szkiba/devcontainer-features
974+
ociReference: ghcr.io/szkiba/devcontainer-features
965975
- name: Dev Container Features by Grafana Labs
966976
maintainer: Grafana Labs
967977
contact: https://github.com/grafana/devcontainer-features/issues

supporting.md

+10
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,16 @@ The following properties apply differently to CodeSandbox.
193193

194194
[DevPod](https://github.com/loft-sh/devpod) is a client-only tool to create reproducible developer environments based on a `devcontainer.json` on any backend. Each developer environment runs in a container and is specified through a `devcontainer.json`. Through DevPod providers these environments can be created on any backend, such as the local computer, a Kubernetes cluster, any reachable remote machine or in a VM in the cloud.
195195

196+
### <a href="#gitpod" name="gitpod" class="anchor"> Gitpod </a>
197+
198+
[**Gitpod Flex**](https://www.gitpod.io/) is a platform for automating and standardizing development environments. Available as a self-hosted solution in your cloud or for local development through Gitpod Desktop, Gitpod Flex scales to support environments with up to 896 vCPUs and 12TB of RAM, including GPU support and compatibility with multiple editors like VS Code, JetBrains, Cursor, and Zed.
199+
200+
Gitpod Flex fully adheres to the Dev Container Specification, enabling developers to create portable and reproducible environments through `devcontainer.json`. To apply changes, simply run `gitpod environment devcontainer rebuild` from within any development environment.
201+
202+
203+
For more details on constraints, customizations, and automation options, please refer to the [blog announcement](https://www.gitpod.io/blog/gitpod-supports-development-container).
204+
205+
196206
### <a href="#schema" name="schema" class="anchor"> Schema </a>
197207

198208
You can explore the [VS Code implementation](implementors/json_schema) of the dev container schema.

0 commit comments

Comments
 (0)