You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://quay.io/repository/sameersbn/gitlab-ci)
2
2
3
-
# quay.io/sameersbn/gitlab-ci:8.0.4-1
3
+
# quay.io/sameersbn/gitlab-ci:8.0.4-2
4
4
5
5
`quay.io/sameersbn/gitlab-ci:8.x.x` image is meant for migration purposes only.
6
6
@@ -65,7 +65,7 @@ Dockerfile to build a [GitLab CI](https://about.gitlab.com/gitlab-ci/) container
65
65
66
66
## Version
67
67
68
-
Current Version: `8.0.4-1`
68
+
Current Version: `8.0.4-2`
69
69
70
70
*The gitlab-ci version should match the gitlab version to avoid any compatibility issues*
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the postgresql container as they are specified in the `docker run` command for the postgresql container. This is made possible using the magic of docker links and works with the following images:
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the mysql container as they are specified in the `docker run` command for the mysql container. This is made possible using the magic of docker links and works with the following images:
@@ -399,7 +399,7 @@ The image can be configured to use an external redis server instead of starting
In this configuration, any requests made over the plain http protocol will automatically be redirected to use the https protocol. However, this is not optimal when using a load balancer.
A backup will be created in the backups folder of the [Persistence](#persistence). You can change the location of the backups using the `GITLAB_CI_BACKUP_DIR` configuration parameter.
@@ -696,7 +696,7 @@ Execute the rake task to restore a backup. Make sure you run the container in in
0 commit comments