Commit graph

721 commits

Author SHA1 Message Date
DJ Mountney
a885c70929 Merge branch 'update-helm-3-version' into 'master'
Update Helm to 3.4.1

See merge request gitlab-org/gitlab-build-images!341
2020-12-17 23:51:02 +00:00
Mitchell Nielsen
866bcc330d Update Helm to 3.4.1
Updates Helm to 3.4.1 to address a bug:

https://github.com/helm/helm/issues/8940
2020-12-17 18:34:39 -05:00
DJ Mountney
091d9402c9 Merge branch 'update-charts-build-base-helm-3' into 'master'
Update charts-build-base image to Helm 3

See merge request gitlab-org/gitlab-build-images!336
2020-12-15 21:36:13 +00:00
Mitchell Nielsen
2942b51461 Update charts-build-base image to Helm 3
Updates charts-build-base image to use Helm 3.4.0. This is expected to
be compatible with the existing version of kubectl in use (1.16.4) given
the version skew docs: https://helm.sh/docs/topics/version_skew

Related to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/2350
2020-12-15 21:36:13 +00:00
Stan Hu
79176e9341 Merge branch 'remove-omnibus-gitlab-centos6' into 'master'
Remove omnibus-gitlab-centos6 Dockerfile

See merge request gitlab-org/gitlab-build-images!340
2020-12-14 23:49:30 +00:00
Mitchell Nielsen
5cea79bd68 Remove omnibus-gitlab-centos6 Dockerfile 2020-12-14 23:49:27 +00:00
Zeger-Jan van de Weg
7859009764 Merge branch 'pokstad1-golang-1-15-5' into 'master'
Add Golang 1.15.5 to build containers

See merge request gitlab-org/gitlab-build-images!338
2020-12-01 08:29:15 +00:00
Paul Okstad
c866076fac Add Golang 1.15.5 to build containers 2020-12-01 08:29:15 +00:00
Stan Hu
68ef89cd02 Merge branch 'sh-build-ruby-2.7.2-www-image' into 'master'
Build Ruby v2.7.2 for www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!337
2020-11-13 17:13:39 +00:00
Stan Hu
ad2ca7ef81 Build Ruby v2.7.2 for www-gitlab-com image 2020-11-13 08:55:45 -08:00
Mayra Cabrera
e5d74b7725 Merge branch 'sh-update-release-tools-ruby-2.7' into 'master'
Update release-tools to use Ruby v2.7

See merge request gitlab-org/gitlab-build-images!335
2020-11-03 16:21:24 +00:00
Stan Hu
317c090c9b Update release-tools to use Ruby v2.7 2020-11-02 13:29:50 -08:00
Zeger-Jan van de Weg
65461edcbf Merge branch 'pks-golang-1.13-git-2.29' into 'master'
Build images with Go 1.13 and Git 2.29

See merge request gitlab-org/gitlab-build-images!333
2020-10-30 11:28:42 +00:00
Patrick Steinhardt
6b6649479e Build images with Go 1.13 and Git 2.29
While we're already building images for Go 1.14/Git 2.29, Gitaly also
requires the same images for Go 1.13. This commits adds those missing
images.
2020-10-30 11:21:35 +01:00
Zeger-Jan van de Weg
a329f7f743 Merge branch 'fix_immediate_configuration_error' into 'master'
Fix: Could not perform immediate configuration on 'libcrypt1:amd64'

See merge request gitlab-org/gitlab-build-images!332
2020-10-20 14:48:27 +00:00
Vasilii Iakliushin
722983bf6b Fix: Could not perform immediate configuration on 'libcrypt1:amd64'
https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/801097436#L1727

Error message:
```
E: Could not configure 'libc6:amd64'.
E: Could not perform immediate configuration on
'libcrypt1:amd64'. Please see man 5 apt.conf under
APT::Immediate-Configure for details. (2)
```
2020-10-20 16:20:47 +02:00
Zeger-Jan van de Weg
1b29d407f7 Merge branch 'pks-git-v2.29.0' into 'master'
Upgrade to Git v2.29.0

See merge request gitlab-org/gitlab-build-images!330
2020-10-20 10:24:32 +00:00
Patrick Steinhardt
f03ad820b0 Upgrade to Git v2.29.0
With Git v2.29.0 being released, let's start building Docker images for
that version so we can make use of it throughout GitLab.
2020-10-20 09:45:35 +02:00
Stan Hu
290ebc7aaf Merge branch 'add-gitlab-operator-build-base-image' into 'master'
Add build image for the GitLab Operator

See merge request gitlab-org/gitlab-build-images!328
2020-10-14 23:26:50 +00:00
Mitchell Nielsen
d0fa65332c Add build image for the GitLab Operator
Adds a new Dockerfile which installs dependencies used in the GitLab
Operator pipeline.
2020-10-14 23:26:50 +00:00
Stan Hu
38acdfcd9a Merge branch 'eread/update-www-image-ruby-2_6_6' into 'master'
Update www-gitlab-com image to Ruby 2.6.6

See merge request gitlab-org/gitlab-build-images!329
2020-10-14 07:14:54 +00:00
Evan Read
b139c3c521 Update www-gitlab-com image to Ruby 2.6.6 2020-10-14 16:58:56 +10:00
Stan Hu
a29d91b3ee Merge branch 'sh-add-ruby-2.7-images-gitlab-qa' into 'master'
Add GitLab QA build images for Ruby 2.7

See merge request gitlab-org/gitlab-build-images!327
2020-10-09 21:35:41 +00:00
Stan Hu
626403d93f Add GitLab QA build images for Ruby 2.7 2020-10-09 14:20:14 -07:00
Stan Hu
c0e214a7fd Merge branch 'sh-add-gitaly-images-ruby-2.7' into 'master'
Add Gitaly build images for Ruby 2.7.2

