aboutsummaryrefslogtreecommitdiffstats
path: root/.pipeline/blubber.yaml
blob: 504df2ae1cae45237fd3bec35b73e987e96a5711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: v4
base: docker-registry.wikimedia.org/dev/stretch-php72-fpm-apache2-blubber

lives:
  in: /var/www/html

variants:
  dev:
    runs:
      insecurely: true
    builder:
      command: [.pipeline/dev_prereq.sh]
      requirements: [.pipeline, .pipeline/dev_prereq.sh, composer.json]
    copies: [local]