├── .docker-repository.yml ├── Dockerfile ├── LICENSE └── README.md /.docker-repository.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbizarro/bitbucket-pipelines-php7/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbizarro/bitbucket-pipelines-php7/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbizarro/bitbucket-pipelines-php7/HEAD/README.md --------------------------------------------------------------------------------