mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-28 19:13:12 +01:00
Merge branch 'feature/KASM-4919-insomnia-jammy' into 'develop'
KASM-4919 update insomnia to use Jammy as a base Closes KASM-4919 See merge request kasm-technologies/internal/workspaces-images!135
This commit is contained in:
commit
485e08a240
@ -83,7 +83,7 @@ before_script:
|
|||||||
- "discord|core-ubuntu-focal|dockerfile-kasm-discord"
|
- "discord|core-ubuntu-focal|dockerfile-kasm-discord"
|
||||||
- "edge|core-ubuntu-focal|dockerfile-kasm-edge"
|
- "edge|core-ubuntu-focal|dockerfile-kasm-edge"
|
||||||
- "hunchly|core-ubuntu-focal|dockerfile-kasm-hunchly"
|
- "hunchly|core-ubuntu-focal|dockerfile-kasm-hunchly"
|
||||||
- "insomnia|core-ubuntu-focal|dockerfile-kasm-insomnia"
|
- "insomnia|core-ubuntu-jammy|dockerfile-kasm-insomnia"
|
||||||
- "maltego|core-ubuntu-focal|dockerfile-kasm-maltego"
|
- "maltego|core-ubuntu-focal|dockerfile-kasm-maltego"
|
||||||
- "only-office|core-ubuntu-focal|dockerfile-kasm-only-office"
|
- "only-office|core-ubuntu-focal|dockerfile-kasm-only-office"
|
||||||
- "oracle-7-desktop|core-oracle-7|dockerfile-kasm-oracle-7-desktop"
|
- "oracle-7-desktop|core-oracle-7|dockerfile-kasm-oracle-7-desktop"
|
||||||
|
@ -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…
Reference in New Issue
Block a user