See merge request gitlab-org/gitlab-build-images!326
2020-10-08 06:49:55 +00:00
Stan Hu
2f7b1ae6c8 Add Gitaly build images for Ruby 2.7.2 2020-10-07 23:33:40 -07:00
Stan Hu
c1f7646cbb Merge branch 'opensuse-15.2-image' into 'master'
Add tester image for openSUSE Leap 15.2

See merge request gitlab-org/gitlab-build-images!323
2020-10-07 05:21:43 +00:00
Balasankar "Balu" C
d84a36e8ab
Add tester image for openSUSE Leap 15.2
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
2020-10-07 10:21:11 +05:30
Rémy Coutable
6435dfa78f Merge branch 'caalberts-master-patch-31180' into 'master'
Update danger to 8.0.6

See merge request gitlab-org/gitlab-build-images!325
2020-10-06 08:31:01 +00:00
Albert Salim
f684ae0cfb Update danger to 8.0.6 2020-10-06 03:37:19 +00:00
Stan Hu
09877976c1 Merge branch 'sh-update-ruby-2.7.2' into 'master'
Update CI build images to use Ruby 2.7.2

See merge request gitlab-org/gitlab-build-images!324
2020-10-03 02:25:12 +00:00
Stan Hu
c3157d08bb Update CI build images to use Ruby 2.7.2 2020-10-02 07:46:18 -07:00
Rémy Coutable
221b37da6f Merge branch 'leipert-update-node-yarn' into 'master'
Update node to 12.18.4 and yarn to 1.22.5

See merge request gitlab-org/gitlab-build-images!322
2020-10-01 13:34:09 +00:00
Lukas Eipert
fc95963fc7
Update yarn to 1.22.5 2020-10-01 13:20:04 +02:00
Lukas Eipert
b743e862e8
Update node to 12.18.4 2020-10-01 13:18:51 +02:00
Stan Hu
dca2502282 Merge branch 'update-chrome-to-85' into 'master'
Update Chrome version to 85

See merge request gitlab-org/gitlab-build-images!321
2020-09-02 13:21:23 +00:00
Rémy Coutable
ceca4d94f4
Update Chrome version to 85
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-09-02 11:19:57 +02:00
Stan Hu
4e5534ac18 Merge branch 'sh-build-ruby-2.7' into 'master'
Add Ruby 2.7 images for GitLab CE/EE images

See merge request gitlab-org/gitlab-build-images!320
2020-08-04 20:26:18 +00:00
Stan Hu
a7a13a87d6 Add Ruby 2.7 images for GitLab CE/EE images
Ruby 2.7.1 is only available on Debian Buster, so we have to upgrade
from Debian Stretch.

Fix install-essentials for Debian 10 (Buster):

1. MySQL client is no longer needed
2. Yank libgdbm3 and libgdbm-dev because it's not clear why it's needed
3. Pull legacy nodejs from Debian Buster builds since Node 12.x conflicted
2020-08-04 12:57:50 -07:00
Stan Hu
25174a3ef3 Merge branch 'craigf/update-helm' into 'master'
Update Helm 2 to latest patch version

See merge request gitlab-org/gitlab-build-images!319
2020-08-04 15:32:19 +00:00
Craig Furman
a0cf0d57ca
Update yamllint
The old version, 1.23.0, looks to have been pulled from the repos:
https://gitlab.com/gitlab-org/gitlab-build-images/-/jobs/669766401
2020-08-04 09:52:16 +01:00
Craig Furman
97c590ab87
Update Helm 2 to latest patch version 2020-08-04 09:25:04 +01:00
Stan Hu
c5fbc36af7 Merge branch 'pks-git-drop-old' into 'master'
Drop Git versions older than v2.28.0

See merge request gitlab-org/gitlab-build-images!318
2020-07-31 06:05:15 +00:00
Patrick Steinhardt
7195354ad3 Drop Git versions older than v2.28.0
Gitaly is about to raise its minimum version requirements for Git to
v2.28.0. As a result, we can now drop all images producing an older
version.
2020-07-30 11:27:25 +02:00
Stan Hu
c97f284f80 Merge branch 'pks-git-v2.28.0-gitlab-images' into 'master'
Upgrade GitLab build images to Git v2.28.0

See merge request gitlab-org/gitlab-build-images!317
2020-07-29 13:23:53 +00:00
Patrick Steinhardt
ee620e0c57 Upgrade GitLab build images to Git v2.28.0
Now that we have images with v2.28.0 available for Gitaly's use, this
commit also migrates build images for GitLab to the new version.
2020-07-29 11:44:59 +02:00
Stan Hu
3051db7235 Merge branch 'pks-git-v2.28.0' into 'master'
Upgrade Git from v2.28.0-rc1 to v2.28.0

See merge request gitlab-org/gitlab-build-images!316
2020-07-29 07:24:17 +00:00
Patrick Steinhardt
bff2b6b42b Upgrade Git from v2.28.0-rc1 to v2.28.0
Now that Git v2.28.0 has been released, let's update our custom build
instructions to use it instead of the release candidate.
2020-07-29 07:26:44 +02:00
Stan Hu
f9951f6910 Merge branch 'add-python3-crcmod-to-www-gitlab-com-image' into 'master'
Add python3-crcmod to www-gitlab-com image

Closes gitlab-com/www-gitlab-com#8313

See merge request gitlab-org/gitlab-build-images!315
2020-07-22 03:46:57 +00:00
Chad Woolley
a24216113f Add python3-crcmod to www-gitlab-com image
Apparently gsutil started using python3. Leaving the python2 version just in case it's needed too
2020-07-21 17:12:59 -07:00