genezys / docker-gitlab

Dockerized Omnibus GitLab
https://registry.hub.docker.com/u/genezys/gitlab/
Apache License 2.0
2 stars 12 forks source link

Use base image for data container #1

Closed Krijger closed 9 years ago

Krijger commented 9 years ago

Data container can take less space on application image upgrade

genezys commented 9 years ago

This is something I have been thinking of lately but never took the time to update the documentation.

Thank you for the contribution !

genezys commented 9 years ago

I rolled back on this. Using the GitLab application image for the data container allows to "initialize" correctly the volumes. When using a base image like "ubuntu" or "busybox", you will basically have empty volumes and will overwrite the existing PostgreSQL database or the GitLab configuration.