Commit graph

614 commits

Author SHA1 Message Date
Stan Hu
f0fffeca53 Upgrade Ruby to v2.6.6 and Google Chrome to v81 2020-04-30 15:47:00 -07:00
Marin Jankovski
53e7f97719 Merge branch 'cc-git-2-24-3' into 'master'
Update to Git 2.24 version to 2.24.3

See merge request gitlab-org/gitlab-build-images!289
2020-04-29 10:20:50 +00:00
Zeger-Jan van de Weg
d3bf0b7d3f Merge branch '41-update-golangci-lint-image-to-go-1-14-to-eliminate-unnecessary-warnings' into 'master'
Resolve "Update golangci-lint image to Go 1.14 to eliminate unnecessary warnings"

Closes #41

See merge request gitlab-org/gitlab-build-images!290
2020-04-28 08:59:27 +00:00
ddavison
5b8a329c78
Update to version golang-lint version 1.25.1 2020-04-27 12:03:54 -07:00
Marin Jankovski
a379d9ef1f Merge branch 'cc-git-2-26-2' into 'master'
Update to Git version 2.26.2

See merge request gitlab-org/gitlab-build-images!288
2020-04-21 08:49:19 +00:00
Christian Couder
f25b653db2 Update to Git 2.24 version to 2.24.3 2020-04-21 10:00:20 +02:00
Christian Couder
c2b26e45c5 Update to Git version 2.26.2 2020-04-21 09:31:50 +02:00
Marin Jankovski
cb76a64b2c Merge branch 'mj/git-version-update' into 'master'
Update to Git version 2.26.1

See merge request gitlab-org/gitlab-build-images!286
2020-04-16 10:24:12 +00:00
Rémy Coutable
c9f39f3f12 Merge branch 'leipert-use-gitlab-org-runners' into 'master'
Use gitlab-org runners per default

See merge request gitlab-org/gitlab-build-images!287
2020-04-16 09:49:33 +00:00
Lukas Eipert
c61c2252f1
Use gitlab-org runners per default
See: https://gitlab.com/gitlab-org/gitlab/-/issues/212970
2020-04-16 11:01:12 +02:00
Marin Jankovski
222427b218 Update to Git version 2.26.1 2020-04-15 17:55:59 +00:00
Stan Hu
ea81ddf7bc Merge branch 'rs-release-tools-ruby-2-6' into 'master'
release-tools: Ruby 2.6

See merge request gitlab-org/gitlab-build-images!285
2020-04-10 16:49:18 +00:00
Robert Speicher
c464499ca9
release-tools: Ruby 2.6 2020-04-10 11:33:04 -05:00
Zeger-Jan van de Weg
a834b1e694 Merge branch 'gitlab-go-1-13' into 'master'
Use go 1.14 in GitLab CE/EE

See merge request gitlab-org/gitlab-build-images!284
2020-04-03 08:00:16 +00:00
Albert Salim
be6d022dc5 Use latest go version for gitlab pipelines 2020-04-03 07:45:47 +00:00
Albert Salim
49294861b0 Use go 1.13 in GitLab CE/EE 2020-04-03 07:26:08 +00:00
Rémy Coutable
37b6287195 Merge branch 'new-helm3-charts-image' into 'master'
Add a new `gitlab-helm3-kubectl1.14` image

See merge request gitlab-org/gitlab-build-images!282
2020-04-01 10:03:42 +00:00
Rémy Coutable
6bb8b216f6
Add a new gitlab-helm3-kubectl1.14 image
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-04-01 11:48:11 +02:00
Zeger-Jan van de Weg
185b7135d9 Merge branch 'cc-git-2-26-0' into 'master'
Upgrade to Git 2.26

See merge request gitlab-org/gitlab-build-images!283
2020-03-27 09:38:08 +00:00
Christian Couder
ba697d43d8 Upgrade to Git 2.26
Git 2.26.0 has been released and it contains patches that we
manually added to Git 2.24, see:

https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/3896
https://gitlab.com/gitlab-org/git/issues/7

Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/2497
2020-03-27 10:10:21 +01:00
Stan Hu
3b3dd01034 Merge branch 'feat-terraform-image' into 'master'
Add terraform image

See merge request gitlab-org/gitlab-build-images!280
2020-03-26 04:26:13 +00:00
Andrew Newdigate
fceedf14a4 Merge branch 'zj-gitaly-test-images' into 'master'
Create Gitaly images with Go 1.14

See merge request gitlab-org/gitlab-build-images!281
2020-03-20 09:57:46 +00:00
Zeger-Jan van de Weg
6f5b66279d Remove unused versions of Golang
Versions 1.11 and older are effectively dead, given the Go project
maintains the last two minor point releases which are currently 1.13,
and 1.14.

Gitaly for now still supports 1.12, but will move on to at least 1.13
soon. Which is why 1.12 is still supported by this script.
2020-03-20 09:57:46 +00:00
Fábio Matavelli
6740382e66 add terraform image 2020-03-12 20:19:25 +00:00
Stan Hu
58bb4295ac Merge branch 'correctly-output-FORCE_BUILD-equals-true' into 'master'
Correctly output the $FORCE_BUILD=true message in custom-docker-build

See merge request gitlab-org/gitlab-build-images!279
2020-03-11 04:13:53 +00:00
Mathew Emborsky
9fd16aafea
do not attempt to shell execute the $FORCE_BUILD=true notification for custom builds 2020-03-10 17:07:27 -04:00
Stan Hu
d851c4e93b Merge branch 'versioned-images' into 'master'
Only build/tag/push custom images once

