Hacker News new | ask | show | jobs
by cmatija 3285 days ago
Our Docker images source is stored in our omnibus repo [1]. We also have docs detailing the usage of our Docker images. [2]

[1] - https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/doc...

[2] - https://docs.gitlab.com/omnibus/docker/

1 comments

Yes, I know. I’ve deployed them, and they crash. While following your full instructions. Because tzdata isn’t writable.
Hi Kuschku,

Thanks for the feedback. Our current Docker container does require root because it is based on our Omnibus packages.

We are working to create a set of lean containers, one for each GitLab service (Sidekiq, Unicorn, Gitaly, etc.), which will no longer require root access.

More details are available in the issue that is tracking this effort: https://gitlab.com/charts/charts.gitlab.io/issues/14

Ah, okay, thanks. That explains my issue with running it on kubernetes. I'll look at that issue.