April 3, 2019
Fill Gitlab-CI Postgres Database Service with SQL
We all love the Gitlab-CI and it’s docker support, also the services are a nice feature to get a database into your pipeline task. But recently we had the issue that we need to prefill the given
postgres:latest service with some sql data for testing. For ubuntu based docker images, there is a easy solution: […]
READ MORE