From aae35f5285ee95bfbd780f832786a55e093e3d5f Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 9 Feb 2023 18:55:43 +0100 Subject: [PATCH] added android builder --- androidbuilder/descriptor.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 androidbuilder/descriptor.json diff --git a/androidbuilder/descriptor.json b/androidbuilder/descriptor.json new file mode 100644 index 0000000..f794941 --- /dev/null +++ b/androidbuilder/descriptor.json @@ -0,0 +1,20 @@ +{ + "id":"6550c29d-e74c-4f4a-b47c-22120e3dccdc", + "active":true, + "name":"androidbuilder", + "description":"Basic common runtime for building anroid applications based on capacitor/cordova", + "keywords":[ + "docker", + "dockerhub", + "public", + "android", + "mobile", + "common" + ], + "responsible":{ + "name":"Marco Lettere", + "email":"m.lettere@gmail.com" + }, + "type":"docker", + "image":"nubisware/mobile:common" +}