Giter Site home page Giter Site logo

smartapps-fr / bitbucket-pipelines-debian-8 Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 17.0 26 KB

Bitbucket Pipelines Docker image based on Debian 8 (Jessie) with PHP/MySQL (and more !)

Home Page: https://hub.docker.com/r/smartapps/bitbucket-pipelines-php-mysql/

License: MIT License

Dockerfile 100.00%
bitbucket-pipelines docker-image jessie debian php mysql

bitbucket-pipelines-debian-8's People

Contributors

ddebin avatar mamchenkov avatar michalkleiner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitbucket-pipelines-debian-8's Issues

Access denied for user 'root'@'localhost' (using password: NO)

Recently my builds are not working with the following result. It was working previously.

mysql -h localhost -u root -e "CREATE DATABASE symfony;"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

bitbucket-pipelines.yml
`image: smartapps/bitbucket-pipelines-php-mysql

pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- apt-get -y update
- apt-get -y install php5-sqlite
- service mysql start
- mysql -h localhost -u root -e "CREATE DATABASE symfony;"
- php5dismod -s cli xdebug
- composer --version
- cp app/config/parameters.yml.dist app/config/parameters.yml
- composer install
- php bin/console doctrine:database:create --env=test
- php phpunit.phar `

PHPunit on php 5.6.30

Hello!
I got this error on the master branch:

This version of PHPUnit is supported on PHP 7.0 and PHP 7.1.
You are using PHP 5.6.30-0+deb8u1 (/usr/bin/php5).

I think the problem is the main branch is based on php 5.6.30 but the latest PHPunit version works only on PHP 7.0

The version phpunit 5.7 should works: https://phar.phpunit.de/phpunit-5.7.phar .

Increasing Xdebug's max_nesting_level

I got the famous error: "Maximum function nesting level of '100' reached" by testing my symfony project. I know sometime it could be interesting to detect a big function nesting... but 100 is a bit low in our days.

What about change the xdebug.max_nesting_level to 200 in the php.ini file?

Thank you for your work ๐Ÿ˜„ .

Utf8mb4 collation support

Hello!
I would like to test your container but I found out that pdo driver is not installed. I possible to add it?
Thanks
Marco

PHP 7.1

Hi,

is there a possibility to have a branch for PHP 7.1 too?

Up-to-date applications

Hey There!

Not really an issue, but can you modify the docker to use the following?

  • PHP 7.1
  • NodeJS 6.11
  • MySQL 5.7

The packages you are using are very old and most of them are not used by any correct webdeveloping company.

Mysql

Out of curiosity, I guess your composer would install some database. How do you pull it to the docker container?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.