Vitaly Slobodin
02d4fac483
Bump Postgres to 12 for CustomersDot
2023-03-17 10:02:54 +01:00
Vitaly Slobodin
153ff3c2cf
Bump Google Chrome in KAS from 107 to 111
2023-03-17 09:41:05 +01:00
Vitaly Slobodin
b28ccd8306
Add Google Chrome 111
2023-03-17 09:40:39 +01:00
Vitaly Slobodin
dc40eb856c
Remove Google Chrome 108
2023-03-17 09:38:58 +01:00
Vitaly Slobodin
6bfdad143f
Remove Google Chrome 107
2023-03-17 09:38:50 +01:00
Vitaly Slobodin
a76708ffe9
Remove Google Chrome 106
2023-03-17 09:38:42 +01:00
Stan Hu
20172e1246
Merge branch 'golang-19-7' into 'master'
...
Update golang patch versions to 1.19.7 and 1.18.10
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/655
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: DJ Mountney <dj@gitlab.com>
2023-03-15 19:36:16 +00:00
DJ Mountney
51836b61e6
Update golang patch versions to latest
...
- Also drop the 1.17 version. Nothing using it anymore.
2023-03-15 18:31:03 +00:00
Stan Hu
b4b2d5d108
Merge branch 'alexives-add-gitlab-14-build' into 'master'
...
Replace pg11 with pg14 gitlab images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/659
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Alex Ives <aives@gitlab.com>
2023-03-15 14:38:32 +00:00
Balasankar 'Balu' C
721134d37f
Merge branch 'add-golangci-lint-v1.51' into 'master'
...
Add golangci-lint version 1.51
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/654
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Mirko Grönroos <mirko.gronroos@verkkokauppa.com>
2023-03-15 10:03:30 +00:00
Alex Ives
01704b7962
Update file gitlab.images.yml
2023-03-15 00:59:35 +00:00
Stan Hu
71a2a7cfa8
Merge branch 'sh-update-ruby-3.1-and-3.2' into 'master'
...
Add Ruby 3.1 and 3.2 to e2e images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/658
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
2023-03-12 16:32:53 +00:00
Stan Hu
339f963bf6
Add Ruby 3.1 and 3.2 to e2e images
2023-03-12 08:35:12 -07:00
Balasankar 'Balu' C
b5448b8540
Merge branch 'sh-fix-danger' into 'master'
...
Fix Danger job failing due to missing NODE_INSTALL_VERSION
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/657
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Stan Hu <stanhu@gmail.com>
2023-03-12 05:27:44 +00:00
Stan Hu
0e513f4d08
Fix Danger job failing due to missing NODE_INSTALL_VERSION
...
https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/651
removed the argument handling in `scripts/install-node`, but this
led to a build failure in https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/3916618504
since `NODE_INSTALL_VERSION` is not always exported. We restore
the parsing of the arguments, but leave out the default values.
2023-03-11 17:23:12 -08:00
Stan Hu
6cb9ebafe9
Merge branch 'sh-add-ruby-3.1' into 'master'
...
Add Ruby 3.1 to build
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/653
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
2023-03-10 19:41:45 +00:00
Mirko Grönroos
6376b7b9de
Add golangci-lint version 1.51
2023-03-10 12:38:32 +02:00
Balasankar 'Balu' C
2782aa93d6
Merge branch 'andrey-remove-high-cpu' into 'master'
...
Remove high-cpu tag
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/652
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
2023-03-10 05:24:30 +00:00
Stan Hu
fb6c042b8a
Drop Chrome 106 from the builds
...
Chrome 109 appears to be the default, so let's stick with that.
2023-03-08 14:16:24 -08:00
Stan Hu
7cd47b00a8
Bump Ruby 3.2 version to 3.2.1
2023-03-08 14:12:04 -08:00
Stan Hu
a8f2113955
Add Ruby 3.1 to build
...
Ruby 3.2 contains a number of kwargs fixes, and Rails 7 may be a
prerequisite for Ruby 3.2. We'll want to test and deploy Ruby 3.1
before jumping to 3.2.
Ruby 3.1 requires at least rubygems v3.1.3. Let's just bump
everything to 3.4, and consolidate the Ruby 3.2 build.
2023-03-08 14:12:00 -08:00
Andrejs Cunskis
d2b0eb7da6
Remove high-cpu tag
2023-03-08 12:03:27 +01:00
Balasankar 'Balu' C
c35f4e8749
Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image-again' into 'master'
...
Add new Ruby 3.2 version of www-gitlab-com Docker image
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/651
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Evan Read <eread@gitlab.com>
2023-03-07 03:57:18 +00:00
Evan Read
0401bbf92f
Add new Ruby 3.2 version of www-gitlab-com Docker image
2023-03-07 03:57:18 +00:00
Balasankar 'Balu' C
9639313abf
Merge branch 'remove-ginkgo-v1-from-operator-build' into 'master'
...
Remove ginkgo v1 from operator build base
Closes gitlab-org/cloud-native/gitlab-operator#411
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/640
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Clemens Beck <cbeck@gitlab.com>
2023-03-06 09:26:23 +00:00
Balasankar 'Balu' C
7cd2352be6
Merge branch 'vs/add-ruby-3-for-customersdot' into 'master'
...
Add Ruby 3 support for CustomersDot images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/647
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Reviewed-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
2023-03-06 07:01:04 +00:00
Vitaly Slobodin
8057d62fe2
Add Ruby 3 support for CustomersDot images
2023-03-06 07:48:46 +01:00
Balasankar 'Balu' C
7fd2ce6505
Merge branch 'revert-44f96ad8' into 'master'
...
Revert "Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image' into 'master'"
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/650
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Evan Read <eread@gitlab.com>
2023-03-06 06:30:07 +00:00
Evan Read
5a1ee91e9d
Revert "Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image' into 'master'"
2023-03-06 06:30:06 +00:00
Balasankar 'Balu' C
44f96ad883
Merge branch 'eread/add-ruby-3_2-www_gitlab_com-image' into 'master'
...
Add Ruby 3.2 version of www-gitlab-com Docker image
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/646
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Matthias Käppler <mkaeppler@gitlab.com>
Approved-by: Lauren Barker <lbarker@gitlab.com>
Approved-by: Rémy Coutable <remy@rymai.me>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Evan Read <eread@gitlab.com>
2023-03-06 05:54:14 +00:00
Evan Read
b5cc37433d
Add Ruby 3.2 version of www-gitlab-com Docker image
2023-03-06 05:54:13 +00:00
Stan Hu
1f51a02893
Merge branch 'andrey-bump-docker-version' into 'master'
...
Update docker version in CI to 23.0.1
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/648
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
2023-03-02 15:09:14 +00:00
Rémy Coutable
ebf8e329f2
Merge branch 'andrey-add-latest-chrome' into 'master'
...
Add chrome 110 and update e2e images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/649
Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
2023-03-02 12:59:38 +00:00
Andrejs Cunskis
2fc03ac832
Add chrome 110 and update e2e images
2023-03-02 10:53:49 +01:00
Andrejs Cunskis
d85bdc454a
Update docker version in CI to 23.0.1
2023-03-02 10:29:15 +01:00
Stan Hu
66ca240929
Merge branch 'andrey-bump-docker-buildx' into 'master'
...
Update docker engine and remove manual buildx installation
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/642
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Lin Jen-Shin <jen-shin@gitlab.com>
Reviewed-by: Lin Jen-Shin <jen-shin@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
2023-02-28 07:39:52 +00:00
Andrejs Cunskis
cf020e0aa6
Add back apt/lists rm
2023-02-22 07:27:46 +09:00
Andrejs Cunskis
171e9fc93f
Add gdk base image
...
Remove graphicsmagic
Add ruby
Add git and git-lfs
Bump rubygems version
2023-02-20 13:28:09 +09:00
Andrejs Cunskis
6994bdfc9c
Remove specific buildx versions
2023-02-14 06:08:39 +09:00
Andrejs Cunskis
41165c16ff
Install docker and buildx using official instructions
2023-02-14 06:08:37 +09:00
Andrejs Cunskis
65485241a6
Bump to latest patch version
2023-02-14 05:55:00 +09:00
Andrejs Cunskis
96f2c92812
Fix version regex
2023-02-14 05:27:40 +09:00
Balasankar 'Balu' C
adf22e713a
Merge branch 'golangci-lint-tag-upstream-version' into 'master'
...
Add golangci-lint version to image tag
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/643
Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Clemens Beck <cbeck@gitlab.com>
2023-02-10 05:26:03 +00:00
Clemens Beck
9dc2b4f3d8
Add golangci-lint version to image tag
2023-02-09 13:44:11 +01:00
Stan Hu
0e6f67364c
Merge branch 'pks-gitaly-ubi-golang-1.19' into 'master'
...
gitaly: Build UBI images with Go 1.19
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/606
Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Reviewed-by: Patrick Steinhardt <psteinhardt@gitlab.com>
Co-authored-by: DJ Mountney <dj@gitlab.com>
Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
2023-02-08 22:04:48 +00:00
DJ Mountney
bbca5a7fb9
Updated golang 1.19 build steps for ubi fips golang builds
2023-02-08 13:16:42 -08:00
Patrick Steinhardt
d5dee4e6e4
gitaly: Build UBI images with Go 1.19
...
We only build Gitaly's UBI images with Go 1.18, but Gitaly is about to
start supporting Go 1.19. Build images for both versions so that Gitaly
can upgrade their CI jobs to test with both versions.
2023-02-08 13:16:39 -08:00
Andrejs Cunskis
0bb119ff84
Update docker and buildx versions
2023-02-08 19:13:35 +01:00
Rémy Coutable
61c56290ab
Merge branch 'andrey-add-chrome-109-gitlab' into 'master'
...
Add chrome 109 to rest of the images
See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/641
Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
2023-02-08 14:20:30 +00:00
Andrejs Cunskis
0fd4444217
Add chrome 109 to gitlab images
2023-02-07 21:01:03 +01:00