Commit graph

18 commits

Author SHA1 Message Date
Stan Hu
edbe08f360
Update nodejs to v16.14.0
This matches the update in
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/99215.

This also renames the image from `www-gitlab-com-3.0` to
`www-gitlab-com-ruby-3.0-node-16` to make it possible to roll this
change out properly.
2022-03-07 13:26:17 -08: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
Stan Hu
269a50ae3a Merge branch 'sh-drop-git-2.31-gitaly' into 'master'
Drop Gitaly support for Git v2.31

See merge request gitlab-org/gitlab-build-images!488
2022-02-11 05:29:31 +00:00
Stan Hu
9bdd8b4e85
Drop Gitaly support for Git v2.31
Gitaly now bundles its own version of Git, so this version is really
meant for CI testing. We don't need to support older versions.
2022-02-10 21:12:49 -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
5b160738a9
Use explicit PostgreSQL version for Gitaly images
Currently the Gitaly images install the PostgreSQL version available
to the Debian repository. The support scripts in Praefect currently
depend on specific versions of `psql`, so let's be explicit about the
versions used in the image and install PostgreSQL from the PGDG
repository.
2022-02-10 09:14:02 -08:00
Stan Hu
114463a3bc Merge branch 'vs/bump-nodejs-lts-customersdot' into 'master'
Bump Node.js version to LTS for CustomersDot

See merge request gitlab-org/gitlab-build-images!483
2022-02-10 16:23:35 +00:00
Vitaly Slobodin
e18ed3a95d Bump Node.js version to LTS for CustomersDot 2022-02-10 15:03:05 +03:00
Balasankar 'Balu' C
40d3de5aab Merge branch 'vs/bump-psql-customersdot' into 'master'
Bump PostgreSQL from 9.5 to 10.19 for CustomersDot

See merge request gitlab-org/gitlab-build-images!482
2022-02-10 07:37:54 +00:00
Vitaly Slobodin
7c6935bf5d Bump PostgreSQL from 9.5 to 10.19 for CustomersDot 2022-02-10 07:37:54 +00:00
Stan Hu
27c59b7e27 Update to Debian bullseye 2022-02-10 07:37:01 +00:00
Rémy Coutable
422013d00b
Add triage-ops image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-02-03 15:34:29 +01:00
Vitaly Slobodin
620b53a7a6 Bump Node.js to 14 for CustomersDot images 2022-01-31 09:01:06 +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
94ebd90c7f Properly tag images when building them 2021-12-08 12:44:00 +01: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