commit 2588b197902f566b34a7362eb37d862b402dd509 Author: Mauro Mugnaini Date: Tue Feb 28 19:02:37 2023 +0100 Default branch initial contribution as template diff --git a/default/descriptor.json b/default/descriptor.json new file mode 100644 index 0000000..2426978 --- /dev/null +++ b/default/descriptor.json @@ -0,0 +1,18 @@ +{ + "id":"79150d8a-2c48-42e8-8a1d-3d38d7f01d2c", + "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":"John Doe", + "email":"mail@exmple.com" + }, + "type":"docker", + "image":"bash" +} \ No newline at end of file