diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 74ca7760..55618006 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "Jekyll", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/jekyll:1-bullseye", + "image": "mcr.microsoft.com/devcontainers/jekyll:2", // Features to add to the dev container. More info: https://containers.dev/features. "features": { diff --git a/.devcontainer/fetch-index.sh b/.devcontainer/fetch-index.sh deleted file mode 100755 index a5a2aba6..00000000 --- a/.devcontainer/fetch-index.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -pushd /tmp - curl -LO https://github.com/oras-project/oras/releases/download/v0.13.0/oras_0.13.0_linux_amd64.tar.gz - mkdir -p oras-install/ - tar -zxf oras_0.13.0_*.tar.gz -C oras-install/ - mv oras-install/oras /usr/local/bin/ - rm -rf oras_0.13.0_*.tar.gz oras-install/ -popd - -cd /workspaces/devcontainers.github.io/_data -oras pull ghcr.io/devcontainers/index:latest -cp devcontainer-index.json ../static/ \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f33a02cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for more information: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +# https://containers.dev/guide/dependabot + +version: 2 +updates: + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/_data/collection-index.yml b/_data/collection-index.yml index d8c1c7ce..61fd55ae 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -298,6 +298,11 @@ contact: https://github.com/swift-server-community/swift-devcontainer-features/issues repository: https://github.com/swift-server-community/swift-devcontainer-features ociReference: ghcr.io/swift-server-community/swift-devcontainer-features +- name: Kvokka Dev Container Features + maintainer: kvokka + contact: https://github.com/kvokka/features/issues + repository: https://github.com/kvokka/features + ociReference: ghcr.io/kvokka/features - name: gickis Dev Container Features maintainer: Andrii Tararaka contact: https://github.com/gickis/devcontainer-features/issues @@ -338,11 +343,6 @@ contact: https://github.com/ksh5022/devcontainer-features/issues repository: https://github.com/ksh5022/devcontainer-features ociReference: ghcr.io/ksh5022/devcontainer-features -- name: GMkonan devcontainer features - maintainer: GMkonan - contact: https://github.com/GMkonan/feature/issues - repository: https://github.com/GMkonan/feature - ociReference: ghcr.io/gmkonan/feature - name: Dapr devcontainer features maintainer: Dapr maintainers contact: https://github.com/dapr/cli/issues @@ -603,11 +603,6 @@ contact: https://github.com/MarlonPassos-git/dev-container-features/issues repository: https://github.com/MarlonPassos-git/dev-container-features ociReference: ghcr.io/marlonpassos-git/dev-container-features -- name: DevContainers for Fedora-based Development - maintainer: RonaldTM9999 - contact: https://github.com/RonaldTM9999/devcontainers/issues - repository: https://github.com/RonaldTM9999/devcontainers - ociReference: ghcr.io/ronaldtm9999/devcontainers - name: DevContainer Features by Paul Gilber maintainer: Paul Gilber contact: https://github.com/paul-gilber/devcontainer-features/issues @@ -643,6 +638,11 @@ contact: https://github.com/hsm207/devcontainer-templates/issues repository: https://github.com/hsm207/devcontainer-templates ociReference: ghcr.io/hsm207/devcontainer-templates +- name: Radius Features (https://radapp.io/) + maintainer: radius-project + contact: https://github.com/radius-project/radius/issues + repository: https://github.com/radius-project/radius + ociReference: ghcr.io/radius-project/devcontainer-features - name: Dev Container Features by CASL0 maintainer: CASL0 contact: https://github.com/CASL0/devcontainer-features/issues @@ -903,11 +903,6 @@ contact: https://github.com/localstack/devcontainer-template/issues repository: https://github.com/localstack/devcontainer-template ociReference: ghcr.io/localstack/devcontainer-template -- name: DeepSpaceCartel DevContainer Features - maintainer: DeepSpaceCartel Inc. - contact: https://github.com/deep-space-cartel/devcontainers-features/issues - repository: https://github.com/deep-space-cartel/devcontainers-features - ociReference: ghcr.io/deep-space-cartel/devcontainers-features - name: Dev Container features by Adaptavist maintainer: Mark Gibson contact: https://github.com/adaptavist/devcontainer-features/issues @@ -952,6 +947,11 @@ contact: https://github.com/rhiroe/features/issues repository: https://github.com/rhiroe/features ociReference: ghcr.io/rhiroe/features +- name: Development Container Features by aqua + maintainer: Shunsuke Suzuki + contact: https://github.com/aquaproj/devcontainer-features/issues + repository: https://github.com/aquaproj/devcontainer-features + ociReference: ghcr.io/aquaproj/devcontainer-features - name: devcontainer features by martinaskestad maintainer: martinaskestad contact: https://github.com/martinaskestad/features/issues @@ -961,7 +961,22 @@ maintainer: David Zucker contact: https://github.com/davzucky/devcontainers-features-wolfi/issues repository: https://github.com/davzucky/devcontainers-features-wolfi - ociReference: ghcr.io/davzucky/devcontainers-features-wolfi + ociReference: ghcr.io/davzucky/devcontainers-features-wolfi +- name: Dev Container Features by ForWarD Software + maintainer: ForWarD Software + contact: https://github.com/forwardsoftware/devcontainer-features/issues + repository: https://github.com/forwardsoftware/devcontainer-features + ociReference: ghcr.io/forwardsoftware/devcontainer-features +- name: devcontainer feature to install apt dependencies defined in an `Aptfile.dev` file. + maintainer: Viktor Schmidt + contact: https://github.com/viktorianer/devcontainer-features/issues + repository: https://github.com/viktorianer/devcontainer-features/tree/main/src/apt + ociReference: ghcr.io/viktorianer/devcontainer-features/apt +- name: devcontainer features by ChaosWars + maintainer: ChaosWars + contact: https://github.com/ChaosWars/vscode-features/issues + repository: https://github.com/ChaosWars/vscode-features + ociReference: ghcr.io/chaoswars/vscode-features - name: Community features by devcontainer.community maintainer: devcontainer.community contact: https://devcontainer.community @@ -992,3 +1007,134 @@ contact: https://github.com/RouL/devcontainer-features/issues repository: https://github.com/RouL/devcontainer-features ociReference: ghcr.io/roul/devcontainer-features +- name: devcontainer templates by techiro + maintainer: techiro + contact: https://github.com/techiro/devcontainer-template/issues + repository: https://github.com/techiro/devcontainer-template + ociReference: ghcr.io/techiro/devcontainer-template +- name: Claude Code Feature + maintainer: Anthropic + contact: https://github.com/anthropics/devcontainer-features/issues + repository: https://github.com/anthropics/devcontainer-features + ociReference: ghcr.io/anthropics/devcontainer-features/claude-code +- name: devcontainer templates by blooop + maintainer: Austin Gregg-Smith + contact: https://github.com/blooop/devcontainer-templates/issues + repository: https://github.com/blooop/devcontainer-templates + ociReference: ghcr.io/blooop/devcontainer-templates +- name: devcontainer features by prplecake + maintainer: Matthew Jorgensen (prplecake) + contact: https://github.com/prplecake/devcontainer-features/issues + repository: https://github.com/prplecake/devcontainer-features + ociReference: ghcr.io/prplecake/devcontainer-features +- name: Ziglang devcontainer Template + maintainer: fardragon + contact: https://github.com/fardragon/devcontainers-zig-template/issues + repository: https://github.com/fardragon/devcontainers-zig-template + ociReference: ghcr.io/fardragon/devcontainers-zig-template +- name: TTCN-3-Devcontainer + maintainer: Muhammad Umair Khan + contact: https://github.com/m-umair-khan-dev/devcontainers/issues + repository: https://github.com/m-umair-khan-dev/devcontainers + ociReference: ghcr.io/m-umair-khan-dev/devcontainers/ttcn-3-devcontainer +- name: Dev Container Features by Grafana Labs + maintainer: Grafana Labs + contact: https://github.com/grafana/devcontainer-features/issues + repository: https://github.com/grafana/devcontainer-features + ociReference: ghcr.io/grafana/devcontainer-features +- name: Dev Container Features by httpdss + maintainer: httpdss + contact: https://github.com/httpdss/devcontainers-features/issues + repository: https://github.com/httpdss/devcontainers-features + ociReference: ghcr.io/httpdss/devcontainers-features +- name: Axon Ivy devcontainer template + maintainer: axonivy + contact: https://github.com/axonivy/devcontainer-templates/issues + repository: https://github.com/axonivy/devcontainer-templates + ociReference: ghcr.io/axonivy/devcontainer-templates +- name: Dev Container Features by Coder + maintainer: Coder + contact: https://github.com/coder/devcontainer-features/issues + repository: https://github.com/coder/devcontainer-features + ociReference: ghcr.io/coder/devcontainer-features +- name: Dev Container Features by atty303 + maintainer: atty303 + contact: https://github.com/atty303/devcontainer-features/issues + repository: https://github.com/atty303/devcontainer-features + ociReference: ghcr.io/atty303/devcontainer-features +- name: devcontainer features by MuhmdRaouf + maintainer: Mohammed Abdel Raouf (MuhmdRaouf) + contact: https://github.com/muhmdraouf/devcontainers-features/issues + repository: https://github.com/muhmdraouf/devcontainers-features + ociReference: ghcr.io/muhmdraouf/devcontainers-features +- name: Dev Container Features by John Ajera + maintainer: John Ajera + contact: https://github.com/jajera/features/issues + repository: https://github.com/jajera/features + ociReference: ghcr.io/jajera/features +- name: MrSimonEmms Dev Container Features + maintainer: MrSimonEmms + contact: https://github.com/mrsimonemms/devcontainers/issues + repository: https://github.com/mrsimonemms/devcontainers + ociReference: ghcr.io/mrsimonemms/devcontainers +- name: HTTPie Feature + maintainer: Ferdinand Keller + contact: https://github.com/ferdinandkeller/features/issues + repository: https://github.com/ferdinandkeller/features + ociReference: ghcr.io/ferdinandkeller/features/httpie +- name: Rojo Feature + maintainer: Ryan Luu + contact: https://github.com/RyanLua/features/issues + repository: https://github.com/RyanLua/features + ociReference: ghcr.io/ryanlua/features +- name: Roblox Template + maintainer: Ryan Luu + contact: https://github.com/RyanLua/templates/issues + repository: https://github.com/RyanLua/templates + ociReference: ghcr.io/ryanlua/templates +- name: Dev Container Features by Joe Bowbeer + maintainer: Joe Bowbeer + contact: https://github.com/joebowbeer/devcontainers-features/issues + repository: https://github.com/joebowbeer/devcontainers-features + ociReference: ghcr.io/joebowbeer/devcontainers-features +- name: FEniCS + maintainer: schnellerhase + contact: https://github.com/schnellerhase/devcontainer-fenics/issues + repository: https://github.com/schnellerhase/devcontainer-fenics + ociReference: ghcr.io/schnellerhase/devcontainer-fenics/fenics + ociReference: ghcr.io/ryanlua/templates/roblox +- name: W&B Catnip + maintainer: Weights and Biases + contact: https://github.com/wandb/catnip/issues + repository: https://github.com/wandb/catnip + ociReference: ghcr.io/wandb/catnip/feature +- name: AcademicDocker template (R, Stata, LaTeX) + maintainer: Romain Ferrali + contact: https://github.com/rferrali/devcontainer-templates/issues + repository: https://github.com/rferrali/devcontainer-templates + ociReference: ghcr.io/rferrali/devcontainer-templates +- name: Devcontainers templates by jhoareaumarion + maintainer: jhoareaumarion + contact: https://github.com/jhoareaumarion/devcontainers/issues + repository: https://github.com/jhoareaumarion/devcontainers + ociReference: ghcr.io/jhoareaumarion/devcontainers +- name: devcontainer features by TakahashiNguyen + maintainer: ANh Nguyễn (TakahashiNguyen) + contact: https://github.com/TakahashiNguyen/devcontainer-features/issues + repository: https://github.com/TakahashiNguyen/devcontainer-features + ociReference: ghcr.io/takahashinguyen/devcontainer-features +- name: olivierlemasle + maintainer: Olivier Lemasle + contact: https://github.com/olivierlemasle/devcontainers-features/issues + repository: https://github.com/olivierlemasle/devcontainers-features + ociReference: ghcr.io/olivierlemasle/devcontainers-features +- name: BTP Dev Container Features + maintainer: Navin Krishnan + contact: https://github.com/navinkrishnan/devcontainer-features-btp/issues + repository: https://github.com/navinkrishnan/devcontainer-features-btp + ociReference: ghcr.io/navinkrishnan/devcontainer-features-btp +- name: BTP CAP (Cloud Application Programming) Model Dev Templates + maintainer: Navin Krishnan + contact: https://github.com/navinkrishnan/devcontainer-templates-btp/issues + repository: https://github.com/navinkrishnan/devcontainer-templates-btp + ociReference: ghcr.io/navinkrishnan/devcontainer-templates-btp diff --git a/_implementors/json_reference.md b/_implementors/json_reference.md index 05dcf95b..24320635 100644 --- a/_implementors/json_reference.md +++ b/_implementors/json_reference.md @@ -6,7 +6,7 @@ author: Microsoft index: 4 --- -The `devcontainer.json` file contains any needed metadata and settings required to configurate a **development container** for a given well-defined tool and runtime stack. It can be used by [tools and services that support the dev container spec](../../supporting) to create a **development environment** that contains one or more **development containers**. +The `devcontainer.json` file contains any needed metadata and settings required to configure a **development container** for a given well-defined tool and runtime stack. It can be used by [tools and services that support the dev container spec](../../supporting) to create a **development environment** that contains one or more **development containers**. Metadata properties marked with a 🏷️️ can be stored in the `devcontainer.metadata` **[container image label](/implementors/reference/#labels)** in addition to `devcontainer.json`. This label can contain an array of json snippets that will be automatically merged with `devcontainer.json` contents (if any) when a container is created. diff --git a/features.html b/features.html index 9e87fe4f..edf3c062 100644 --- a/features.html +++ b/features.html @@ -57,7 +57,7 @@

