Commit graph

28 commits

Author SHA1 Message Date
Andrejs Cunskis
8650f9a4e4
Update chrome version to 108 2023-01-06 11:01:12 +02:00
Lukas Eipert
8af15e7962 Add node@18 to the build matrix for the GitLab image
See: https://gitlab.com/gitlab-org/gitlab/-/issues/385512
2022-12-13 11:00:22 +01:00
Hannes Moser
2001e1f9f1
Add Rust lang 2022-11-30 10:22:35 +01:00
Andrejs Cunskis
22154087ee
Update chrome installation and version 2022-10-30 19:40:10 +02:00
Kamil Trzciński
f6a1f0e63f Build arm64 images by default and additionally do not require docker buildx for simple builds 2022-10-28 07:38:23 +00:00
Andrejs Cunskis
ed1776761c
Update chrome versions
Bump version in kas images
2022-10-05 10:03:50 +03:00
Stan Hu
daa5d8c725 Update to Go v1.18.6 and v1.19.1 2022-09-26 17:09:19 +00:00
Balasankar 'Balu' C
818eb50d5e Add Chrome 103 variant of GitLab images 2022-07-06 18:04:12 +00:00
Andrejs Cunskis
36b798f72a
Add chrome version 103 2022-07-04 15:25:58 +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
dfe1c77e56
Add a job to build Review App related images
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
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
6bfe260f3b Experiment: automatically push built images 2022-05-11 12:56:08 +00:00
Stan Hu
7f87b2eb16
Drop Debian buster and Git v2.31 builds in GitLab images
Debian bullseye and Git v2.33 are the default now, so we have no need
for these older versions.
2022-04-25 21:22:03 -07:00
Rémy Coutable
3fc2d174e7
Build GitLab image with buster as well
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-22 16:10:38 +01:00
Rémy Coutable
73ac2428a2
Introduce dedicated deploy stages for gitlab, gitlab-assets, and gitaly images
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-22 11:23:30 +01:00
Rémy Coutable
d389b1068d
Stop building images with Node 14.15
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-22 11:23:02 +01:00
Rémy Coutable
11df180825
Add support for Chrome 94 in GitLab images
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-17 17:53:10 +01:00
Rémy Coutable
54900fc18d
Update to Chrome 99
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-16 19:07:39 +01:00
Lukas Eipert
ce4f19b5aa Create node v16 versions of our build images 2022-02-21 14:27:04 +01:00
Stan Hu
1cb45d0cab
Downgrade to Chrome 97
Chrome 98 has a bug with sending control keys that is breaking our
keyboard shortcut tests:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999

Prune older Chrome entries as we no longer need them.
2022-02-11 00:45:16 -08:00
Balasankar 'Balu' C
3e1c3957f6 Merge branch 'sh-update-debian-bullseye-assets-image' into 'master'
Update GitLab compile assets images to bullseye

See merge request gitlab-org/gitlab-build-images!485
2022-02-11 04:18:02 +00:00
Stan Hu
45f5560da3 Update GitLab compile assets images to bullseye 2022-02-11 04:18:02 +00:00
Stan Hu
122e14854a
Update to Chrome 98
Chrome 89 does not support Debian bullseye.
2022-02-10 12:29:35 -08:00
Stan Hu
27c59b7e27 Update to Debian bullseye 2022-02-10 07:37:01 +00:00
Stan Hu
e94fd5db83
Add Go 1.17 to GitLab images building
We can also drop Git v2.31 now since v2.33 is the default.
2021-12-10 08:39:45 -08: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