Skip to content

Commit

Permalink
change driver toolkit to use rancher/harvester-nvidia-driver-toolkit …
Browse files Browse the repository at this point in the history
…repo
  • Loading branch information
ibrokethecloud authored and Vicente-Cheng committed Jan 23, 2024
1 parent fe60bd2 commit 194c423
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-dev-head-amd64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "dev-head-amd64"
dry_run: true
context: nvidia-driver-toolkit
build_args:
Expand All @@ -309,8 +309,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-dev-head-amd64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "dev-head-amd64"
context: nvidia-driver-toolkit
build_args:
- ARCH=amd64
Expand All @@ -330,8 +330,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-sle-micro-head-amd64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "sle-micro-head-amd64"
dry_run: true
context: nvidia-driver-toolkit
build_args:
Expand All @@ -346,8 +346,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-sle-micro-head-amd64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "sle-micro-head-amd64"
context: nvidia-driver-toolkit
build_args:
- ARCH=amd64
Expand All @@ -368,8 +368,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-${DRONE_TAG}-amd64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "${DRONE_TAG}-amd64"
context: nvidia-driver-toolkit
build_args:
- ARCH=amd64
Expand Down Expand Up @@ -397,8 +397,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-dev-head-arm64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "dev-head-arm64"
context: nvidia-driver-toolkit
dry_run: true
build_args:
Expand All @@ -413,8 +413,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-dev-head-arm64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "dev-head-arm64"
context: nvidia-driver-toolkit
build_args:
- ARCH=arm64
Expand All @@ -434,8 +434,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-sle-micro-head-arm64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "sle-micro-head-arm64"
context: nvidia-driver-toolkit
dry_run: true
build_args:
Expand All @@ -450,8 +450,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-sle-micro-head-arm64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "sle-micro-head-arm64"
context: nvidia-driver-toolkit
build_args:
- ARCH=arm64
Expand All @@ -472,8 +472,8 @@ steps:
image: plugins/docker
settings:
dockerfile: nvidia-driver-toolkit/Dockerfile
repo: "rancher/harvester-os"
tag: "nvidia-driver-toolkit-${DRONE_TAG}-arm64"
repo: "rancher/harvester-nvidia-driver-toolkit"
tag: "${DRONE_TAG}-arm64"
context: nvidia-driver-toolkit
build_args:
- ARCH=arm64
Expand All @@ -500,8 +500,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: "rancher/harvester-os:nvidia-driver-toolkit-dev-head"
template: "rancher/harvester-os:nvidia-driver-toolkit-dev-head-ARCH"
target: "rancher/harvester-nvidia-driver-toolkit:dev-head"
template: "rancher/harvester-nvidia-driver-toolkit:dev-head-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand All @@ -521,8 +521,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: "rancher/harvester-os:nvidia-driver-toolkit-${DRONE_TAG}"
template: "rancher/harvester-os:nvidia-driver-toolkit-${DRONE_TAG}-ARCH"
target: "rancher/harvester-nvidia-driver-toolkit:${DRONE_TAG}"
template: "rancher/harvester-nvidia-driver-toolkit:${DRONE_TAG}-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand All @@ -542,8 +542,8 @@ steps:
from_secret: docker_username
password:
from_secret: docker_password
target: "rancher/harvester-os:nvidia-driver-toolkit-sle-micro-head"
template: "rancher/harvester-os:nvidia-driver-toolkit-sle-micro-head-ARCH"
target: "rancher/harvester-nvidia-driver-toolkit:sle-micro-head"
template: "rancher/harvester-nvidia-driver-toolkit:sle-micro-head-ARCH"
ignore_missing: true
platforms:
- linux/amd64
Expand Down

0 comments on commit 194c423

Please sign in to comment.