Skip to content

GitLab docker image updates

Kamil Trzciński requested to merge docker-updates into master

I did some work on GitLab CE docker image:

  1. Provide patch that loads /assets/gitlab.rb, which then loads /etc/gitlab/gitlab.rb:

    a. This allows us to configure different defaults for docker containers and not really touching Omnibus package.

    b. By default we use http://hostname as external_url

    c. We configure shared_buffers for PostgreSQL

    d. PIN users to specific UIDs

  2. Adds update-permissions script to fix all access denied problems that people have right now after updating docker to 8.0. This is something nice to have in Omnibus for all.

/cc @sytses @marin

Merge request reports