Commit graph

643 commits

Author SHA1 Message Date
Stan Hu
7444de877a Merge branch 'update-depscan-image-cve-search' into 'master'
Add cve-search Docker image

See merge request gitlab-org/gitlab-build-images!302
2020-06-10 18:45:51 +00:00
Dustin Collins
34fc4a7e22 Add cve-search Docker image 2020-06-10 18:45:51 +00:00
Stan Hu
448b4e4679 Merge branch 'cc-git-2-27-0-improvements' into 'master'
Fully upgrade to Git 2.27 and remove Git 2.24

See merge request gitlab-org/gitlab-build-images!299
2020-06-05 20:18:24 +00:00
Christian Couder
50e04de9b4 Use images with Git 2.27 2020-06-05 13:02:02 -07:00
Christian Couder
71261cb08e Get rid of images using Git < 2.25 2020-06-05 13:02:02 -07:00
Stan Hu
51378702f8 Merge branch 'sh-fix-docker-regexp' into 'master'
Tighten Docker package regexp

See merge request gitlab-org/gitlab-build-images!301
2020-06-05 19:14:42 +00:00
Stan Hu
bbe5618b68 Tighten Docker package regexp
Previously 19.0.3.1 would match multiple versions:

```
5:19.03.11~3-0~debian-stretch
5:19.03.10~3-0~debian-stretch
5:19.03.1~3-0~debian-stretch
```

We can tighten up the regexp by adding a `~` to the end of
the version.
2020-06-05 11:58:25 -07:00
Stan Hu
15c03e58e0 Merge branch 'yamlllint-debian-testing' into 'master'
Install latest yamllint from Debian testing

See merge request gitlab-org/gitlab-build-images!300
2020-06-04 14:44:27 +00:00
Achilleas Pipinellis
b7073662ed
Install latest yamllint from Debian testing
Needed for
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/47628
2020-06-04 16:12:53 +02:00
Zeger-Jan van de Weg
edb77d457d Merge branch 'pokstad1-update-gitaly-images' into 'master'
Update Gitaly build images

See merge request gitlab-org/gitlab-build-images!298
2020-06-02 07:10:09 +00:00
Paul Okstad
15756dc1b9 Update Gitaly build images
- Adds Git v2.25 and v2.27 (see https://gitlab.com/gitlab-org/gitaly/-/issues/2773)
- Removes Git v2.22 (no longer used by Gitaly)
- Removes Go v1.12 (no longer used by Gitaly)
2020-06-02 07:10:08 +00:00
Stan Hu
3e90ad55e1 Merge branch 'add-www-gitlab-com-python-crcmod' into 'master'
Add www-gitlab-com python-crcmod

See merge request gitlab-org/gitlab-build-images!297
2020-05-28 22:46:50 +00:00
Chad Woolley
c1308cd52f Add www-gitlab-com python-crcmod
To optimize gsutil rsync commands
2020-05-28 15:31:05 -07:00
Stan Hu
d79a7ac795 Merge branch 'add-support-for-chrome-83' into 'master'
Add support for Chrome 83

See merge request gitlab-org/gitlab-build-images!296
2020-05-28 18:02:12 +00:00
Rémy Coutable
64c2401dcb Apply suggestion to scripts/custom-docker-build 2020-05-28 14:34:38 +00:00
Rémy Coutable
97e10dbd55
Add support for Chrome 83
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-05-28 15:06:07 +02:00
Stan Hu
b3a01d6da3 Merge branch 'add-google-cloud-sdk-to-www-gitlab-com' into 'master'
Add Google Cloud SDK to www-gitlab-com

See merge request gitlab-org/gitlab-build-images!295
2020-05-27 18:05:50 +00:00
Chad Woolley
edc1ff095c Add Google cloud SDK to www-gitlab-com 2020-05-27 02:37:10 -07:00
Chad Woolley
865f5cb8d2 Add unzip to www-gitlab-com 2020-05-27 02:37:10 -07:00
Chad Woolley
dc7e538ef7 Clean up comments in www-gitlab-com 2020-05-26 23:10:16 -07:00
Chad Woolley
4941c5cf64 Add .gitignore for .idea 2020-05-26 22:37:59 -07:00
Stan Hu
f7e9869699 Merge branch 'www-gitlab-com-yamllint' into 'master'
Add yamllint to the www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!294
2020-05-25 14:19:39 +00:00
Achilleas Pipinellis
3857ddbeac
Add yamllint to the www-gitlab-com image
python3-pkg-resources was also added as a dependency, because there's
bug in Debian Stretch
http://debian.2.n7.nabble.com/Bug-917271-yamllint-requires-module-pkg-resources-but-does-not-depend-on-it-td4440193.html

Needed for
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/47628
2020-05-25 16:02:56 +02:00
Stan Hu
49d8464d60 Merge branch 'update-assets-compile-image' into 'master'
Simplify assets compilation images

See merge request gitlab-org/gitlab-build-images!293
2020-05-25 14:02:32 +00:00
Rémy Coutable
95a0802a38
Simplify assets compilation images
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-05-25 10:45:46 +02:00
Zeger-Jan van de Weg
ce9241d41a Merge branch 'pokstad1-gitaly-add-go-114-git-222' into 'master'
Add ruby-2.6-golang-1.14-git-2.22

See merge request gitlab-org/gitlab-build-images!292
2020-05-18 06:55:30 +00:00
Paul Okstad
df4bb6b4bd Add ruby-2.6-golang-1.14-git-2.22 2020-05-18 06:55:30 +00:00
Stan Hu
9f8c24ba15 Add missing image for Chrome v73 2020-04-30 16:51:48 -07:00
Stan Hu
33780c1554 Merge branch 'sh-update-ruby-and-chrome' into 'master'
Upgrade Ruby to v2.6.6 and Google Chrome to v81

See merge request gitlab-org/gitlab-build-images!291
2020-04-30 23:03:27 +00:00
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