Sign inSign up

bbaldassari/alambic_test

By bbaldassari

•Updated almost 6 years ago
Archived

Build alambic image for tests.

Image
1

1.0K

bbaldassari/alambic_test repository overview

⁠Using alambic in Docker

In the /resources/docker directory, execute: $ docker build -t bbaldassari/alambic -f Dockerfile .

Creates a Centos docker image, with:

  • Perlbrew, Perl, and all required modules installed,
  • a fresh git clone of Alambic

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

Tag summary

Content type

Image

Digest

Size

847.4 MB

Last updated

almost 6 years ago

docker pull bbaldassari/alambic_test