Available Dev Container Featur const collectionTable = document.getElementById('collectionTable'); const rows = collectionTable.getElementsByTagName('tr'); - searchInput.addEventListener('input', function () { + function performSearch() { const searchValue = searchInput.value.toLowerCase(); for (let i = 1; i < rows.length; i++) { @@ -71,5 +71,24 @@

Available Dev Container Featur rows[i].style.display = 'none'; } } + } + + searchInput.addEventListener('input', function () { + performSearch(); + const url = new URL(window.location); + if (searchInput.value) { + url.searchParams.set('search', searchInput.value); + } else { + url.searchParams.delete('search'); + } + window.history.replaceState({}, '', url); }); + + // Read search parameter from URL on page load + const urlParams = new URLSearchParams(window.location.search); + const searchParam = urlParams.get('search'); + if (searchParam) { + searchInput.value = searchParam; + performSearch(); + } \ No newline at end of file diff --git a/supporting.md b/supporting.md index e1e37d1a..30a7d129 100644 --- a/supporting.md +++ b/supporting.md @@ -193,16 +193,17 @@ The following properties apply differently to CodeSandbox. [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. -### Gitpod +### Ona (formerly Gitpod) -[**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. +[Ona](https://ona.com/) (formerly Gitpod) is the mission control for software projects and software engineering agents. It provides secure, ephemeral development environments that run in our cloud or your VPC, enabling humans and agents to collaborate seamlessly. -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. +Ona fully adheres to the Dev Container Specification, so you can define portable and reproducible environments with `devcontainer.json`. Whether you’re onboarding a new developer, running background agents, or delegating long-running migrations, Ona Environments ensure every task runs in a clean, policy-enforced environment. - -For more details on constraints, customizations, and automation options, please refer to the [blog announcement](https://www.gitpod.io/blog/gitpod-supports-development-container). +For details on constraints, customization, and automation options, see the [Ona Dev Container docs](https://ona.com/docs/ona/configuration/devcontainer/overview). ### Schema You can explore the [VS Code implementation](implementors/json_schema) of the dev container schema. + + diff --git a/templates.html b/templates.html index a33d1702..14573146 100644 --- a/templates.html +++ b/templates.html @@ -53,7 +53,7 @@

Available Dev Container Templa const collectionTable = document.getElementById('collectionTable'); const rows = collectionTable.getElementsByTagName('tr'); - searchInput.addEventListener('input', function () { + function performSearch() { const searchValue = searchInput.value.toLowerCase(); for (let i = 1; i < rows.length; i++) { @@ -66,5 +66,24 @@

Available Dev Container Templa rows[i].style.display = 'none'; } } + } + + searchInput.addEventListener('input', function () { + performSearch(); + const url = new URL(window.location); + if (searchInput.value) { + url.searchParams.set('search', searchInput.value); + } else { + url.searchParams.delete('search'); + } + window.history.replaceState({}, '', url); }); + + // Read search parameter from URL on page load + const urlParams = new URLSearchParams(window.location.search); + const searchParam = urlParams.get('search'); + if (searchParam) { + searchInput.value = searchParam; + performSearch(); + } \ No newline at end of file