Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 321 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 321 Bytes

Stolon CI image

This is the stolon ci image use by the stolon project to execute its tests inside our Agola CI/CD (https://agola.io) instance.

Build images for any required postgres version

VERSION=v0.1.0; for i in 9.5 9.6 10 11 12; do make PGVERSION=$i TAG=sorintlab/stolon-ci-image:$VERSION-pg$i; done