Skip to content

Releases: sameersbn/docker-gitlab

v7.3.2

01 Oct 17:24
Compare
Choose a tag to compare
  • upgrade to gitlab-ce 7.3.2
  • removed internal mysql server
  • added support for fetching DB_NAME, DB_USER and DB_PASS from the postgresql linkage
  • added support for fetching DB_NAME, DB_USER and DB_PASS from the mysql linkage
  • gitlab-shell: upgrade to v.2.0.1
  • added GITLAB_GRAVATAR_ENABLED configuration option
  • added fig.yml

v7.3.1-3

25 Sep 10:42
Compare
Choose a tag to compare
  • fix mysql command again!

v7.3.1-2

25 Sep 06:38
Compare
Choose a tag to compare
  • fix mysql server status check

v7.3.1-1

24 Sep 20:46
Compare
Choose a tag to compare
  • plug bash vulnerability by switching to dash shell
  • automatically run the gitlab:setup rake task for new installs

v7.3.1

24 Sep 11:57
Compare
Choose a tag to compare
  • upgrade to gitlab-ce 7.3.1

v7.3.0

22 Sep 15:37
Compare
Choose a tag to compare
  • upgrade to gitlab-ce 7.3.0
  • added GITLAB_WEBHOOK_TIMEOUT configuration option
  • upgrade to gitlab-shell 2.0.0
  • removed internal redis server
  • shutdown the container gracefully

v7.2.2

19 Sep 12:31
Compare
Choose a tag to compare
  • upgrade to gitlab-ce 7.2.2
  • added GITLAB_HTTPS_HSTS_ENABLED configuration option (advanced config)
  • added GITLAB_HTTPS_HSTS_MAXAGE configuration option (advanced config)
  • upgrade to gitlab-shell 1.9.8
  • purge development packages after install. shaves off ~300MB from the image.
  • rebase image on sameersbn/debian:jessie.20140918 base image
  • added GITLAB_SSH_HOST configuration option
  • added GITLAB_USERNAME_CHANGE configuration option

v7.2.1-1

03 Sep 05:08
Compare
Choose a tag to compare
  • removed the GITLAB_HTTPS_ONLY configuration option
  • added NGINX_X_FORWARDED_PROTO configuration option
  • optimization: talk directly to the unicorn worker from gitlab-shell

v7.2.1

28 Aug 18:54
Compare
Choose a tag to compare
  • upgrade to gitlab-ce 7.2.1
  • added new SMTP_ENABLED configuration option.

v6.9.2-1

28 Aug 13:18
Compare
Choose a tag to compare
  • clone gitlab-ce and gitlab-shell sources from the git repo.
  • fix restore backup operation