Skip to content

Commit

Permalink
refactor(tag): update tags of plain images
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Sep 6, 2024
1 parent db1ae9f commit a5475d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ steps:
- name: vdi-base
image:
repository: vdi-base
tag: focal-amd64
tag: focal-amd64-cuda-12.0.0
path: ".docker/robolaunch-helm-based-structure/dockerfiles/base"
dockerfile: "Dockerfile.nvidia"
buildArgs:
"UBUNTU_RELEASE": "20.04"
"CUDA_VERSION": "12.0.0"
"VIRTUALGL_VERSION": "3.1"
"PLAIN_VERSION": "0.1.0"
push: false
- name: xfce
image:
repository: xfce
tag: focal-amd64
tag: focal-amd64-cuda-12.0.0
baseStep: "vdi-base"
path: "."
dockerfile: "Dockerfile"
Expand All @@ -26,7 +27,7 @@ steps:
- name: devspace
image:
repository: devspace
tag: focal-xfce-amd64
tag: plain-0.1.0-focal-xfce-amd64-cuda-12.0.0
baseStep: "xfce"
path: "."
dockerfile: "Dockerfile.amd64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ steps:
- name: devspace
image:
repository: devspace
tag: focal-arm64
tag: plain-0.1.0-focal-arm64
path: "."
context: .docker/robolaunch-helm-based-structure/dockerfiles/devspace
dockerfile: "Dockerfile.arm64"
buildArgs:
"BASE_IMAGE": "ubuntu:focal"
"PLAIN_VERSION": "0.1.0"
push: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ steps:
- name: vdi-base
image:
repository: vdi-base
tag: jammy-amd64
tag: jammy-amd64-cuda-12.2.2
path: ".docker/robolaunch-helm-based-structure/dockerfiles/base"
dockerfile: "Dockerfile.nvidia"
buildArgs:
"UBUNTU_RELEASE": "22.04"
"CUDA_VERSION": "12.2.2"
"VIRTUALGL_VERSION": "3.1"
"PLAIN_VERSION": "0.1.0"
push: false
- name: xfce-base
image:
repository: xfce
tag: base-jammy-amd64
tag: base-jammy-amd64-cuda-12.2.2
baseStep: "vdi-base"
path: "."
dockerfile: "Dockerfile"
Expand All @@ -26,7 +27,7 @@ steps:
- name: xfce
image:
repository: xfce
tag: jammy-amd64
tag: jammy-amd64-cuda-12.2.2
baseStep: "xfce-base"
path: "."
dockerfile: "Dockerfile.jammy-ext"
Expand All @@ -35,7 +36,7 @@ steps:
- name: devspace
image:
repository: devspace
tag: jammy-xfce-amd64
tag: plain-0.1.0-jammy-xfce-amd64-cuda-12.2.2
baseStep: "xfce"
path: "."
dockerfile: "Dockerfile.amd64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ steps:
- name: devspace
image:
repository: devspace
tag: jammy-arm64
tag: plain-0.1.0-jammy-arm64
path: "."
context: ".docker/robolaunch-helm-based-structure/dockerfiles/devspace"
dockerfile: "Dockerfile.arm64"
buildArgs:
"BASE_IMAGE": "ubuntu:jammy"
"PLAIN_VERSION": "0.1.0"
push: true

0 comments on commit a5475d9

Please sign in to comment.