All Projects → smartapps-fr → bitbucket-pipelines-debian-8

smartapps-fr / bitbucket-pipelines-debian-8

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

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to bitbucket-pipelines-debian-8

Minideb
A small image based on Debian designed for use in containers
Stars: ✭ 1,561 (+8572.22%)
Mutual labels:  debian, jessie
ansible-role-packer-debian
Ansible Role - Packer Debian/Ubuntu Configuration for Vagrant VirtualBox
Stars: ✭ 32 (+77.78%)
Mutual labels:  debian
solr role
Ansible role to install an Apache Solr (Cloud) server/cluster
Stars: ✭ 21 (+16.67%)
Mutual labels:  debian
packer-kvm
Create VM templates with Packer for usage with Libvirt/KVM virtualization : CentOS 7, CentOS 8, CentOS 8 Stream, Alma Linux, Rocky Linux, Bionic (Ubuntu 1804), Focal (Ubuntu 2004), Debian 11 (stable), Kali Linux, Fedora 33 and Fedora 34.
Stars: ✭ 99 (+450%)
Mutual labels:  debian
ansible-cups
Ansible role to install and configure CUPS, assist with installing PPDs and install printers/classes
Stars: ✭ 20 (+11.11%)
Mutual labels:  debian
php-deb-packager
A PHP library to generate `.deb` packages (Software distribution)
Stars: ✭ 54 (+200%)
Mutual labels:  debian
thelounge-deb
📦 ‎ Debian/Ubuntu package for The Lounge
Stars: ✭ 16 (-11.11%)
Mutual labels:  debian
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+361.11%)
Mutual labels:  debian
jailm8
A tool for windows users to use checkra1n without having to install a full linux distro, as well as other useful commnds
Stars: ✭ 100 (+455.56%)
Mutual labels:  debian
Ubuntu-Launchpad
The Ubuntu version of Apple's/MacOS Launchpad application
Stars: ✭ 21 (+16.67%)
Mutual labels:  debian
ansible-apt
Ansible role to manage packages and up(date|grade)s in Debian-like systems
Stars: ✭ 21 (+16.67%)
Mutual labels:  debian
Shell-Script
Shell Script on FreeBSD or Ubuntu
Stars: ✭ 34 (+88.89%)
Mutual labels:  debian
wireguard-initramfs
Use dropbear over wireguard.
Stars: ✭ 158 (+777.78%)
Mutual labels:  debian
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+600%)
Mutual labels:  debian
mailad
Software to provision a mail server with users from a Windows or Samba 4 Active Directory
Stars: ✭ 21 (+16.67%)
Mutual labels:  debian
scale-build
TrueNAS SCALE Build System
Stars: ✭ 180 (+900%)
Mutual labels:  debian
ansible-role-docker-ce
Ansible role to install Docker CE on AlmaLinux/Rocky/CentOS/Fedora/RHEL(Redhat)/Ubuntu/Debian/Mint/Raspbian
Stars: ✭ 73 (+305.56%)
Mutual labels:  debian
Grub-Themes
Grub themes that will give a customized look to the Grub2 menu during boot.
Stars: ✭ 34 (+88.89%)
Mutual labels:  debian
cloud-desktops
Cloud-based Virtual Desktops on Google Cloud Platform
Stars: ✭ 14 (-22.22%)
Mutual labels:  debian
maldetect
Debian packaging of Linux Malware Detect (https://github.com/rfxn/linux-malware-detect)
Stars: ✭ 48 (+166.67%)
Mutual labels:  debian

Travis Build Status Microbadger badge

bitbucket-pipelines-debian-8(-php-mysql)

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

More help in Bitbucket's Confluence

Docker image at smartapps/bitbucket-pipelines-php-mysql (no CMD as it is overriden by Pipelines)

Packages installed

  • php5-apcu, php5-cli, php5-curl, php5-gd, php5-geoip, php-gettext, php5-imagick, php5-intl, php5-json, php5-mcrypt, php5-memcached, php5-mysqlnd, php5-sqlite, php5-xdebug, php5-xhprof, php5-xmlrpc, memcached, imagemagick, openssh-client, curl, gettext, zip, bzip2, git, subversion
  • Perl 5.20
  • Python 2.7 & 3.4
  • MySQL 5.5 (user root:root)
  • PHP 5.6
  • Ruby 2.1
  • Node.js 4.x LTS (you can use n to interactively manage your Node.js versions)
  • PHPUnit 5.7
  • Latest Composer, Gulp, Webpack, Mocha, Grunt, Codeception, Yarn, n

Sample bitbucket-pipelines.yml

image: smartapps/bitbucket-pipelines-php-mysql
pipelines:
  default:
    - step:
        script:
          - service mysql start
          - mysql -h localhost --user=root --password=root -e "CREATE DATABASE test;"
          - composer config -g github-oauth.github.com XXXXXXXX
          - composer install --no-interaction --no-progress --prefer-dist
          - npm install --no-spin
          - gulp

Debian 9 Stretch

A Docker image based on Debian 9 Stretch, PHP 7, MySQL 5.6, Node.js 6.x and Ruby 2.3 is available at smartapps-fr/bitbucket-pipelines-debian-9.

Changelog

0.3

  • Adds Yarn, subversion, php5-xmlrpc, php5-json, php5-geoip, php5-apcu, php5-xhprof
  • Replaces wget by curl
  • CI with Travis
  • Adjusts xdebug.max_nesting_level in xdebug.ini
  • Uses slim variant for base Debian Docker image.

0.2

  • Adds Ruby, Grunt, Webpack, Mocha, Sqlite, PHPUnit, Memcached, Codeception
  • Adds php5-xdebug, php5-intl, php5-memcached
  • Set root password to root

0.1

  • Initial release
  • Perl, Python, PHP, MySQL, Node.js
  • Composer, Gulp
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].