Commit graph

90 commits

Author SHA1 Message Date
Andrejs Cunskis
9d5972d125
Update pipeline setup 2022-08-22 12:22:07 +03:00
Andrejs Cunskis
f6beca8712
Add latest chrome version 2022-08-22 12:22:05 +03:00
Andrejs Cunskis
941883094a
Save chrome and chromium deb files in package registry 2022-08-22 11:07:08 +03:00
Andrejs Cunskis
fad37f305c
E2E - remove custom git, build latest chrome only 2022-08-21 17:46:26 +03:00
Andrejs Cunskis
10d4555776
Add missing docker login step 2022-08-21 17:46:26 +03:00
Andrejs Cunskis
2dfdfafabb
Increase build timeout and use high cpu runners 2022-08-21 17:46:26 +03:00
Andrejs Cunskis
7417a0b199
Build arm64 e2e test images 2022-08-21 17:46:26 +03:00
Andrejs Cunskis
c2838c613d
Add arm64 image build capability 2022-08-21 17:46:24 +03:00
Stan Hu
099b3517c7 Rename www-gitlab-com image to include Debian version 2022-08-16 05:36:12 +00:00
Lukas 'Eipi' Eipert
552bf21e92 Remove puppeteer base image 2022-08-01 13:26:06 +00:00
Chad Woolley
c259961ce2 Create Dockerfile.gitlab-vscode-nodeless 2022-07-28 02:45:10 -07:00
Rémy Coutable
d7eb085b57 Merge branch 'add-chrome-103-variants-of-gitlab-images' into 'master'
Add Chrome 103 variant of GitLab images

See merge request gitlab-org/gitlab-build-images!567
2022-07-06 18:04:12 +00:00
Balasankar 'Balu' C
818eb50d5e Add Chrome 103 variant of GitLab images 2022-07-06 18:04:12 +00:00
Balasankar "Balu" C
eb9aa3a239
Bump Golang version in Gitaly UBI image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-06 22:49:13 +05:30
Balasankar "Balu" C
67adad0f40
Add UBI variants of Gitaly images
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-06 13:17:18 +05:30
Patrick Steinhardt
54aeca3308 gitaly: Update Git version to v2.36.0
Update the Git version to v2.36.0. While Gitaly doesn't rely on the Git
version at all anymore, it feels like the right thing to do to update it
to something more current than v2.33.0.
2022-07-06 07:47:43 +02:00
Patrick Steinhardt
2e13e8067c gitaly: Remove Postgres client from Gitaly images
We're currently building Gitaly images with three different Postgres
versions. Ultimately though, Gitaly doesn't need Postgres installed in
its images at all: the Postgres server is tied in as a service, and the
only CI job that uses the the Postgres client is using a different image
anyway. One part that had been using the Postgres client in the past was
the logic to wait for Postgres to come up. But this has been migrated to
instead rely on the health-checking logic provided by CI services in
f89ffa3dc (ci: Stop waiting for Postgres manually, 2022-06-14)

Stop installing Postgres in Gitaly images to reduce the number of images
built.
2022-07-06 07:44:37 +02:00
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
Balasankar 'Balu' C
a1a1f04366 Merge branch 'pks-gitaly-go-1.18' into 'master'
gitaly: Bump Go version to v1.17 and v1.18

See merge request gitlab-org/gitlab-build-images!561
2022-07-06 05:38:40 +00: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
0be1477779
Bump Docker version used in CustomerDot images to 20.10.14
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-05 16:41:15 +05:30
Patrick Steinhardt
daf72c752a gitaly: Bump Go version to v1.17 and v1.18
Gitaly is in the process of migrating to Go v1.18 and has recently
dropped support for v1.17. Adjust the Go versions of the Gitaly images
accordingly.
2022-07-05 09:36:05 +02: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
Andrejs Cunskis
5f2622450a Use image from GitLab registry by default for build image in ci 2022-07-01 17:25:14 +00:00
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
Rémy Coutable
345189653e Merge branch 'tnir-deprecate-gitlab-charts-build-base-helm-3' into 'master'
Deprecate gitlab-charts-build-base-helm-3 (Helm 3.4) image tag

Closes #107

See merge request gitlab-org/gitlab-build-images!552
2022-06-22 09:25:56 +00:00
Lin Jen-Shin
a00159f06f Add a way to pin RubyGems and pin to 3.2 2022-06-22 00:16:26 +08:00
Takuya Noguchi
495dbe57f0 Deprecate gitlab-charts-build-base-helm-3 (Helm 3.4) image tag
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-21 07:24:37 +00:00
Takuya Noguchi
723b1f7f5f Deprecate :alpine-helm image tag
That image includes:

- Alpine 3.11 (EOL)
- Ruby 2.4 (EOL)

These repos have been using this tag:

- https://gitlab.com/gitlab-org/gitlab-omnibus-builder
   - https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/merge_requests/226
- https://gitlab.com/gitlab-org/charts/auto-deploy-app
   - Deprecated and https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image is not using that tag

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2022-06-15 06:28:57 +00:00
Andrejs Cunskis
0315c15294
Fix extend statement 2022-05-24 19:17:47 +03:00
Andrejs Cunskis
3272152b6d
Retire custom qa images 2022-05-24 19:15:45 +03:00
Andrejs Cunskis
41e842d004
Add e2e images for all qa usecases 2022-05-24 19:14:50 +03:00
Vitaly Slobodin
2c4820651e Pin Ruby image for CustomersDot to minor versions instead of patch versions 2022-05-23 09:46:24 +00:00
Andrejs Cunskis
7e2f897d6c
Extract common versions 2022-05-17 15:06:27 +03:00
Andrejs Cunskis
1f350b34f9
Add slim docker image 2022-05-17 15:06:27 +03:00
Aleksei Lipniagov
06f9755d34 Build e2e images with Ruby 3 2022-05-16 17:22:43 +02: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
Rémy Coutable
e3bce44a84 Merge branch 'template-update' into 'master'
Update default mr template

See merge request gitlab-org/gitlab-build-images!537
2022-05-16 10:37:37 +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
3ce6b02757
Update default mr template 2022-05-12 13:09:48 +03:00
Andrejs Cunskis
9cd59387cd
Update chrome version in images 2022-05-12 13:07:33 +03:00
Rémy Coutable
8fa73e9819 Merge branch 'acunskis-experiment-auto-push' into 'master'
Experiment: automatically push built images

Closes #105

See merge request gitlab-org/gitlab-build-images!530
2022-05-11 12:56:09 +00:00
Andrejs Cunskis
6bfe260f3b Experiment: automatically push built images 2022-05-11 12:56:08 +00:00
Ben Bodenmiller
36fcb51a0d Fix Default templates source 2022-05-10 18:35:30 +00:00
Ben Bodenmiller
2771444e0d List source of Default templates 2022-05-10 09:01:26 +00:00
DJ Mountney
ac06850fe3 Add a newer version of Helm for the charts base images. 2022-05-09 04:00:30 +00:00
Balasankar "Balu" C
aeb97b5387
Add back Debian bullseye image for omnibus specs
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-05-05 22:03:52 +05:30
Andrejs Cunskis
8fff315864
Move custom images to separate major component directories 2022-05-03 13:52:10 +03:00
Rémy Coutable
779a199009 Merge branch 'buildkit-inline-cache' into 'master'
Use buildkit and inline cache to speed up builds

See merge request gitlab-org/gitlab-build-images!526
2022-05-02 12:49:43 +00:00