Kazunori Kimura
Kazunori Kimura
I think it's ok to remove old PostgreSQL clients. In addition to release notes, how about displaying a warning (or terminating with an error) if the minimum and maximum version...
Mostly duplicate of #2803, but this PR contains additonal `arm` architecture support (previously `arm64` and `x86_64`)
Could not reproduced but found similar issue on upstream : https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/9408
Backport MR for 18.5.x merged: [gitlab-org/gitlab!211524](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/211524) and 18.5.2 or later contains the merge commit [gitlab-org/gitlab@1bc2e087](https://gitlab.com/gitlab-org/gitlab/-/commit/1bc2e0877cf7ea07c79832ca47ed064c8019ea2b)). Do they work for you?
For your information: An issue that occurs when running sameersbn/gitlab on a Synology NAS (`failed to get urandom`) has reported #2872 and fixed by #2897, applied to v16.8.2 or later...
Yes, it has no effect. `gitlab.yml` will be updated and overwritten by `entrypoint.sh` on every container startup. You can pass parameters as argument of `docker run` (or set in `docker-compose.yml`)...
@tonyjia87 Source-installed gitlab does not contain prometheus so we need to [build it by ourselves](https://gitlab.com/gitlab-org/gitlab/-/blob/90da9d5949a770cce174b742f8e07213d020f4f4/config/gitlab.yml.example#L1229-1234). And, unfortunately, this docker image seems to not provide that feature. See #1019, #1082 and...
@tonyjia87 just for a reminder, please close this issue if you found answer
@ss89 1. Can you explain more detail in which part of gitlab doesn't work for you? If about prometheus, I'm not using monitoring feature so providing my config might not...
@th-2021 Thanks, I cherry-picked 4a4c484 . For `GITLAB_AGENT_BUILTIN_KAS_ENABLED` removal, I'm not sure. Some people may want to continue using the existing KAS and connect it to `sameersbn/gitlab` (although I can't...