summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/virtualization/configuration/container
Commit message (Collapse)AuthorAgeFilesLines
* Add TarArchiveReader and TarArchiveWriter as Util classes.ralph isenmann2022-01-271-34/+17Star
| | | | - Wraps the jtar dependency
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+4
|
* Merge branch 'master' into feature/docker-data-containerfeature/docker-data-containerralph isenmann2021-10-284-100/+93Star
|\
| * [container] refactoringralph isenmann2021-10-264-56/+65
| | | | | | | | | | | | - rename enum ContainerBuildContextMethod to ContainerImageContext - rename enum values of ContainerImageContext - rename methods referncing ContainerBuildContextMethod
| * [container] Add ContainerBuildContextMehtod, refactoringralph isenmann2021-10-152-45/+29Star
| | | | | | | | | | - add docker-tar - only persist dockerfile and not the internals.
* | [virtualization.container] add mount_type to ContainerBindMount modelralph isenmann2021-09-071-9/+21
|/
* Fix usage of Enum ContainerImageTyperalph isenmann2021-06-241-16/+9Star
| | | | - enum provides name() and valueOf() to switch between sting and object representation
* Add container models, which keeps the necessary informations about container ↵ralph isenmann2021-06-234-0/+462
imags, its meta information and for lecture specific information