Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/add-script/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "add-script",
"id": "add-script",
"version": "1.1.0",
"version": "1.1.1",
"description": "Add a script from a URL or inline text to /usr/local/bin during devcontainer build",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/add-script",
"options": {
Expand All @@ -20,5 +20,8 @@
"default": "",
"description": "Inline script text to add."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/alexpasmantier-television/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alexpasmantier/television",
"id": "alexpasmantier-television",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install \"tv\" (television) binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/alexpasmantier-television",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"tv\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/ankitpokhrel-jira-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ankitpokhrel/jira-cli",
"id": "ankitpokhrel-jira-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"jira\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ankitpokhrel-jira-cli",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"jira\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/apt-build-essential/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "apt-build-essential",
"id": "apt-build-essential",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"build-essential\" apt package (gcc, g++, make)",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/apt-build-essential"
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/apt-build-essential",
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
9 changes: 6 additions & 3 deletions src/asdf-vm.com/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asdf-vm.com",
"id": "asdf-vm.com",
"version": "1.0.2",
"version": "1.0.3",
"description": "Install \"asdf\" binary to the HOME folder of the REMOTE user",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/asdf-vm.com",
"options": {
Expand All @@ -15,5 +15,8 @@
],
"description": "Version of \"asdf\" to install."
}
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/astral.sh-uv/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astral.sh/uv",
"id": "astral.sh-uv",
"version": "1.0.4",
"version": "1.0.5",
"description": "Install \"uv\" and \"uvx\" binaries",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/astral.sh-uv",
"options": {
Expand All @@ -18,5 +18,8 @@
"description": "Enable or disable uv and uvx autocompletion.",
"type": "boolean"
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/atuin.sh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atuin.sh",
"id": "atuin.sh",
"version": "1.0.3",
"version": "1.0.4",
"description": "Install \"atuin\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/atuin.sh",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"atuin\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
9 changes: 6 additions & 3 deletions src/avivsinai-bitbucket-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "avivsinai/bitbucket-cli",
"id": "avivsinai-bitbucket-cli",
"version": "1.0.0",
"description": "bkt CLI for Bitbucket",
"version": "1.0.1",
"description": "bkt \u2014 CLI for Bitbucket",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/avivsinai-bitbucket-cli",
"options": {
"version": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"bkt\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
5 changes: 3 additions & 2 deletions src/aws-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "aws-cli",
"version": "1.1.2",
"version": "1.1.3",
"name": "AWS CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/aws-cli",
"description": "Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
Expand All @@ -15,6 +15,7 @@
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1",
"ghcr.io/devcontainers/features/common-utils"
]
}
}
7 changes: 5 additions & 2 deletions src/basecamp-fizzy-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basecamp/fizzy-cli",
"id": "basecamp-fizzy-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install \"fizzy\" CLI binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/basecamp-fizzy-cli",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"fizzy\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/bat/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bat",
"id": "bat",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install \"bat\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bat",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"bat\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
11 changes: 8 additions & 3 deletions src/biomejs.dev/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "biomejs.dev",
"id": "biomejs.dev",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install \"biome\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/biomejs.dev",
"options": {
"version": {
"type": "string",
"default": "latest",
"proposals": ["latest"],
"proposals": [
"latest"
],
"description": "Version of \"biome\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/btop/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "btop",
"id": "btop",
"version": "1.0.3",
"version": "1.0.4",
"description": "Install \"btop\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/btop",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"btop\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
9 changes: 6 additions & 3 deletions src/bun.sh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bun.sh",
"id": "bun.sh",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"bun\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Currently unused."
}
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/ccache.dev/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "ccache.dev",
"id": "ccache.dev",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"ccache\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ccache.dev"
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ccache.dev",
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/charmbracelet-gum/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "charmbracelet/gum",
"id": "charmbracelet-gum",
"version": "1.0.4",
"version": "1.0.5",
"description": "Install \"gum\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/charmbracelet-gum",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"gum\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/chezmoi.io/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chezmoi.io",
"id": "chezmoi.io",
"version": "1.0.2",
"version": "1.0.3",
"description": "Install \"chezmoi\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/chezmoi.io",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Version of \"chezmoi\" to install."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/clang-format/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "clang-format",
"id": "clang-format",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"clang-format\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-format"
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-format",
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/clang-tidy/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "clang-tidy",
"id": "clang-tidy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"clang-tidy\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-tidy"
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-tidy",
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/cloudflare.com-warp-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloudflare.com/warp-cli",
"id": "cloudflare.com-warp-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Install \"warp-cli\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cloudflare.com-warp-cli",
"options": {
Expand All @@ -13,5 +13,8 @@
],
"description": "Currently unused."
}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
7 changes: 5 additions & 2 deletions src/cmake.org/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "cmake.org",
"id": "cmake.org",
"version": "1.0.0",
"version": "1.0.1",
"description": "Install \"cmake\" binary",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cmake.org"
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cmake.org",
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
9 changes: 6 additions & 3 deletions src/collection-c-cpp/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "collection-c-cpp",
"id": "collection-c-cpp",
"version": "1.0.1",
"description": "C/C++ dev collection cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential",
"version": "1.0.2",
"description": "C/C++ dev collection \u2014 cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp",
"dependsOn": {
"ghcr.io/devcontainer-community/devcontainer-features/cmake.org:latest": {},
Expand All @@ -16,5 +16,8 @@
"ghcr.io/devcontainer-community/devcontainer-features/distcc.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/vcpkg.io:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/apt-build-essential:latest": {}
}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}
Loading