added default generic runtime

This commit is contained in:
dcore94 2022-11-30 16:41:30 +01:00
parent fd14a6dea1
commit a440deb519
1 changed files with 18 additions and 0 deletions

18
default/descriptor.json Normal file
View File

@ -0,0 +1,18 @@
{
"id":"https://code-repo.d4science.org/m.lettere/ccp.runtimes.docker.git",
"active":true,
"name":"default",
"description":"Default synthetic runtime for Docker based infrastructures for methods that provide images from a remote repository",
"keywords":[
"docker",
"dockerhub",
"public",
"default"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker",
"image":"bash"
}