- Jul 18, 2022
-
-
JiHu Release Tools Bot authored
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Workhorse: reduce ubi8 size by relocating chown/chgrp See merge request gitlab-org/build/CNG!1065
-
Jason Plum authored
-
- Jul 15, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Bump container registry to v3.51.1 See merge request gitlab-org/build/CNG!1073
-
João Pereira authored
-
- Jul 12, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update gitlab-org/gitlab-exporter from 11.16.0 to 11.17.1 See merge request gitlab-org/build/CNG!1072
-
- Jul 11, 2022
-
-
deps authored
-
vincent_stchu authored
-
- Jul 08, 2022
-
-
DJ Mountney authored
Workhorse: remove unbound variables flag See merge request gitlab-org/build/CNG!1071
-
Jason Plum authored
-
Jason Plum authored
Use config file for Workhorse listeners See merge request gitlab-org/build/CNG!1057
-
Hossein Pursultani authored
-
Balasankar 'Balu' C authored
Enable rails metrics handling in our dev docker-compose environment See merge request gitlab-org/build/CNG!1067
-
DJ Mountney authored
-
Jason Plum authored
config: Remove mentions of deprecated `self_signed_cert` config See merge request gitlab-org/build/CNG!1069
-
Patrick Steinhardt authored
-
Jason Plum authored
Bump GitLab Exporter version to 11.17.1 See merge request gitlab-org/build/CNG!1070
-
Balasankar 'Balu' C authored
-
- Jul 06, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Bump container registry to v3.51.0 See merge request gitlab-org/build/CNG!1068
-
João Pereira authored
-
vincent_stchu authored
-
- Jul 05, 2022
-
-
DJ Mountney authored
Add gitlab-metrics-exporter build definitions See merge request gitlab-org/build/CNG!967
-
Matthias Käppler authored
-
- Jun 30, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Fix DISABLE_PUMA_WORKER_KILLER check See merge request gitlab-org/build/CNG!1042
-
Matthias Käppler authored
Changelog: fixed
-
Balasankar 'Balu' C authored
Reinstall Ruby grpc gem with system OpenSSL for FIPS builds See merge request gitlab-org/build/CNG!1061
-
- Jun 29, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Update UBI to 8.6 See merge request gitlab-org/build/CNG!1033
-
Jason Plum authored
Changelog: changed
-
- Jun 27, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Fix owner of public/uploads directory in UBI-8 Sidekiq image See merge request gitlab-org/build/CNG!1063
-
- Jun 24, 2022
-
-
Stan Hu authored
The owner of the `public/uploads` directory on the `gitlab-sidekiq-ee` UBI-8 image was owned by `root` instead of `git`. The directory was being created via `mkdir -p public/uploads`, but the owner was never set properly in the `gitlab-rails` `Dockerfile`. It was set properly on `gitlab-webservice-ee`, however. Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3370 Changelog: fixed
-
- Jun 23, 2022
-
-
Stan Hu authored
A Ruby platform install of gRPC leaves several hundred megabytes of unnecessary data. We can remove much of this data. This matches what we do in Omnibus (in `config/projects/gitlab.rb`).
-
Stan Hu authored
This is needed to compile the gprc gem.
-
Stan Hu authored
By default, the Ruby grpc gem installs itself as a native gem and bundles its own copy of BoringSSL. BoringSSL is a fork of OpenSSL, and while there are FIPS-validated versions available, a BoringSSL FIPS library is not generally available. However, we can ensure FIPS compliance by building and linking against the system OpenSSL. Unfortunately, the gRPC upstream has not made it possible to configure the Ruby compilation options (https://github.com/grpc/grpc/pull/27881). To work around this, we patch the Ruby `extconf.rb` to link against the system OpenSSL. This commit: 1. Determines which grpc gems have been installed in the system. 2. Uninstalls all versions. Note that it's possible to install the same version with both the Ruby and x86 native platforms. 3. For each version, download the gem, patch it with the handy `gem-patch` tool, and reinstall the patched gem. Related Omnibus merge request: https://gitlab.com/gitlab-org/omnibus-git...
-