mirror of
https://github.com/kasmtech/kasm-workspaces-dind.git
synced 2026-07-18 00:55:34 +00:00
Updates for 1.18.0
This commit is contained in:
parent
20bfb7857d
commit
6b74cd52a7
2 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ FROM ubuntu:jammy
|
|||
|
||||
# Settings
|
||||
ARG OVERLAY_VERSION="v2.2.0.3"
|
||||
ARG RELEASE_TYPE="develop"
|
||||
ARG RELEASE_TYPE="stable"
|
||||
ENV DOCKER_TLS_CERTDIR="" \
|
||||
NVIDIA_DRIVER_CAPABILITIES="compute,graphics,video,utility"
|
||||
|
||||
|
|
@ -97,7 +97,7 @@ RUN \
|
|||
ALVERSION=$(cat /kasm_release/conf/database/seed_data/default_properties.yaml |awk '/alembic_version/ {print $2}') && \
|
||||
curl -o \
|
||||
/tmp/images.tar.gz -L \
|
||||
"https://kasm-ci.s3.amazonaws.com/1.17.0-images-combined.tar.gz" && \
|
||||
"https://kasm-ci.s3.amazonaws.com/${KASM_VERSION}-images-combined.tar.gz" && \
|
||||
tar xf \
|
||||
/tmp/images.tar.gz -C \
|
||||
/ && \
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ It has a few core principles:
|
|||
version: "2.1"
|
||||
services:
|
||||
kasm:
|
||||
image: kasmweb/workspaces:1.17.0
|
||||
image: kasmweb/workspaces:1.18.0
|
||||
privileged: true
|
||||
container_name: kasm
|
||||
environment:
|
||||
|
|
@ -51,7 +51,7 @@ docker run -d \
|
|||
-v /path/to/profiles:/profiles `#optional` \
|
||||
-v /dev/input:/dev/input `#optional` \
|
||||
-v /run/udev/data:/run/udev/data `#optional` \
|
||||
kasmweb/workspaces:1.17.0
|
||||
kasmweb/workspaces:1.18.0
|
||||
```
|
||||
|
||||
| Parameter | Function |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue