Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 150_gitlab/100_reverse_proxy/compose.tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
gitlab:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down
2 changes: 1 addition & 1 deletion 150_gitlab/100_reverse_proxy/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
gitlab:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down
8 changes: 4 additions & 4 deletions 150_gitlab/180_components/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ volumes:
services:

gitlab:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
traefik.tcp.routers.ssh.service: ssh

db:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
- postgres-log:/var/log/gitlab

redis:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand All @@ -137,7 +137,7 @@ services:
- redis-log:/var/log/gitlab

gitaly:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down
12 changes: 6 additions & 6 deletions 150_gitlab/180_components/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
redis:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/16.1.2+ee.0/files/gitlab-config-template/gitlab.rb.template#L1383
GITLAB_OMNIBUS_CONFIG: |
Expand All @@ -80,7 +80,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
postgres:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/16.1.2+ee.0/files/gitlab-config-template/gitlab.rb.template#L1229
GITLAB_OMNIBUS_CONFIG: |
Expand Down Expand Up @@ -124,7 +124,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
gitaly:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down Expand Up @@ -181,7 +181,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
application:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
GITLAB_SKIP_UNMIGRATED_DATA_CHECK: true
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
Expand Down Expand Up @@ -234,7 +234,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
pages:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand All @@ -261,7 +261,7 @@ services:

# https://docs.gitlab.com/ee/install/docker.html
monitoring:
image: gitlab/gitlab-ee:17.6.1-ee.0
image: gitlab/gitlab-ee:18.2.0-ee.0
environment:
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
GITLAB_OMNIBUS_CONFIG: |
Expand Down