Skip to content

Commit 92286e1

Browse files
authored
devcontainer: replace VAULT_HOST with AWS_ROLE_ARN (#187)
* devcontainer: replace VAULT_HOST with AWS_ROLE_ARN Signed-off-by: Jordan Jacobelli <[email protected]> * Update devcontainers base image to support AWS_ROLE_ARN Signed-off-by: Jordan Jacobelli <[email protected]> * Bump cuda latest version to 12.6 Signed-off-by: Jordan Jacobelli <[email protected]> * Replace ubuntu18.04 with ubuntu20.04 Ubuntu 18.04 is not supported anymore Signed-off-by: Jordan Jacobelli <[email protected]> * Use DOOD stategy to keep supporting ubuntu18.04 See NVIDIA/cccl#1779 Signed-off-by: Jordan Jacobelli <[email protected]> --------- Signed-off-by: Jordan Jacobelli <[email protected]>
1 parent a171514 commit 92286e1

File tree

45 files changed

+513
-189
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+513
-189
lines changed

.devcontainer/cuda11.1-gcc7/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc7-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda11.1-gcc7",
1818
"CCCL_CUDA_VERSION": "11.1",

.devcontainer/cuda11.1-gcc8/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc8-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda11.1-gcc8",
1818
"CCCL_CUDA_VERSION": "11.1",

.devcontainer/cuda11.1-gcc9/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc9-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda11.1-gcc9",
1818
"CCCL_CUDA_VERSION": "11.1",

.devcontainer/cuda11.1-llvm9/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-llvm9-cuda11.1-ubuntu18.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda11.1-ubuntu18.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda11.1-llvm9",
1818
"CCCL_CUDA_VERSION": "11.1",

.devcontainer/cuda11.8-gcc11/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc11-cuda11.8-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda11.8-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda11.8-gcc11",
1818
"CCCL_CUDA_VERSION": "11.8",

.devcontainer/cuda12.0-gcc10/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc10-cuda12.0-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.0-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda12.0-gcc10",
1818
"CCCL_CUDA_VERSION": "12.0",

.devcontainer/cuda12.0-gcc11/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc11-cuda12.0-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.0-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda12.0-gcc11",
1818
"CCCL_CUDA_VERSION": "12.0",

.devcontainer/cuda12.0-gcc12/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc12-cuda12.0-ubuntu22.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.0-ubuntu22.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda12.0-gcc12",
1818
"CCCL_CUDA_VERSION": "12.0",

.devcontainer/cuda12.0-gcc7/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc7-cuda12.0-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda12.0-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda12.0-gcc7",
1818
"CCCL_CUDA_VERSION": "12.0",

.devcontainer/cuda12.0-gcc8/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"shutdownAction": "stopContainer",
3-
"image": "rapidsai/devcontainers:24.06-cpp-gcc8-cuda12.0-ubuntu20.04",
3+
"image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda12.0-ubuntu20.04",
44
"hostRequirements": {
55
"gpu": "optional"
66
},
@@ -12,7 +12,7 @@
1212
"containerEnv": {
1313
"SCCACHE_REGION": "us-east-2",
1414
"SCCACHE_BUCKET": "rapids-sccache-devs",
15-
"VAULT_HOST": "https://vault.ops.k8s.rapids.ai",
15+
"AWS_ROLE_ARN": "arn:aws:iam::279114543810:role/nv-gha-token-sccache-devs",
1616
"HISTFILE": "${containerWorkspaceFolder}/.cache/._bash_history",
1717
"DEVCONTAINER_NAME": "cuda12.0-gcc8",
1818
"CCCL_CUDA_VERSION": "12.0",

0 commit comments

Comments
 (0)