Skip to content

Commit 6bd8a1d

Browse files
authored
Merge branch 'gh-pages' into gh-pages
2 parents 2a3af2a + 9afa564 commit 6bd8a1d

File tree

3 files changed

+41
-6
lines changed

3 files changed

+41
-6
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
destination: ./_site
5959

6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v1
61+
uses: actions/upload-pages-artifact@v3
6262

6363
# Deployment job
6464
deploy:
@@ -70,4 +70,4 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v1
73+
uses: actions/deploy-pages@v4

_data/collection-index.yml

+29-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,28 @@
967967
contact: https://github.com/Loag/slang-feature/issues
968968
repository: https://github.com/Loag/slang-feature
969969
ociReference: ghcr.io/loag/slang-feature
970+
- name: Community features by devcontainer.community
971+
maintainer: devcontainer.community
972+
contact: https://devcontainer.community
973+
repository: https://github.com/devcontainer-community/devcontainer-features
974+
ociReference: ghcr.io/devcontainer-community/devcontainer-features
975+
- name: Additional Dev Container Features by braun-daniel
976+
maintainer: Daniel Braun
977+
contact: https://github.com/braun-daniel/devcontainer-features/issues
978+
repository: https://github.com/braun-daniel/devcontainer-features
979+
ociReference: ghcr.io/braun-daniel/devcontainer-features
980+
- name: Dev Container Features by Ivan Szkiba
981+
maintainer: Ivan Szkiba
982+
contact: https://github.com/szkiba/devcontainer-features/issues
983+
repository: https://github.com/szkiba/devcontainer-features
984+
ociReference: ghcr.io/szkiba/devcontainer-features
985+
- name: devcontainer features by TheDiveO
986+
maintainer: TheDiveO
987+
contact: https://github.com/thediveo/devcontainer-features/issues
988+
repository: https://github.com/thediveo/devcontainer-features
989+
ociReference: ghcr.io/thediveo/devcontainer-features
990+
- name: devcontainer features by RouL
991+
maintainer: Markus Zhang
992+
contact: https://github.com/RouL/devcontainer-features/issues
993+
repository: https://github.com/RouL/devcontainer-features
994+
ociReference: ghcr.io/roul/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)