Cel
Celem jest uruchomienie kompilowania dokerów w potokach BitBucket
Próba
bitbucket-pipelines.yml
image: docker/compose:1.12.0
pipelines:
default:
- step:
script:
- docker-compose up --build
Wynik
The Docker Engine version is less than the minimum required by Compose.
Your current project requires a Docker Engine of version 1.13.0 or greater.
Dyskusja
Zgodnie z tym postem nie jest obsługiwany?