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" +} +