Skip to content

Commit 04143e3

Browse files
Options: Switch from 'enum' to 'proposals' (devcontainers#382)
1 parent a9a7a25 commit 04143e3

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/git-lfs/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "git-lfs",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "Git Large File Support (LFS)",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/git-lfs",
66
"description": "Installs Git Large File Support (Git LFS) along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like git and curl.",
77
"options": {
88
"version": {
99
"type": "string",
10-
"enum": [
10+
"proposals": [
1111
"latest",
1212
"none"
1313
],

src/nvidia-cuda/devcontainer-feature.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "nvidia-cuda",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "NVIDIA CUDA",
55
"description": "Installs shared libraries for NVIDIA CUDA.",
66
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda",
@@ -17,7 +17,7 @@
1717
},
1818
"cudaVersion": {
1919
"type": "string",
20-
"enum": [
20+
"proposals": [
2121
"11.8",
2222
"11.7",
2323
"11.6",
@@ -31,7 +31,7 @@
3131
},
3232
"cudnnVersion": {
3333
"type": "string",
34-
"enum": [
34+
"proposals": [
3535
"8.6.0.163",
3636
"8.5.0.96",
3737
"8.4.1.50",

src/python/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "python",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"name": "Python",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
66
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
77
"options": {
88
"version": {
99
"type": "string",
10-
"enum": [
10+
"proposals": [
1111
"latest",
1212
"os-provided",
1313
"none",

src/sshd/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "sshd",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"name": "SSH server",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/sshd",
66
"description": "Adds a SSH server into a container so that you can use an external terminal, sftp, or SSHFS to interact with it.",
77
"options": {
88
"version": {
99
"type": "string",
10-
"enum": [
10+
"proposals": [
1111
"latest"
1212
],
1313
"default": "latest",

0 commit comments

Comments
 (0)