File tree 8 files changed +12
-12
lines changed
160_gitlab_ci/000_rollout
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ docker run -d --name gitlab \
6
6
--volume gitlab_logs:/var/log/gitlab \
7
7
--volume gitlab_data:/var/opt/gitlab \
8
8
--publish 80:80 \
9
- gitlab/gitlab-ce:16.5.2 -ce.0
9
+ gitlab/gitlab-ce:16.9.1 -ce.0
10
10
11
11
# Wait for container to finish starting
12
12
while docker container inspect gitlab \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ docker run -d --name gitlab \
20
20
--volume gitlab_logs:/var/log/gitlab \
21
21
--volume gitlab_data:/var/opt/gitlab \
22
22
--publish 80:80 \
23
- gitlab/gitlab-ce:16.5.2 -ce.0
23
+ gitlab/gitlab-ce:16.9.1 -ce.0
24
24
```
25
25
26
26
Wait for container to finish starting:
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
43
43
44
44
# https://docs.gitlab.com/ee/install/docker.html
45
45
gitlab :
46
- image : gitlab/gitlab-ce:16.5.2 -ce.0
46
+ image : gitlab/gitlab-ce:16.9.1 -ce.0
47
47
environment :
48
48
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
49
49
GITLAB_OMNIBUS_CONFIG : |
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ You must update to every minor version due to schema updates
34
34
35
35
## Hands-On
36
36
37
- 1 . Update ` compose.yml ` in 100_reverse_proxy<br >with new image ` gitlab/gitlab-ce:16.6.0 -ce.0 `
37
+ 1 . Update ` compose.yml ` in 100_reverse_proxy<br >with new image ` gitlab/gitlab-ce:16.9.2 -ce.0 `
38
38
1 . Run deployment from [ reverse proxy section] ( #/gitlab_traefik )
39
39
40
40
(Minor update to v15.10.0 possible.)
Original file line number Diff line number Diff line change 1
- FROM gitlab/gitlab-runner:v16.5.0
1
+ FROM gitlab/gitlab-runner:v16.9.1
2
2
COPY --chmod=0755 entrypoint.sh /
3
3
RUN mkdir /builds \
4
4
&& chown gitlab-runner /builds
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.6.0
2
2
3
- FROM gitlab/gitlab-runner:v16.5.0
3
+ FROM gitlab/gitlab-runner:v16.9.1
4
4
5
5
RUN <<EOF
6
6
mkdir /builds
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
56
56
57
57
# https://docs.gitlab.com/ee/install/docker.html
58
58
gitlab :
59
- image : gitlab/gitlab-ce:16.5 .1-ce.0
59
+ image : gitlab/gitlab-ce:16.9 .1-ce.0
60
60
environment :
61
61
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
62
62
GITLAB_OMNIBUS_CONFIG : |
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ packer {
8
8
}
9
9
10
10
locals {
11
- gitlab_version = " 16.5 .1"
12
- gitlab_runner_version = " 16.5.0 "
13
- traefik_version = " 2.10.5 "
14
- portainer_version = " 2.19.1 "
15
- code_server_version = " 4.18 .0"
11
+ gitlab_version = " 16.9 .1"
12
+ gitlab_runner_version = " 16.9.1 "
13
+ traefik_version = " 2.10.7 "
14
+ portainer_version = " 2.19.4 "
15
+ code_server_version = " 4.23 .0"
16
16
nginx_version = " 1.24.0"
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments