- Mar 28, 2025
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
JH_CNG_SYNC_TOKEN authored
-
Andrew Patterson authored
Refactor: Specify platform of assets image See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2297 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Jason Plum authored
Specify the `TARGETPLATFORM` for the `ASSETS_IMAGE`, as upstream manifest format has changed. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/185390/diffs#note_2421038358 Short: upstream assets compilation switch from kaniko to docker-buildx resulting in a change in manifest format. That format results in complaints from the api clients, due to specification of platform. We work around this by explicitly pulling the platform of that image as it is only built once.
-
JH_CNG_SYNC_TOKEN authored
-
- Mar 27, 2025
-
-
Robert Marshall authored
CI: Use gcr mirror in DinD See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2292 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
Update pipelines to use Docker in Docker from the Google Container Registry instead of Docker Hub.
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Add ability to disable image tagging Closes gitlab-org/quality/analytics/team#51 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2289 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Andrejs Cunskis authored
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Include Go version in calculation of Gitaly CONTAINER_VERSION Closes #2169 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2294 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Jason Plum authored
Include UBI_DIGEST in calculation of CONTAINER_VERSION for gitlab-ubi-builder Closes #2165 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2284 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Kang Liu authored
-
Balasankar "Balu" C authored
Gitaly is built using Go, and uses Go image as one of the inputs. So, if Go version changes, we do need cache to be invalidated, and rebuild Gitaly image to be rebuilt using the new version. Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
- Mar 26, 2025
-
-
JH_CNG_SYNC_TOKEN authored
-
- Mar 25, 2025
-
-
Jason Plum authored
Puma: Allow to bind IPv6 interfaces See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2189 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Jason Plum authored
Update moby/buildkit Docker tag to v0.20.2 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2291 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dustin Collins <714871-dustinmm80@users.noreply.gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
Suleimi Ahmed authored
Update dependency gitlab-org/container-registry to v4.19.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2290 Merged-by:
Suleimi Ahmed <sahmed@gitlab.com> Approved-by:
Suleimi Ahmed <sahmed@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Mar 24, 2025
-
-
GitLab Renovate Bot authored
Changelog: changed
-
GitLab Renovate Bot authored
Changelog: changed
-
JH_CNG_SYNC_TOKEN authored
-
Andrew Patterson authored
Update dependency gitlab-org/container-registry to v4.18.0-gitlab See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2271 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Clemens Beck authored
Allow to bind IPv6 interfaces with puma by setting the `BIND_IP6` environment variable to true. By default, the IPv4 interfaces are bound. This allows to configure the webservice image for IPv6 single stack setups. Relates https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2778
-
Kang Liu authored
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Extract image container version calculation logic to separate script See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2267 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Lucas Li <lli@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Andrejs Cunskis <acunskis@gitlab.com> Reviewed-by:
Lucas Li <lli@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Andrejs Cunskis authored
-
- Mar 21, 2025
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
UBI: Dockerfile.ubi touchups 2025-03-19 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2277 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Jason Plum <jplum@gitlab.com>
-
Kang Liu authored
-
- Mar 20, 2025
-
-
Dmitry Gruzd authored
Update zoekt v0.10.4 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2280 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Ravi Kumar <rkumar@gitlab.com>
-
Ravi Kumar authored
-
- Mar 19, 2025
-
-
Andrew Patterson authored
Enable cache for UBI Build images See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2247 Merged-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Jason Plum authored
Add `AS final` to final stages in `Dockerfile.ubi` Supplement `microdnf upgrade` in `kubectl` image.
-
Balasankar 'Balu' C authored
Update dependency redis-client to v0.24.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/2250 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-