Commit graph

58 commits

Author SHA1 Message Date
John Mason
7d539ca0c0 Add zoekt-ci-image-1.7 2024-02-07 14:25:11 +00:00
Clemens Beck
eb85da3b71
Add Go 1.21 Operator build image
Adds a new Operator build image with Go 1.21 and the Operator
tools. The 1.20 image remains for now for possible backport
to stable branches.

Relates https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/issues/1500
2024-01-31 14:44:53 +01:00
Enrique Alcántara
f6bdb4bbd6 Create gitlab-vscode-build image 2024-01-25 16:59:07 +00:00
Terri Chu
5fa1b0d8f5 Add a new zoekt image version with updated SHA 2024-01-23 19:50:05 +00:00
Dmitry Gruzd
08a2884e3c Fix Zoekt CI image. Bump to v1.5 2023-11-29 17:13:00 +00:00
Balasankar 'Balu' C
3287d15463 Merge branch 'add-zoekt-ci-image-1-4' into 'master'
Add zoekt-ci-image-1.4

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/751

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Dmitry Gruzd <dgruzd@gitlab.com>
2023-11-29 06:35:21 +00:00
Dmitry Gruzd
117474104b Add zoekt-ci-image-1.4 2023-11-29 06:35:21 +00:00
Ismael Posada Trobo
d74c76029d Bump minimum default version for Helm to 3.9.4 2023-11-29 06:34:48 +00:00
iposadat
3dc943f331 Bump Ruby image to 3.1 and Helm version to 3.9.4 2023-11-17 23:29:23 +01:00
Clemens Beck
22d3a48b67 Remove Go 1.18 Operator build image 2023-10-31 05:33:53 +00:00
John Mason
aa2f1affe3 Update Dockerfile.zoekt-ci-image-1.2 2023-09-14 18:57:08 +00:00
David Dieulivol
3c6031353e Revert "Merge branch 'vs/test-apollo-aarch64' into 'master'"
This reverts merge request !711
2023-08-21 14:27:41 +00:00
Vitaly Slobodin
835f5db481 Add aarch64 build of apollo image 2023-08-21 13:06:11 +00:00
Mitchell Nielsen
03b2eac128 Operator: update dependencies for Go 1.20 2023-08-05 02:02:19 +00:00
Dmitry Gruzd
2b6889b17c Add new zoekt-ci-image 2023-07-06 19:42:40 +00:00
Balasankar "Balu" C
2d34adc095
Add Redis Cluster 7.0.11 image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2023-07-03 10:23:00 +05:30
Dmitry Gruzd
1101f8b81d Add zoekt-ci-image v1.1 2023-06-01 13:48:46 +02:00
Sylvester Chin
bc24429310 Add redis-cluster-6.2.12 image for CI pipeline 2023-05-19 12:06:27 +08:00
Leonardo Rosa
3d5fed6423 Adds a PG15 pgvector build image variant 2023-05-02 22:05:21 -03:00
Stan Hu
d9c3090c6e Merge branch 'ud/golangci-new-tag' into 'master'
Add golangci-lint version 1.52

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/674

Merged-by: Stan Hu <stanhu@gmail.com>
Approved-by: Stan Hu <stanhu@gmail.com>
Reviewed-by: Vasilii Iakliushin <viakliushin@gitlab.com>
Co-authored-by: Udayan Joshi <udayan@theom.ai>
2023-04-21 17:15:10 +00:00
Udayan Joshi
1e4b163d65 Add golangci-lint version 1.52 2023-04-21 17:15:10 +00:00
Dmitry Gruzd
da2ea3bf11 Add postgres-pgvector images 2023-04-21 13:22:06 +02:00
Mirko Grönroos
6376b7b9de Add golangci-lint version 1.51 2023-03-10 12:38:32 +02:00
Evan Read
0401bbf92f Add new Ruby 3.2 version of www-gitlab-com Docker image 2023-03-07 03:57:18 +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
Evan Read
b5cc37433d Add Ruby 3.2 version of www-gitlab-com Docker image 2023-03-06 05:54:13 +00:00
Clemens Beck
9dc2b4f3d8
Add golangci-lint version to image tag 2023-02-09 13:44:11 +01:00
Dylan Griffith
e718f9a294 Change zoekt-ci-image to be versioned zoekt-ci-image-1.0
Per
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108937#note_1257390002

This renames `zoekt-ci-image` so that we can have a versioned
`zoekt-ci-image-1.0`. This will allow us to make changes and bump the
version if we end up with breaking changes.

This still targets a fork of Zoekt because we're waiting on
[1 more PR](https://github.com/sourcegraph/zoekt/pull/496)
to be merged before we can target the main repository. At this point
we'll change the cloning command and check out a stable SHA or tag from
the main repo rather than tracking a branch like this is doing now.
2023-01-31 12:02:15 +11:00
Rémy Coutable
684f0ce8ef
ci: Only build custom images that need to be rebuilt
Signed-off-by: Rémy Coutable <remy@rymai.me>
2023-01-25 19:05:07 +01:00
Dylan Griffith
896be72570 Add zoekt-ci-image 2023-01-24 12:31:04 +11:00
Stan Hu
a34c61451f
Update gitlab-operator URL
It has moved to
https://gitlab.com/gitlab-org/cloud-native/gitlab-operator.
2023-01-23 14:21:01 -08:00
Stan Hu
28441fce57
Rename operator-base image to include Golang version
This will prevent unexpected errors when trying to update
Go versions.
2023-01-23 13:11:14 -08:00
Balasankar "Balu" C
dfc99b524f
Remove unused depscan and cve-search image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2023-01-03 22:16:59 +05:30
Balasankar "Balu" C
51b609d407
Remove obsolete omnibus-gitlab OS images
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2023-01-03 22:16:57 +05:30
Dmytro Makovey
2a7301a460 Add amazon linux 2022 image 2022-12-28 02:36:19 +00:00
Andrew Patterson
f484cdbba9 Add openSUSE Leap 15.4 image 2022-11-04 11:31:12 +00:00
Hossein Pursultani
875916e741 Add Ubuntu 22.04 build image 2022-09-28 15:28:44 +10:00
Andrejs Cunskis
0be7ce1245 Add arm capability without pushing and building images 2022-09-22 08:17:17 +00:00
Balasankar 'Balu' C
514f304d5f Revert "Merge branch 'multiarch-images' into 'master'"
This reverts merge request !577
2022-09-19 10:15:53 +00:00
Andrejs Cunskis
1ecbd61785 Capability to build arm64 docker images 2022-09-19 08:11:34 +00:00
Rémy Coutable
36c7074119 Merge branch 'tnir-remove-danger-2.6.6' into 'master'
Remove danger-ruby-2.6.6 image in favor of danger

See merge request gitlab-org/gitlab-build-images!574
2022-08-23 09:17:11 +00:00
Stan Hu
099b3517c7 Rename www-gitlab-com image to include Debian version 2022-08-16 05:36:12 +00:00
Takuya Noguchi
8ff1b1b830 Remove danger-ruby-2.6.6 image in favor of danger
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Changelog: deprecated
2022-08-14 08:13:33 +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
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
3272152b6d
Retire custom qa images 2022-05-24 19:15:45 +03:00
Andrejs Cunskis
6bfe260f3b Experiment: automatically push built images 2022-05-11 12:56:08 +00:00
DJ Mountney
ac06850fe3 Add a newer version of Helm for the charts base images. 2022-05-09 04:00:30 +00:00