ktomk / pipelines

Pipelines - Run Bitbucket Pipelines Wherever They Dock
https://ktomk.github.io/pipelines/
GNU Affero General Public License v3.0
109 stars 10 forks source link

pipelines: file parse error: 'image' required in service definition #23

Open ortizman opened 1 year ago

ortizman commented 1 year ago

The problem occurs when we define a custom service Ex:

definitions:
   services:
     docker:
       memory: 5120
     docker-7g:
       type: docker
       memory: 7168
ktomk commented 1 year ago

Thanks for reporting. IIRC this is unsupported for the docker service. As a workaround just using the "docker" service should suffice for testing.