summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/virtualization/configuration/VirtualizationConfigurationDocker.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement disabling USB in VMsSimon Rettberg2023-06-301-0/+6
|
* Fix 'content is not allowed in prolog'Steffen Ritter2023-05-121-1/+1
| | | | | | | | | | | Switch order of probing the virtualizerconfigs to bypass xml parsing of docker configs which are tgz-archives. We have no good handling of the different config types. VBox and Qemu are xml, vmware is plaintext, docker wraps everything in tgz. Instead of checking we actually just try and hope for the best :(. fixes: #3932
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [virtualizer] Get rid of Generics for VirtualizationConfigurationSimon Rettberg2021-08-121-56/+10Star
|
* Fix TransformationExecption for docker during manifest download (Sat->Client)ralph isenmann2021-07-091-8/+8
| | | | swap return value to true in VirtualizationConfigurationDocker, because of changed check logic.
* Add unit tests for transformation logic (dozmod-server --> stateless client)Manuel Bentele2021-04-301-0/+5
|
* Add unit tests for transformation logic (dozmod-server --> dozmod-client)Manuel Bentele2021-04-301-0/+5
|
* Refactors and abstracts version information in config logic and disk imageManuel Bentele2021-04-231-33/+10Star
|
* Encapsulate transformation logic for virtualization configurationsManuel Bentele2021-04-201-13/+20
|
* Rename VmMetaData classesManuel Bentele2021-04-161-0/+219