summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/virtualization/configuration/container
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* 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