3943 Commits

Author SHA1 Message Date
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
Steven Achilles
0b94553264 Upgrade GitLab CE to 17.7.0 2025-01-18 23:19:05 +01:00
Steven Achilles
fe057452e0
Merge pull request #3054 from sachilles/upgrade-to-17.6.3
Upgrade GitLab CE to 17.6.3
17.6.3
2025-01-18 19:15:55 +01:00
Steven Achilles
6a2e2356c7 Upgrade GitLab CE to 17.6.3 2025-01-18 18:22:08 +01:00
Steven Achilles
e76cae849f
Merge pull request #3053 from sachilles/upgrade-to-17.6.2
Upgrade GitLab CE to 17.6.2
17.6.2
2025-01-18 18:18:34 +01:00
Patrick Remy
e69b6250f7 Upgrade GitLab CE to 17.6.2 2025-01-18 17:21:33 +01:00
Steven Achilles
ba6fd4dced
Merge pull request #3050 from sachilles/upgrade-to-17.6.1
Upgrade GitLab CE to 17.6.1
17.6.1
2025-01-18 17:20:22 +01:00
Steven Achilles
a7c29209ca Upgrade GitLab CE to 17.6.1 2025-01-18 16:29:33 +01:00
Steven Achilles
4f977feac7
Merge pull request #3049 from th-2021/circleci-update
Circleci update
17.6.0
2025-01-17 23:46:03 +01:00
Thomas Hiller
1b0604aa6e fix Dockerfile name 2025-01-14 17:25:55 +01:00
Thomas Hiller
98235b9d09 set larger resource class; change to buildx; all for th-2021 2025-01-14 17:20:21 +01:00
Steven Achilles
76dad78124
Merge pull request #3035 from sachilles/upgrade-to-17.6.0
Upgrade GitLab CE to 17.6.0
2024-11-23 10:58:46 +01:00
Steven Achilles
41ad9da1b2 Upgrade GitLab CE to 17.6.0 2024-11-22 23:05:01 +01:00
Steven Achilles
cace97aecc
Merge pull request #3034 from sachilles/upgrade-to-17.5.2
Upgrade GitLab CE to 17.5.2
17.5.2
2024-11-14 22:37:08 +01:00
Steven Achilles
87761d553e Upgrade GitLab CE to 17.5.2 2024-11-14 21:06:00 +01:00
Steven Achilles
a79f284407
Merge pull request #3028 from sachilles/upgrade-to-17.5.1
Upgrade GitLab CE to 17.5.1
17.5.1
2024-10-26 07:11:25 +02:00
Steven Achilles
3b310bcd41 Upgrade GitLab CE to 17.5.1 2024-10-25 18:06:00 +02:00
Steven Achilles
8ce157eb52
Merge pull request #3027 from datailor-fr/f/3010-fix-ssl-issue
fix(#3010) Add symbolic link to the correct location of ca-cert file
2024-10-25 17:56:52 +02:00
yam
199070bec9 fix(#3010) Add symbolic link to the correct location of ca-cert file 2024-10-24 10:02:49 +02:00
Steven Achilles
287e698b24
Merge pull request #3026 from sachilles/upgrade-to-17.5.0
Upgrade GitLab CE to 17.5.0
17.5.0
2024-10-18 20:00:38 +02:00
Steven Achilles
94a616c741 Upgrade GitLab CE to 17.5.0 2024-10-18 18:03:00 +02:00
Steven Achilles
0ab6200bd9
Merge pull request #3023 from sachilles/upgrade-assets-to-17.4.2
Upgrade golang and baseimage
17.4.2
2024-10-11 16:07:51 +02:00
Steven Achilles
db212908ec Upgrade golang and baseimage 2024-10-10 19:57:54 +02:00
Steven Achilles
2ecbbbe163
Merge pull request #3020 from fusselkater/master
[GitLab Critical Patch Release] Upgrade GitLab CE to 17.4.2
2024-10-10 19:54:21 +02:00