Skip to content

Commit

Permalink
pin other features modified in devcontainers/features#1016
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jul 23, 2024
1 parent 89175b5 commit d0c3699
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions features/test/_global/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"installZsh": "true",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"ghcr.io/devcontainers/features/git:1.3.0": {
"ppa": "true",
"version": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
"gitlab-cli": {
"version": "latest"
},
Expand Down
18 changes: 9 additions & 9 deletions features/test/utils/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"installZsh": "true",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"ghcr.io/devcontainers/features/git:1.3.0": {
"ppa": "true",
"version": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
"gitlab-cli": {},
"cmake": {},
"ninja": {},
Expand Down Expand Up @@ -61,12 +61,12 @@
"installZsh": "true",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"ghcr.io/devcontainers/features/git:1.3.0": {
"ppa": "true",
"version": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
"gitlab-cli": {},
"cmake": {},
"ninja": {},
Expand Down Expand Up @@ -105,12 +105,12 @@
"installZsh": "true",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"ghcr.io/devcontainers/features/git:1.3.0": {
"ppa": "true",
"version": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
"gitlab-cli": {},
"cmake": {},
"ninja": {},
Expand Down
4 changes: 2 additions & 2 deletions image/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"ppa": "true",
"version": "latest"
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"ghcr.io/devcontainers/features/git-lfs:1.2.1": {
"autoPull": false
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/github-cli:1.0.12": {},
"./features/src/gitlab-cli": {},
"./features/src/cmake": {},
"./features/src/ninja": {},
Expand Down
2 changes: 1 addition & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ x-nvhpc-curr: &nvhpc_curr { name: "nvhpc", version: "24.5" }
x-nvhpc-env: &nvhpc_env {CC: "nvc", CXX: "nvc++"}

x-mambaforge: &conda { name: "mambaforge" }
x-python: &python { name: "ghcr.io/devcontainers/features/python:1", version: "os-provided", installTools: "false", hide: true }
x-python: &python { name: "ghcr.io/devcontainers/features/python:1.6.2", version: "os-provided", installTools: "false", hide: true }
x-ucx-rapids: &ucx_rapids {name: "ucx", version: "1.17.0"}
x-openmpi: &openmpi {name: "openmpi"}

Expand Down

0 comments on commit d0c3699

Please sign in to comment.