Build alambic image for tests.
1.0K
In the /resources/docker directory, execute:
$ docker build -t bbaldassari/alambic -f Dockerfile .
Creates a Centos docker image, with:
This image needs a Postgresql instance to run. The docker-compose.run.yml file at the root of the repository provides an integrated environment that uses the official docker postgresql image.
In the root of the Alambic repository, execute:
$ docker-compose -f docker-compose.run.yml up
To execute all tests, execute:
$ docker-compose -f docker-compose.test.yml up
Content type
Image
Digest
Size
847.4 MB
Last updated
almost 6 years ago
docker pull bbaldassari/alambic_test