Commit graph

779 commits

Author SHA1 Message Date
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
Zeger-Jan van de Weg
8b6b6075de Merge branch 'pks-git-v2.28-deployment' into 'master'
Fix missing deployment jobs for Git v2.28

See merge request gitlab-org/gitlab-build-images!314
2020-07-21 06:15:46 +00:00
Patrick Steinhardt
95ac022e12 ci: Fix missing deployment jobs for Git v2.28
While the test jobs for Git v2.28 were added already in 3e75b17 (Upgrade
to Git v2.28.0.rc1, 2020-07-20), the commit forgot to add deployment
jobs to the build matrix.

Fix this by adding two new deployment jobs for Git v2.28.
2020-07-21 07:40:58 +02:00
Zeger-Jan van de Weg
26038fcd1a Merge branch 'pks-git-v2.28.0.rc1' into 'master'
Upgrade to Git v2.28.0.rc1

See merge request gitlab-org/gitlab-build-images!313
2020-07-20 13:14:24 +00:00
Patrick Steinhardt
3e75b17a99 Upgrade to Git v2.28.0.rc1
Git v2.28.0.rc1 has been released. As the v2.28.0 release series is the
first to contain support for the reference-transaction hook which is
currently a focus for Gitaly, this commit adds the release candidate
version so we can test the hook as part of Gitaly's CI.
2020-07-20 14:10:22 +02:00
Zeger-Jan van de Weg
3c146e671a Merge branch 'ps-pgbouncer' into 'master'
Adding of PgBouncer

See merge request gitlab-org/gitlab-build-images!312
2020-07-16 06:16:02 +00:00
Pavlo Strokov
48c98a5191 Adding of PgBouncer
Fix installation script of PgBouncer.
Single download + removal of all tmp data.

Related to: https://gitlab.com/gitlab-org/gitaly/-/issues/2816
2020-07-16 00:46:52 +03:00
Stan Hu
4bfa4ce901 Merge branch 'support-chrome-84' into 'master'
Support chrome 84

See merge request gitlab-org/gitlab-build-images!311
2020-07-15 15:53:53 +00:00
Zeger-Jan van de Weg
d0dde6dab2 Merge branch 'ps-pgbouncer' into 'master'
Add PgBouncer as image option

See merge request gitlab-org/gitlab-build-images!310
2020-07-15 13:36:16 +00:00
Rémy Coutable
9e6293aa3c
Bump Chrome version to 84 in gitlab and www-gitlab-com images
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-07-15 15:34:57 +02:00
Rémy Coutable
16a47f96cc
Support Chrome 84
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-07-15 15:34:18 +02:00
Pavlo Strokov
9934e625c6 Adding of PgBouncer
Gitaly project plans to use PgBouncer for Praefect service
https://gitlab.com/gitlab-org/gitaly/-/issues/2816
We want to have an image for CI so we can test interaction
of Praefect with PostgreSQL database if PgBouncer sits in
between.

Installation script added with 1.14.0 version of PgBouncer (latest).

Related to: https://gitlab.com/gitlab-org/gitaly/-/issues/2816
2020-07-15 15:02:51 +03:00
Lin Jen-Shin
d8bb1b8602 Merge branch 'pin-gitlab-danger-and-danger-gitlab-version-in-danger-dockerfile' into 'master'
Pin the `gitlab`, `danger, and `danger-gitlab` gems in Dockerfile.danger

Closes #43

See merge request gitlab-org/gitlab-build-images!309
2020-07-14 11:16:11 +00:00
Rémy Coutable
8b7eb940f8 Pin the gitlab, danger, and danger-gitlab` gems in Dockerfile.danger 2020-07-13 10:58:01 +00:00
Sean McGivern
cf5fac097f Merge branch 'pin-gitlab-version-4-15' into 'master'
Pin gitlab version to 4.15 due to a bug

See merge request gitlab-org/gitlab-build-images!308
2020-07-10 10:46:45 +00:00
Nicolas Dular
044efd2982 Pin gitlab version to 4.15 due to a bug 2020-07-10 10:46:45 +00:00
Zeger-Jan van de Weg
f7d0436dd7 Merge branch 'bump-golangci-lint-version' into 'master'
Bump golangci-lint from v1.25.1 to v1.28.1

See merge request gitlab-org/gitlab-build-images!307
2020-07-10 07:37:24 +00:00
Hayley Swimelar
87351b2529 Bump golangci-lint from v1.25.1 to v1.28.1 2020-07-09 16:16:04 -07:00
Rémy Coutable
8000bbbe5d Merge branch 'caalberts-pg12-gitlab-ci' into 'master'
Add postgresql 12 build image

See merge request gitlab-org/gitlab-build-images!306
2020-07-02 10:04:43 +00:00
Albert Salim
c9ad45a53b Add postgresql 12 build image 2020-07-02 08:16:50 +00:00
Stan Hu
3b02bee32d Merge branch 'bash-ubi-release' into 'master'
Add bash to the ubi-release image

See merge request gitlab-org/gitlab-build-images!305
2020-06-29 04:55:34 +00:00
DJ Mountney
ef20928f14
Revert "Use pip3 to grab python3 awscli"
This reverts commit 1570c6c00c.
2020-06-26 13:58:52 -07:00
DJ Mountney
1570c6c00c
Use pip3 to grab python3 awscli 2020-06-26 13:53:45 -07:00
DJ Mountney
fee3b2233e
Update to alpine 3.12 to get python 3 pip 2020-06-26 13:47:27 -07:00
DJ Mountney
c434df8ede
Add bash to the ubi-release image
alpine only comes with ash, which is pain when you are trying to create
clean looking script files.

Also bumped the alpine version one step, to keep us from getting too out
of date.
2020-06-26 12:54:15 -07:00
Rémy Coutable
fbb0a14ebf Merge branch 'add-ubuntu-20-04-focal' into 'master'
Add Ubuntu 20.04 build image

See merge request gitlab-org/gitlab-build-images!304
2020-06-24 10:58:16 +00:00
Dustin Collins
a98a2f2f19 Add Ubuntu 20.04 build image 2020-06-24 10:58:16 +00:00
Stan Hu
8f69e0385a Merge branch 'docker-labels-for-builds' into 'master'
Use labels in docker builds

See merge request gitlab-org/gitlab-build-images!303
2020-06-11 21:11:16 +00:00
Hayley Swimelar
10c52533b6 Use labels in docker builds 2020-06-10 14:16:15 -07:00
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