Commit graph

30 commits

Author SHA1 Message Date
Andrejs Cunskis
f6beca8712
Add latest chrome version 2022-08-22 12:22:05 +03:00
Andrejs Cunskis
c2838c613d
Add arm64 image build capability 2022-08-21 17:46:24 +03:00
Rémy Coutable
77dac3298b Merge branch 'bump-chrome-103-version' into 'master'
Bump Chrome version 103 to latest revision

See merge request gitlab-org/gitlab-build-images!566
2022-07-06 12:36:13 +00:00
Balasankar "Balu" C
3d05c313ea
Bump Chrome version 103 to latest revision
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-06 17:37:05 +05:30
Balasankar "Balu" C
690bb34f74
Fix build environment detection
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-06 13:10:21 +05:30
Patrick Steinhardt
d87b0be061 gitaly: Stop installing PgBouncer
Gitaly is using PgBouncer in its CI pipelines to verify that Praefect
works alright with this proxy for Postgres. While it was initially using
the PgBouncer binary directly, the project has since migrate to set up
PgBouncer as a service via a separate image in 0e5953177 (ci: Tie in
PgBouncer as a service, 2021-12-03). Since then the PgBouncer executable
is not needed anymore in the image used by Gitaly.

Stop installing PgBouncer and remove the architecture we have to build
and install it.
2022-07-06 07:42:08 +02:00
Stan Hu
2432db6c3f Merge branch 'acunskis-automated-chromedriver-version' into 'master'
Automaticaly fetch chromedriver version based on chrome

See merge request gitlab-org/gitlab-build-images!558
2022-07-05 16:43:08 +00:00
Balasankar "Balu" C
aefa05c7bd
Fix base image detection
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-05 14:55:51 +05:30
Andrejs Cunskis
36b798f72a
Add chrome version 103 2022-07-04 15:25:58 +00:00
Andrejs Cunskis
f71fe0261d
Automaticaly fetch chromedriver version based on chrome 2022-07-04 14:30:33 +00:00
Balasankar "Balu" C
0dea43ac3b
Support using OS other than Debian as base for custom images
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-04 16:30:29 +05:30
Rémy Coutable
ec7e89bd00
Add a way to install Helm
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-06-30 16:28:49 +02:00
Lin Jen-Shin
a00159f06f Add a way to pin RubyGems and pin to 3.2 2022-06-22 00:16:26 +08:00
Andrejs Cunskis
eda1d374d1
Bump bundler version to 2.3.15 2022-06-10 10:45:35 +03:00
Vitaly Slobodin
976d8937de Update Ruby to 2.7.6 2022-05-17 20:39:02 +00:00
Rémy Coutable
08680b0e16 Merge branch 'sh-update-deps' into 'master'
Update Git, Golang, and Chrome versions for GitLab build images

See merge request gitlab-org/gitlab-build-images!539
2022-05-16 10:48:01 +00:00
Balasankar 'Balu' C
1143a7530c Merge branch 'mk-ruby-3.0.4' into 'master'
Bump Ruby 3 images to 3.0.4

See merge request gitlab-org/gitlab-build-images!540
2022-05-13 16:50:13 +00:00
Matthias Käppler
842598cb63 Bump Ruby 3 images to 3.0.4 2022-05-13 16:50:13 +00:00
Balasankar 'Balu' C
95b154eaf7 Merge branch 'vs/drop-nodejs-12' into 'master'
Drop support for Node.js 12

See merge request gitlab-org/gitlab-build-images!535
2022-05-13 10:57:30 +00:00
Stan Hu
1ecac04f87
Update Git, Golang, and Chrome versions for GitLab build images
The Chrome update is needed to match the version bump for QA-related
images:
https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/536
2022-05-12 21:13:36 -07:00
Andrejs Cunskis
9cd59387cd
Update chrome version in images 2022-05-12 13:07:33 +03:00
Andrejs Cunskis
6bfe260f3b Experiment: automatically push built images 2022-05-11 12:56:08 +00:00
Andrejs Cunskis
8b1b51a97c
Correctly set tag for images without minor tools 2022-05-03 14:15:31 +03:00
Andrejs Cunskis
8fff315864
Move custom images to separate major component directories 2022-05-03 13:52:10 +03:00
Kamil Trzciński
ee1bb21ec9 Allow to prefix deployed images into nested
This allows to escape the tag length limit of 128
and better organise images from different architectures
2022-05-02 15:26:47 +02:00
Andrejs Cunskis
9822179497
Set debian and add missing docker for custom build 2022-05-01 22:29:14 +03:00
Andrejs Cunskis
1f15ec8684
Add option to pass custom bundler version 2022-05-01 19:31:13 +03:00
Andrejs Cunskis
06a761ebf6
Update Dockerfile.custom 2022-04-28 19:38:02 +03:00
Stan Hu
27c59b7e27 Update to Debian bullseye 2022-02-10 07:37:01 +00:00
Lukas Eipert
a9cf88c469 Welcome to the matrix
This refactors our custom image building to utilize GitLab parallel jobs
with a matrix.

This makes it easier to parse what kind of matrix we are going to build
in our docker images. Furthermore instead of splitting the image name,
we can simply pull the versions of the tools from the environment
variables.

The ultimative reason: Dogfooding
2021-12-07 12:10:42 +01:00