From 7539856b15d0b13683624154c176b320fc668b95 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 28 Nov 2022 12:32:11 +0100 Subject: [PATCH] shared default runtime --- build.yaml | 5 +++++ default/descriptor.json | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 build.yaml create mode 100644 default/descriptor.json diff --git a/build.yaml b/build.yaml new file mode 100644 index 0000000..6560465 --- /dev/null +++ b/build.yaml @@ -0,0 +1,5 @@ +- hosts: localhost + tasks: + # Create folder for execution + - name: Nop + command: "echo 'NOP' > /dev/null diff --git a/default/descriptor.json b/default/descriptor.json new file mode 100644 index 0000000..3c4456c --- /dev/null +++ b/default/descriptor.json @@ -0,0 +1,20 @@ +{ + "id":"1fafba5c-0ee5-4e8d-b042-d0824fbb3aad", + "active":true, + "name":"default", + "description":"Default runtime for all methods that pass in a docker compose file meant to run on a Docker Swarm infrastructure", + "keywords":[ + "docker", + "dockerhub", + "public", + "docker-compose", + "docker-swarm" + ], + "responsible":{ + "name":"Marco Lettere", + "email":"m.lettere@gmail.com" + }, + "type":"docker-swarm", + "image":"bash" +} + -- 2.17.1