Merge branch 'bugfix/KASM-6767-migrate_focal_to_jammy' into 'develop'

Resolve KASM-6767 "Bugfix/ migrate focal to jammy"

Closes KASM-6767

See merge request kasm-technologies/internal/workspaces-core-images!268
This commit is contained in:
Richard Koliser 2025-03-06 19:42:03 +00:00
commit 0da8d621d6
4 changed files with 6 additions and 23 deletions

View File

@ -42,23 +42,6 @@ multiImages:
- src/ubuntu/virtualgl/**
- src/ubuntu/install/kde/**
- kasm-desktop-kde/**
- name1: ubuntu
name2: focal
base: ubuntu:20.04
bg: bg_focal.png
distro: ubuntu
dockerfile: dockerfile-kasm-core
changeFiles:
- dockerfile-kasm-core
- src/ubuntu/xfce/**
- src/ubuntu/xfce/.config/**
- src/ubuntu/xfce/.config/xfce4/**
- src/ubuntu/xfce/.config/xfce4/xfconf/**
- src/ubuntu/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
- src/ubuntu/xfce/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/**
- src/ubuntu/nvidia/**
- src/ubuntu/sysbox/**
- src/ubuntu/virtualgl/**
- name1: ubuntu
name2: jammy
base: ubuntu:22.04
@ -395,9 +378,9 @@ multiImages:
- src/alpine/xfce/.config/xfce4/xfconf/xfce-perchannel-xml/**
singleImages:
- name1: cuda
name2: focal
base: nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04
bg: bg_focal.png
name2: jammy
base: nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04
bg: bg_jammy.png
distro: ubuntu
dockerfile: dockerfile-kasm-core
changeFiles:

View File

@ -1,9 +1,9 @@
# About This Image
This image contains a browser-accessible version of Ubuntu Focal including the CUDA toolkit.
This image contains a browser-accessible version of Ubuntu Jammy including the CUDA toolkit.
This image is used by our open-source containerized [Machine Learning Desktop](https://github.com/kasmtech/workspaces-machine-learning) and our [Data Science Desktop](https://github.com/kasmtech/workspaces-data-science). The core image should be used as a base to create your own derivative images, or you can modify our ML or data science images to meet your needs. All images are intended to be used with the NVIDIA container toolkit to pass GPU capabilities into the containerized desktop, which is pre-loaded with your favorite development and data science tools and libraries.
![Screenshot][Image_Screenshot]
[Image_Screenshot]: https://f.hubspotusercontent30.net/hubfs/5856039/dockerhub/image-screenshots/core-cuda-focal.png "Image Screenshot"
[Image_Screenshot]: https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/image-screenshots/core-cuda-jammy.png "Image Screenshot"

View File

@ -2,7 +2,7 @@
**Launch a real-time demo in a new browser window:** <a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank">Live Demo</a>.
<a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank"><img src="https://5856039.fs1.hubspotusercontent-na1.net/hub/5856039/hubfs/dockerhub/casting-buttons/CoreCUDAFocal.png" width="300" height="104"></a>
<a href="https://app.kasmweb.com/#/cast/4398794189" target="_blank"><img src="https://5856039.fs1.hubspotusercontent-na1.net/hubfs/5856039/dockerhub/casting-buttons/CoreCUDAJammy.png" width="300" height="104"></a>
&lowast;*This demo links to a Jammy Desktop image to show the basic functionality of Kasm Workspaces.*