Amin Vakil
50d7ec412f
Remove version from compose files
2025-06-12 06:29:25 +02:00
Amin Vakil
5ce72ba12e
Revert "yamllint"
...
This reverts commit ba1e228644c67a712f4f2b5eb9579a65700e836c.
2025-06-12 06:29:24 +02:00
Amin Vakil
3b772e1c9f
yamllint
2025-06-12 06:29:24 +02:00
Amin Vakil
4c411a7625
Remove version from docker-compose.yml
...
the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
2025-06-12 06:29:24 +02:00
Steven Achilles
cb8bd12233
Merge pull request #3110 from sachilles/upgrade-to-17.11.3
...
Upgrade GitLab CE to 17.11.3
17.11.3
2025-05-22 20:24:05 +02:00
Steven Achilles
28a4fedcc1
Increase memory to avoid heap limit allocation failure
2025-05-22 16:33:33 +02:00
Steven Achilles
3eaad8daae
Upgrade GitLab CE to 17.11.3
2025-05-22 05:14:16 +02:00
Steven Achilles
03ff93c9f1
Merge pull request #3106 from sachilles/upgrade-to-17.11.2
...
Upgrade GitLab CE to 17.11.2
17.11.2
2025-05-09 23:50:18 +02:00
Steven Achilles
1b5a27d0d2
Upgrade GitLab CE to 17.11.2
2025-05-09 22:10:28 +02:00
Steven Achilles
0e24102e39
Merge pull request #3101 from sachilles/upgrade-to-17.11.1
...
Upgrade GitLab CE to 17.11.1
17.11.1
2025-04-24 22:13:14 +02:00
Steven Achilles
145f1b08d9
Upgrade GitLab CE to 17.11.1
2025-04-24 21:16:05 +02:00
Steven Achilles
f6450ad8d2
Merge pull request #3097 from sachilles/upgrade-to-17.11.0
...
Upgrade GitLab CE to 17.11.0
17.11.0
2025-04-18 20:58:29 +02:00
Steven Achilles
2d9b5fd8ca
Upgrade GitLab CE to 17.11.0
2025-04-18 20:00:47 +02:00
Steven Achilles
0cced1421b
Merge pull request #3095 from sachilles/upgrade-to-17.10.4
...
Upgrade GitLab CE to 17.10.4
17.10.4
2025-04-11 16:03:20 +02:00
Steven Achilles
1dc3980701
Upgrade GitLab CE to 17.10.4
2025-04-11 05:05:46 +02:00
Steven Achilles
59d7e6eaaf
Merge pull request #3091 from sachilles/upgrade-to-17.10.3
...
Upgrade GitLab CE to 17.10.3
17.10.3
2025-04-03 08:47:25 +02:00
Steven Achilles
dec08eeff2
Upgrade GitLab CE to 17.10.3
2025-04-03 05:21:45 +02:00
Steven Achilles
d43d1c1922
Merge pull request #3089 from sachilles/upgrade-to-17.10.1
...
Upgrade GitLab CE to 17.10.1
17.10.1
2025-03-30 12:01:43 +02:00
Steven Achilles
8d1e4bafcd
Upgrade GitLab CE to 17.10.1
2025-03-30 10:35:12 +02:00
Steven Achilles
e9c18ec879
Merge pull request #3085 from sachilles/upgrade-to-17.10.0
...
Upgrade GitLab CE to 17.10.0
17.10.0
2025-03-20 17:18:58 +01:00
Steven Achilles
76c336c02c
Upgrade GitLab CE to 17.10.0
2025-03-20 16:26:21 +01:00
Steven Achilles
620df36632
Merge pull request #3080 from nickshek/master
...
Upgrade GitLab CE to 17.9.2
17.9.2
2025-03-13 23:28:05 +01:00
Nick
ef8807ec90
Upgrade GitLab CE to 17.9.2
2025-03-13 18:23:42 +08:00
Steven Achilles
b086d88197
Merge pull request #3077 from sachilles/upgrade-to-17.9.1
...
Upgrade GitLab CE to 17.9.1
17.9.1
2025-02-27 13:02:16 +01:00
Steven Achilles
967e018156
Upgrade GitLab CE to 17.9.1
2025-02-27 11:34:56 +01:00
Steven Achilles
39f66b88f6
Merge pull request #3072 from sachilles/fix-nginx-config
...
Fix nginx configuration
17.9.0
2025-02-22 21:34:22 +01:00
Steven Achilles
b9f8719919
Fix nginx configuration
2025-02-22 20:09:00 +01:00
Steven Achilles
a8d2a97a72
Merge pull request #3071 from sachilles/upgrade-to-17.9.0
...
Upgrade GitLab CE to 17.9.0
2025-02-22 18:28:39 +01:00
Steven Achilles
2f38d3e57b
Upgrade GitLab CE to 17.9.0
2025-02-22 16:50:33 +01:00
Steven Achilles
21a4cbe882
Merge pull request #3064 from kkimurak/use-official-nginx-repo
...
Use official nginx repository to install nginx
2025-02-22 16:44:22 +01:00
Kazunori Kimura
928fc104d2
Remove default nginx conf after installation
2025-02-21 11:37:04 +09:00
Kazunori Kimura
fc0012a696
Change nginx log format name from main
...
it reports error as it is duplicated
2025-02-21 11:37:04 +09:00
Kazunori Kimura
9dff930f5f
Change path to install nginx configuration
...
Directories such as /etc/nginx/sites-{enabled, available and similar}
are not available for nginx package comes from official nginx repository.
Ubuntu source may create this directory
refer1 : ubuntu distributes nginx with a file "nginx-common.dirs"
which lists these directories
https://git.launchpad.net/ubuntu/+source/nginx/tree/debian/nginx-common.dirs?h=ubuntu/jammy-updates
By default, nginx recognizes configuration files in /etc/nginx/conf.d/
Just change the destination path to install nginx configuration files
2025-02-21 11:37:03 +09:00
Kazunori Kimura
b59c07574f
Use official nginx repository
...
Set a higher priority so that it is used in preference to the
nginx packages provided by the ubuntu repository
2025-02-21 11:37:03 +09:00
Steven Achilles
c079996a8c
Merge pull request #3069 from sachilles/upgrade-to-17.8.2
...
Upgrade GitLab CE to 17.8.2
17.8.2
2025-02-13 06:29:19 +01:00
Steven Achilles
c938f39377
Upgrade GitLab CE to 17.8.2
2025-02-12 23:09:44 +01:00
Steven Achilles
124cce48cc
Merge pull request #3062 from sachilles/upgrade-to-17.8.1
...
Upgrade GitLab CE to 17.8.1
17.8.1
2025-01-23 06:21:01 +01:00
Steven Achilles
f5e2572d7d
Upgrade GitLab CE to 17.8.1
2025-01-22 23:27:15 +01:00
Steven Achilles
24aaedf367
Merge pull request #3059 from sachilles/upgrade-to-17.8.0
...
Upgrade GitLab CE to 17.8.0
17.8.0
2025-01-22 18:55:44 +01:00
Kazunori Kimura
3cac65dd88
use wget | gpg instead of apt-key
...
warning: `apt-key` is deprecated
2025-01-22 17:30:55 +01:00
Steven Achilles
aec6003457
Upgrade GitLab CE to 17.8.0
2025-01-21 22:41:45 +01:00
Steven Achilles
4afd2fe335
Merge pull request #3057 from sachilles/upgrade-to-17.7.1
...
Upgrade GitLab CE to 17.7.1
17.7.1
2025-01-21 22:28:41 +01:00
Steven Achilles
ccd752499a
Upgrade GitLab CE to 17.7.1
2025-01-21 21:25:04 +01:00
Steven Achilles
387f50291e
Merge pull request #3056 from sachilles/upgrade-to-17.7.0
...
Upgrade to 17.7.0
17.7.0
2025-01-21 21:04:03 +01:00
Steven Achilles
6021babd92
Update documentation
2025-01-21 19:27:03 +01:00
Kazunori Kimura
049df9a120
Just use result of $(command -v pg_isready)
...
instead of `find /usr/lib/postgresql -name pg_isready | sort | tail -n1`
for db readiness query command
To solve following error:
find /var/lib/postgresql : No such file or directory
I'm sure the directory is exists so I'm not sure why the error reported
2025-01-20 19:21:09 +01:00
Kazunori Kimura
d7c3997285
remove libyaml-dev from BUILD_DEPENDENCIES
...
Because this is required on runtime
and BUILD_DEPENDENCIES will be removed at the end of installation
Installation of `libyaml-dev` is written in Dockerfile
so additional installation is not reeded
if not, following error reported on runtime
> LoadError: libyaml-0.so.2: cannot open shared object file: No such or directory - /usr/local/lib/ruby/3.2.0/x86_64-linux/psych.so
This is because Ruby 3.2.0 (psych 5.0.0) or later
does not contain libyaml any more
https://github.com/ruby/psych/pull/541
2025-01-20 19:20:04 +01:00
Kazunori Kimura
32b38f464d
delete additional nginx repo
...
as default ppa repository for ubuntu jammy provides
suitable version of nginx ( >= 1.12.1)
2025-01-20 19:19:54 +01:00
Kazunori Kimura
3cde3caf98
update patch 0003-fix_preinstall.mjs-to-avoid-removing-node_modules-dir.patch
...
File updated
No changes to the scripts we want to modify
- Simplify fileURLToPath usage in scripts
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/173402
especially in commit 462273d2ba
first contained in : v17.7.0-ee
2025-01-19 10:18:58 +01:00
Steven Achilles
b95972568a
Change base image from focal to jammy
2025-01-18 23:28:39 +01:00