See merge request gitlab-org/gitlab-build-images!277
2020-03-02 17:24:26 +00:00
Rémy Coutable
611204c382
Only build/tag/push images once
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-03-02 14:08:29 +01:00
Rémy Coutable
cc680155e8 Merge branch 'ni-update-gl-config-list' into 'master'
Update the list of pipeline configuration with Gitlab QA image

Closes gitlab-org/quality/team-tasks#371

See merge request gitlab-org/gitlab-build-images!276
2020-02-24 12:09:17 +00:00
Nailia Iskhakova
4af584853d Update the list of pipeline configuration with Gitlab QA image 2020-02-24 12:09:16 +00:00
Stan Hu
f48abf2d75 Merge branch 'drop-2.6.3-image-for-www-gitlab-com' into 'master'
Remove ruby 2.6.3 images for www-gitlab-com

See merge request gitlab-org/gitlab-build-images!274
2020-02-12 16:40:40 +00:00
Vasilii Iakliushin
4f95deb7f8 Remove ruby 2.6.3 images for www-gitlab-com
As suggested here: https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/273#note_286738224

`www-gitlab-com` was moved to 2.6.5 and it should be safe to remove old
version of images from config
2020-02-12 12:08:28 +01:00
Stan Hu
4268b32f14 Merge branch 'update-ruby-2.6.5-for-www-gitlab-com' into 'master'
Add Ruby 2.6.5 support for www-gitlab-com project

See merge request gitlab-org/gitlab-build-images!273
2020-02-12 08:47:40 +00:00
Vasilii Iakliushin
f563b3b1f4 Switch to Ruby 2.6.5 for www-gitlab-com project
https://gitlab.com/gitlab-com/www-gitlab-com/issues/6389
2020-02-11 17:47:40 +01:00
Zeger-Jan van de Weg
d07563e312 Merge branch 'chriscool-build-git' into 'master'
Add Dockerfile to build Git

See merge request gitlab-org/gitlab-build-images!272
2020-02-07 10:09:37 +00:00
Christian Couder
c01b31b38c Add Dockerfile to build Git
We want to easily build customized versions of Git
in CI jobs.
2020-02-06 16:53:49 +01:00
Stan Hu
0071cbcdb8 Merge branch 'leipert-update-yarn-1.22' into 'master'
Update to yarn 1.21.1

See merge request gitlab-org/gitlab-build-images!271
2020-02-05 20:47:07 +00:00
Lukas Eipert
034a8bd568
Update to yarn 1.21.1
Last year there was a recommended security update:
https://classic.yarnpkg.com/blog/2019/07/12/recommended-security-update/

This updates yarn to the latest stable version
2020-02-05 21:27:58 +01:00
Stan Hu
0ca8b407cc Merge branch 'update-graphicsmagick-to-1.3.34' into 'master'
Update GraphicsMagick to 1.3.34

See merge request gitlab-org/gitlab-build-images!269
2020-02-03 18:11:36 +00:00
Rémy Coutable
7111ab6066 Merge branch 'add-build-base-to-qa-image' into 'master'
Add build-base package for gitlab-qa-alpine image

See merge request gitlab-org/gitlab-build-images!270
2020-02-03 13:58:38 +00:00
Nailia Iskhakova
46ba8f54aa Add build-base package for gitlab-qa-alpine image 2020-02-03 13:58:38 +00:00
Takuya Noguchi
3cd67c1231 Update GraphicsMagick to 1.3.34
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-02-02 13:16:12 +09:00
Rémy Coutable
d3eb7a28cb Merge branch 'update-qa-ruby-version' into 'master'
Use Ruby version postfix for gitlab-qa-alpine

See merge request gitlab-org/gitlab-build-images!268
2020-01-31 16:22:52 +00:00
Dan Davison
79a494a3e8 Use Ruby version 2.6 for gitlab-qa-alpine
Build images with postfix of ruby version
2020-01-31 16:22:52 +00:00
Stan Hu
2923f3a35f Merge branch 'add-kubeval-to-charts-image' into 'master'
Added kubeval to charts-build-base image

See merge request gitlab-org/gitlab-build-images!267
2020-01-28 18:40:33 +00:00
Zeger-Jan van de Weg
9081c90d9d Merge branch 'disable-gosec-error-checking' into 'master'
Disble gosec from checking errors

See merge request gitlab-org/gitlab-build-images!264
2020-01-20 10:52:26 +00:00
Zeger-Jan van de Weg
afd4c4268c Merge branch 'disable-funlen-in-tests' into 'master'
Disable funlen in tests

See merge request gitlab-org/gitlab-build-images!265
2020-01-20 09:13:34 +00:00
Dmitry Chepurovskiy
71ef812ae5 Added kubeval to charts-build-base image 2020-01-18 03:11:25 +03:00
Stan Hu
2cf4a15cba Merge branch 'sh-support-ruby-2.6' into 'master'
Use Ruby 2.6 for gitlab-qa image

See merge request gitlab-org/gitlab-build-images!266
2020-01-17 17:23:21 +00:00
Stan Hu
ba38efc291 Use Ruby 2.6 for gitlab-qa image
Rename the image so that it doesn't break gitlab-qa builds, since
Rubocop will need to be updated.
2020-01-17 06:55:15 -08:00