mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-24 11:31:24 +02:00
change blender base from focal to jammy
This commit is contained in:
parent
6b6716d6e0
commit
ab08094948
@ -688,7 +688,7 @@ multiImages:
|
|||||||
singleImages:
|
singleImages:
|
||||||
- name: blender
|
- name: blender
|
||||||
singleapp: true
|
singleapp: true
|
||||||
base: core-ubuntu-focal
|
base: core-ubuntu-jammy
|
||||||
dockerfile: dockerfile-kasm-blender
|
dockerfile: dockerfile-kasm-blender
|
||||||
changeFiles:
|
changeFiles:
|
||||||
- dockerfile-kasm-blender
|
- dockerfile-kasm-blender
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
ARG BASE_TAG="develop"
|
ARG BASE_TAG="develop"
|
||||||
ARG BASE_IMAGE="core-ubuntu-focal"
|
ARG BASE_IMAGE="core-ubuntu-jammy"
|
||||||
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
FROM kasmweb/$BASE_IMAGE:$BASE_TAG
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user