https://github.com/phpbb/docker
Docker images we use for CI and for quickly setting up a phpBB site for development
https://github.com/phpbb/docker
Last synced: 7 months ago
JSON representation
Docker images we use for CI and for quickly setting up a phpBB site for development
- Host: GitHub
- URL: https://github.com/phpbb/docker
- Owner: phpbb
- Created: 2015-06-11T14:42:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T14:31:18.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T21:01:51.797Z (8 months ago)
- Language: Shell
- Homepage: https://www.phpbb.com/
- Size: 27.3 KB
- Stars: 4
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker for phpBB
================
This repository contains a set of scripts and Dockerfiles used to run the tests in various environment.
Dockerfiles
-----------
The directory `ìmages/php/` contains the dockerfiles of a set of images pre configured to run phpBB unit or functional tests. And `ìmages/bamboo/` a dockerfile which can be used to run an agent compatible with our Bamboo installation (NB: no need to try to use it, the agents needs to be manually authenticated).
`ìmages/` also contains a set of scripts which can be used to build and push all images easily.
Scripts
-------
`scripts/` contains a set of scripts used to run the tests on our Bamboo instance.
They can also be used to run the tests locally:
```
$ source docker/scripts/local-env-mapping.sh
$ docker/scripts/jobs/unit-tests.sh
$ docker/scripts/jobs/functional-tests.sh
```
db being: sqlite|postgres|mysql|oracle
and php version: 5.4|5.5|5.6|7.0