4
Czy uruchomienie kompilatora dokującego nie jest obsługiwane w BitBucket?
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 …