edge,filezilla,firefox,gimp,hunchly,inkscape,java-dev,desktop,libre-office,maltego,minetest,nessus,only-office

This commit is contained in:
Teja Swaroop Pothala 2025-02-18 15:28:28 +00:00
parent 74fdf11de5
commit 035013b207
No known key found for this signature in database
GPG Key ID: FA5E53D328E228D2
14 changed files with 26 additions and 26 deletions

View File

@ -36,14 +36,14 @@ multiImages:
- src/ubuntu/install/doom/** - src/ubuntu/install/doom/**
- name: filezilla - name: filezilla
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-filezilla dockerfile: dockerfile-kasm-filezilla
changeFiles: changeFiles:
- dockerfile-kasm-filezilla - dockerfile-kasm-filezilla
- src/ubuntu/install/filezilla/** - src/ubuntu/install/filezilla/**
- name: firefox - name: firefox
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-firefox dockerfile: dockerfile-kasm-firefox
changeFiles: changeFiles:
- dockerfile-kasm-firefox - dockerfile-kasm-firefox
@ -52,21 +52,21 @@ multiImages:
- src/ubuntu/install/certificates/** - src/ubuntu/install/certificates/**
- name: gimp - name: gimp
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-gimp dockerfile: dockerfile-kasm-gimp
changeFiles: changeFiles:
- dockerfile-kasm-gimp - dockerfile-kasm-gimp
- src/ubuntu/install/gimp/** - src/ubuntu/install/gimp/**
- name: inkscape - name: inkscape
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-inkscape dockerfile: dockerfile-kasm-inkscape
changeFiles: changeFiles:
- dockerfile-kasm-inkscape - dockerfile-kasm-inkscape
- src/ubuntu/install/inkscape/** - src/ubuntu/install/inkscape/**
- name: java-dev - name: java-dev
singleapp: false singleapp: false
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-java-dev dockerfile: dockerfile-kasm-java-dev
changeFiles: changeFiles:
- dockerfile-kasm-java-dev - dockerfile-kasm-java-dev
@ -80,14 +80,14 @@ multiImages:
- src/ubuntu/install/eclipse/** - src/ubuntu/install/eclipse/**
- name: libre-office - name: libre-office
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-libre-office dockerfile: dockerfile-kasm-libre-office
changeFiles: changeFiles:
- dockerfile-kasm-libre-office - dockerfile-kasm-libre-office
- src/ubuntu/install/libre_office/** - src/ubuntu/install/libre_office/**
- name: nessus - name: nessus
singleapp: false singleapp: false
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-nessus dockerfile: dockerfile-kasm-nessus
changeFiles: changeFiles:
- dockerfile-kasm-nessus - dockerfile-kasm-nessus
@ -500,7 +500,7 @@ multiImages:
- src/ubuntu/install/chromium/** - src/ubuntu/install/chromium/**
- name: maltego - name: maltego
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-maltego dockerfile: dockerfile-kasm-maltego
changeFiles: changeFiles:
- dockerfile-kasm-maltego - dockerfile-kasm-maltego
@ -508,7 +508,7 @@ multiImages:
- src/ubuntu/install/firefox/** - src/ubuntu/install/firefox/**
- name: minetest - name: minetest
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-minetest dockerfile: dockerfile-kasm-minetest
changeFiles: changeFiles:
- dockerfile-kasm-minetest - dockerfile-kasm-minetest
@ -704,7 +704,7 @@ singleImages:
- src/ubuntu/install/chrome/** - src/ubuntu/install/chrome/**
- name: desktop - name: desktop
singleapp: false singleapp: false
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-desktop dockerfile: dockerfile-kasm-desktop
changeFiles: changeFiles:
- dockerfile-kasm-desktop - dockerfile-kasm-desktop
@ -743,7 +743,7 @@ singleImages:
- src/ubuntu/install/discord/** - src/ubuntu/install/discord/**
- name: edge - name: edge
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-edge dockerfile: dockerfile-kasm-edge
changeFiles: changeFiles:
- dockerfile-kasm-edge - dockerfile-kasm-edge
@ -751,7 +751,7 @@ singleImages:
- src/ubuntu/install/edge/** - src/ubuntu/install/edge/**
- name: hunchly - name: hunchly
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-hunchly dockerfile: dockerfile-kasm-hunchly
changeFiles: changeFiles:
- dockerfile-kasm-hunchly - dockerfile-kasm-hunchly
@ -766,7 +766,7 @@ singleImages:
- src/ubuntu/install/insomnia/** - src/ubuntu/install/insomnia/**
- name: only-office - name: only-office
singleapp: true singleapp: true
base: core-ubuntu-focal base: core-ubuntu-jammy
dockerfile: dockerfile-kasm-only-office dockerfile: dockerfile-kasm-only-office
changeFiles: changeFiles:
- dockerfile-kasm-only-office - dockerfile-kasm-only-office

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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