aboutsummaryrefslogtreecommitdiffstats
path: root/.pipeline/blubber.yaml
blob: befecbff08ce77545f52b814f47c6da79da6b3e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: v4
variants:
  dev:
    base: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2-blubber
    lives:
      in: /var/www/html
    runs:
      insecurely: true
    builder:
      command: [.pipeline/dev_prereq.sh]
      requirements: [.pipeline, .pipeline/dev_prereq.sh, composer.json]
    copies: [local]
  production:
    base: docker-registry.wikimedia.org/php7.2-fpm
    lives:
      in: /srv/mediawiki
    copies: [local]