Winnie Hellmann
28b09fcc88
Remove duplicate golangci-lint-alpine key
2019-12-03 08:34:24 +00:00
Stan Hu
95df6f65c8
Merge branch 'sh-upgrade-golang-custom-versions' into 'master'
...
Upgrade Golang versions in custom Docker build
See merge request gitlab-org/gitlab-build-images!249
2019-12-02 17:34:58 +00:00
Stan Hu
617f4f38b2
Merge branch 'sh-upgrade-golang-for-gitlab-image' into 'master'
...
Bump Golang version from 1.11 to 1.12 for GitLab CE/EE images
See merge request gitlab-org/gitlab-build-images!248
2019-12-02 17:28:42 +00:00
Stan Hu
4d968299b5
Upgrade Golang versions in custom Docker build
...
1. go1.13 -> go1.13.4
2. go1.12.5 -> go1.12.13
The 1.12 upgrade matches what we are using for Omnibus:
https://gitlab.com/gitlab-org/gitlab-omnibus-builder/merge_requests/125
2019-12-02 09:17:15 -08:00
Stan Hu
a2aff8912c
Bump Golang version from 1.11 to 1.12 for GitLab CE/EE images
...
This is needed to support
https://gitlab.com/gitlab-org/gitlab/issues/37937 .
2019-12-02 09:02:04 -08:00
Zeger-Jan van de Weg
1994783e5e
Merge branch 'build-golangci-image' into 'master'
...
Test and build golangci-lint-alpine image
See merge request gitlab-org/gitlab-build-images!246
2019-12-02 07:05:41 +00:00
Steve Azzopardi
1e8611c8e6
Test and build golangci-lint-alpine image
2019-11-30 20:05:29 +01:00
Zeger-Jan van de Weg
a49c4cc435
Merge branch 'golangci-image' into 'master'
...
Add an image for golangci linting
The intent of the image is to have one image and a shared workflow
for all Go projects at GitLab.
See merge request gitlab-org/gitlab-build-images!238
2019-11-29 11:17:03 +00:00
Stan Hu
998ef0b2a8
Merge branch 'winh-remove-trusty-image' into 'master'
...
Remove omnibus image for Ubuntu 14.04 (Trusty Tahr)
Closes #39
See merge request gitlab-org/gitlab-build-images!245
2019-11-28 03:22:08 +00:00
Winnie Hellmann
93414ec406
Remove omnibus image for Ubuntu 14.04 (Trusty Tahr)
2019-11-28 03:22:07 +00:00
Zeger-Jan van de Weg
ec92680411
Merge branch 'ps-gitaly-git-2.24' into 'master'
...
Upgrade to Git 2.24
See merge request gitlab-org/gitlab-build-images!243
2019-11-27 15:36:10 +00:00
Pavlo Strokov
ba2d45510f
Upgrade to Git 2.24
...
Git 2.24.0 has been released and it contains a bug fixes that unblock https://gitlab.com/gitlab-org/gitlab/issues/27828 , and means that we can more easily ship a custom version of Git with https://gitlab.com/chriscool's patch https://gitlab.com/gitlab-org/git/issues/7
Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-11-26 14:36:17 +02:00
Rémy Coutable
9a62f66d9f
Merge branch 'revert-fd13458d' into 'master'
...
Use helm version 2.16.1
See merge request gitlab-org/gitlab-build-images!242
2019-11-26 10:42:27 +00:00
Albert Salim
96e82697b4
Use helm version 2.16.1
2019-11-26 10:42:27 +00:00
Zeger-Jan van de Weg
66782ae67b
Merge branch 'ps-gitaly-git-2.24' into 'master'
...
Upgrade to Git 2.24
See merge request gitlab-org/gitlab-build-images!241
2019-11-26 08:41:22 +00:00
Hayley Swimelar
1def55cc06
Prevent warning message from gocritic
2019-11-25 13:02:24 -08:00
Pavlo Strokov
dc24fa68b4
Upgrade to Git 2.24
...
Git 2.24.0 has been released and it contains a bug fixes that unblock https://gitlab.com/gitlab-org/gitlab/issues/27828 , and means that we can more easily ship a custom version of Git with https://gitlab.com/chriscool's patch https://gitlab.com/gitlab-org/git/issues/7
Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-11-25 12:45:48 +02:00
Zeger-Jan van de Weg
2b9777d02b
Merge branch 'ps-gitaly-git-2.24' into 'master'
...
Upgrade to Git 2.24
See merge request gitlab-org/gitlab-build-images!240
2019-11-25 08:28:44 +00:00
Pavlo Strokov
3472f8bb8d
Upgrade to Git 2.24
...
Git 2.24.0 has been released and it contains a bug fixes that unblock https://gitlab.com/gitlab-org/gitlab/issues/27828 , and means that we can more easily ship a custom version of Git with https://gitlab.com/chriscool's patch https://gitlab.com/gitlab-org/git/issues/7
Part of: https://gitlab.com/gitlab-org/gitaly/issues/2170
2019-11-22 15:50:27 +02:00
Hayley Swimelar
6d66271624
Move static files to assets directory
...
This commit creates a new directory for static files, and moves
static files to assets directory that were previously in the
scripts directory.
2019-11-21 09:51:13 -08:00
Rémy Coutable
fd13458db4
Merge branch 'update-helm-in-gitlab-charts-build-base' into 'master'
...
Update Helm to 2.15.2 for the 'gitlab-charts-build-base' image
Closes gitlab#36831
See merge request gitlab-org/gitlab-build-images!239
2019-11-21 09:15:12 +00:00
Rémy Coutable
77eea51958
Update Helm to 2.15.2 for the 'gitlab-charts-build-base' image
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-11-21 09:24:13 +01:00
Hayley Swimelar
7ea0dd0be2
WIP: Add an image for golangci linting
...
In order to lint only the changes within a merge request, golangci
requires git to be installed. This image alleviates the need to
reinstall git on every CI job.
This image also includes a default `.golangci.yml` file in the hopes
of reducing duplicate work on the topic of golang conventions
at GitLab.
depends on: https://gitlab.com/gitlab-org/gitlab/merge_requests/20404
2019-11-20 15:47:48 -08:00
Stan Hu
57a8370774
Merge branch 'centos-8-image' into 'master'
...
Add CentOS 8 image
See merge request gitlab-org/gitlab-build-images!237
2019-11-13 13:57:13 +00:00
Balasankar "Balu" C
2fd5655457
Add CentOS 8 image
...
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-11-13 11:43:24 +05:30
Stan Hu
0008837baa
Merge branch 'ubi-release-image' into 'master'
...
Add build image for UBI release task
See merge request gitlab-org/gitlab-build-images!236
2019-11-13 00:20:28 +00:00
Hossein Pursultani
da731952b5
Add build image for UBI release task
2019-11-13 08:42:55 +11:00
Achilleas Pipinellis
a4555047a7
Merge branch 'eread/update-bundler-for-docs-images' into 'master'
...
Use bundler v1.17.3
See merge request gitlab-org/gitlab-build-images!235
2019-11-05 15:23:53 +00:00
Evan Read
5c195d51df
Use bundler v1.17.3
2019-11-05 15:23:53 +00:00
Stan Hu
ae7a277faa
Merge branch '37-update-gitlab-comment' into 'master'
...
Update comment about the GitLab CI images
Closes #37
See merge request gitlab-org/gitlab-build-images!234
2019-10-28 17:47:10 +00:00
Rémy Coutable
5678ca9594
Update comment about the GitLab CI images
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-10-28 15:54:00 +01:00
Lin Jen-Shin
6992d058aa
Merge branch 'update-ruby-in-gitlab-qa-alpine-image' into 'master'
...
Update Ruby to 2.6.3 in the gitlab-qa-alpine image
See merge request gitlab-org/gitlab-build-images!233
2019-10-17 09:43:20 +00:00
Rémy Coutable
eea09b60a1
Update Ruby to 2.6.3 in the gitlab-qa-alpine image
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-10-17 09:57:03 +02:00
Zeger-Jan van de Weg
f12ac7eed4
Merge branch 'add-opensuse-15.1-image' into 'master'
...
Add openSUSE 15.1 image
See merge request gitlab-org/gitlab-build-images!232
2019-10-16 06:45:47 +00:00
Balasankar "Balu" C
946e08b70a
Add openSUSE 15.1 image
...
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-10-16 11:28:45 +05:30
Stan Hu
9265ab08ab
Merge branch 'sh-update-ruby-2.6.5' into 'master'
...
Upgrade Ruby to 2.6.5 for www-gitlab-com builds
See merge request gitlab-org/gitlab-build-images!231
2019-10-12 13:50:43 +00:00
Stan Hu
51a90da400
Upgrade Ruby to 2.6.5 for www-gitlab-com builds
...
This should help us confirm whether
https://bugs.ruby-lang.org/issues/16136 is indeed fixed.
2019-10-12 06:33:07 -07:00
Andrew Newdigate
61633d140d
Merge branch 'zj-golang-gitaly-1-13' into 'master'
...
Add Golang 1.13 for Gitaly
See merge request gitlab-org/gitlab-build-images!230
2019-10-04 12:00:21 +00:00
Zeger-Jan van de Weg
dacd018515
Add Golang 1.13 for Gitaly
2019-10-04 10:42:00 +02:00
Rémy Coutable
e77f4d79fc
Merge branch 'jerasmus-master-patch-33196' into 'master'
...
Fix node and yarn installation
See merge request gitlab-org/gitlab-build-images!229
2019-10-02 10:07:40 +00:00
Jacques Erasmus
55d7b086a5
Fix node and yarn installation
2019-10-02 10:07:40 +00:00
Rémy Coutable
1930412f24
Merge branch 'fix-gitlab-docs-image' into 'master'
...
Fix the gitlab-docs image by properly basing it on 'ruby:2.6.3-alpine-3.10'
See merge request gitlab-org/gitlab-build-images!228
2019-10-01 16:37:45 +00:00
Rémy Coutable
946c2425f9
Fix the gitlab-docs image by properly basing it on 'ruby:2.6.3-alpine-3.10'
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-10-01 17:57:55 +02:00
Rémy Coutable
c72346c51d
Merge branch 'jerasmus-add-docs-image' into 'master'
...
Add image for gitlab-docs
See merge request gitlab-org/gitlab-build-images!227
2019-09-30 09:05:48 +00:00
Jacques Erasmus
9a3351c558
Add image for gitlab-docs
2019-09-30 09:05:48 +00:00
Stan Hu
2631b2a1d2
Merge branch 'bump-base-image-versions' into 'master'
...
Bump the helm and kubectl used in the charts base image
See merge request gitlab-org/gitlab-build-images!226
2019-09-19 21:36:48 +00:00
DJ Mountney
a19bc4b9ca
Bump the helm and kubectl used in the charts base image
...
The kubectl is far out of date, bump it to the version we are currently
using elsewhere in the chart
The Helm version is recent, but there is a newer patch that fixes some
issues with CRD updating we are encountering in the charts.
2019-09-19 11:32:01 -07:00
Rémy Coutable
d14735656f
Merge branch 'leipert-add-node-to-www' into 'master'
...
Add node to www rspec image
See merge request gitlab-org/gitlab-build-images!225
2019-09-10 11:24:00 +00:00
Lukas 'Eipi' Eipert
7e8c707b2c
Add node to www rspec image
2019-09-10 09:17:23 +00:00
Achilleas Pipinellis
83e34e977f
Merge branch 'new-docs-lint-image' into 'master'
...
Use a new revision of gitlab-docs which contains mdl
See merge request gitlab-org/gitlab-build-images!224
2019-09-09 12:21:55 +00:00