Skip to content

Commit df40bec

Browse files
authored
Merge branch 'gh-pages' into patch-1
2 parents 58a8338 + 166f50a commit df40bec

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
@@ -967,3 +967,13 @@
967967
contact: https://github.com/forwardsoftware/devcontainer-features/issues
968968
repository: https://github.com/forwardsoftware/devcontainer-features
969969
ociReference: ghcr.io/forwardsoftware/devcontainer-features
970+
- name: Additional Dev Container Features by braun-daniel
971+
maintainer: Daniel Braun
972+
contact: https://github.com/braun-daniel/devcontainer-features/issues
973+
repository: https://github.com/braun-daniel/devcontainer-features
974+
ociReference: ghcr.io/braun-daniel/devcontainer-features
975+
- name: Dev Container Features by Ivan Szkiba
976+
maintainer: Ivan Szkiba
977+
contact: https://github.com/szkiba/devcontainer-features/issues
978+
repository: https://github.com/szkiba/devcontainer-features
979+
ociReference: ghcr.io/szkiba/devcontainer-features

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)