moved to specific runtime

This commit is contained in:
dcore94 2022-09-06 18:17:52 +02:00
parent 08b48a8627
commit 09c69f0db0
2 changed files with 19 additions and 16 deletions

View File

@ -1,16 +0,0 @@
{
"id":"30f71218-82e8-4d5f-8c98-54ea6e3ae696",
"active":true,
"name":"docker-public",
"description":"Docker public is a generic runtime that executes methods built as public Docker images stored inside dockerhub.com",
"keywords":[
"docker",
"dockerhub",
"public"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker"
}

View File

@ -0,0 +1,19 @@
{
"id":"30f71218-82e8-4d5f-8c98-54ea6e3ae696",
"active":true,
"name":"simpleimageclassifier",
"description":"Runtime to execute simpleimageclassifier from its fully configured Docker iamge already publicly available n Dockerhub",
"keywords":[
"docker",
"dockerhub",
"public",
"imageclassifier",
"classifier"
],
"responsible":{
"name":"Marco Lettere",
"email":"m.lettere@gmail.com"
},
"type":"docker"
"iamge":"nubisware/simpleimageclassifier:latest"
}