sameersbn / docker-gitlab-ci

Dockerfile to build a GitLab CI container image.
http://www.damagehead.com/docker-gitlab-ci/
MIT License
199 stars 51 forks source link

Announcements #1

Open sameersbn opened 10 years ago

sameersbn commented 10 years ago

Subscribe to this issue to get notified about project announcements. This is mainly created so that you can keep up with the changes in the application stack. Please do not use this thread to report issues.

sameersbn commented 10 years ago

2014-04-21: the internal mysql and redis servers will soon be removed from the image. Please use external or linked mysql and redis servers.

sameersbn commented 10 years ago

2014-09-20 The internal redis server has now been removed and will not be present in future releases. If you were using the internal redis server then please refer to linking to redis container.

Also note that the internal mysql server will be removed as well. If you are using the internal mysql server then follow these migration instructions before its too late.

sameersbn commented 9 years ago

2015-03-23

sameersbn commented 9 years ago

Please note the release with gitlab-ci 7.11.0 may be delayed by a couple of days to allow me some time to add support for normal and automated backups. You heard it right, gitlab-ci now has backup and restore support.

sameersbn commented 9 years ago

2015-05-28

sameersbn commented 9 years ago

2015-07-22

Gitlab CI 7.13.0 is out. You need to provide configuration parameters GITLAB_CI_SECRETS_SESSION_KEY_BASE and GITLAB_CI_SECRETS_DB_KEY_BASE. You can generate random values for these variables using pwgen -Bsv 64.

sameersbn commented 9 years ago

2015-09-24