Commit graph

268 commits

Author SHA1 Message Date
Lukas Eipert
caae675aee
Pin node versions 2019-07-09 03:37:09 +02:00
Zeger-Jan van de Weg
ad0c9cc73e
Bump Git version for Gitaly to 2.22
Gitaly runs on anything beyond 2.21, and will remain to do so until
partial clone will be supported. In 2.22 a security issue was fixed, so
that's the minimal version Gitaly should use.

Part of: https://gitlab.com/gitlab-org/gitaly/issues/1715
2019-07-08 11:04:57 +02:00
Lukas Eipert
99881a2a6d
Add build images for node@12 2019-06-13 19:52:53 +02:00
Stan Hu
29956e7940 Merge branch 'sh-upgrade-ruby-2-6-3-for-www-gitlab-com' into 'master'
Upgrade www-gitlab-com dependencies

See merge request gitlab-org/gitlab-build-images!188
2019-06-07 18:30:41 +00:00
Walmyr
50733ad2d9 Revert "Merge branch 'bump-chrome-75' into 'master'"
This reverts merge request !191
2019-06-05 15:24:44 +00:00
Stan Hu
fc16350e2a Bump Chrome version to 75.0.3770.80 2019-06-04 15:12:58 -07:00
Walmyr Lima
59ba945ec4 Add support for chrome v75 2019-06-04 15:12:14 -07:00
Zeger-Jan van de Weg
3c77806597
Add rsync to essentials to be installed
Gitaly now depends on rsync, and in general it's a tool I expected to be
installed by default. Adding rsync allows Gitaly to build releases again
too.
2019-06-04 19:53:37 +02:00
Jacob Vosmaer
81b2be6b61 Use golang 1.11.10 and 1.12.5 2019-06-04 16:28:36 +02:00
Stan Hu
c43ce93dcd Upgrade www-gitlab-com dependencies
1. Ruby 2.6.3
2. Chrome V74
3. Git 2.21
2019-06-02 22:50:16 -07:00
Lin Jen-Shin
a7e12c9697 Remove sources from Google to reduce dependency
See
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28905
2019-05-30 13:40:56 +00:00
John Cai
936700a815 Make pcre2 default and not configurable 2019-05-08 08:53:57 -07:00
John Cai
9f2c177d1a Install pcre2 2019-05-07 12:32:22 -07:00
John Cai
c6e1a88d57 Add libpcre to git 2019-05-06 18:54:03 -07:00
Stan Hu
8c729afc66 Bump Chrome to v73 2019-04-13 06:38:23 -07:00
Stan Hu
a567ea5717 Merge branch '31-drop-unsupported-images' into 'master'
Remove unused images and corresponding code cruft

Closes #31

See merge request gitlab-org/gitlab-build-images!168
2019-04-12 07:05:42 +00:00
Balasankar "Balu" C
687520e804
Use stretch repos of PostgreSQL
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-04-02 17:21:02 +05:30
Balasankar "Balu" C
9ef7827eb5
Remove unused images and corresponding code cruft
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-04-02 10:58:19 +05:30
Jacob Vosmaer
b1ecdbffc5 Add Gitaly CI image with Git 2.21 2019-03-05 11:56:01 +00:00
Zeger-Jan van de Weg
31209c7e85 Add Go 1.12 images
Allows Gitaly to start testing against Go 1.12.

Part of: https://gitlab.com/gitlab-org/gitaly/issues/1513
2019-02-27 11:56:48 +01:00
Jan Provaznik
3c03598658 Compile graphicsmagick with jpeg/tiff 2019-02-18 14:25:42 +00:00
Stan Hu
5253e8e4f3 Upgrade CE/EE container to use Chrome 71.0 and Golang 1.11 2019-01-06 07:28:22 -08:00
Sean McGivern
38a1021068 Add apt-get update to install docker 2018-11-15 09:41:45 -08:00
Stan Hu
f0141c80a6 Merge branch 'master' into sh-add-rsync-www-gitlab-com 2018-11-12 07:52:20 -08:00
Stan Hu
343fbb26db Add rsync to www-gitlab-com package 2018-11-12 07:51:02 -08:00
Lukas Eipert
357f465910
Update node and yarn to latest stable 2018-11-10 16:13:35 +01:00
Clement Ho
962db60538 Add workaround for installing Noto Emoji for gitlab-puppeteer 2018-11-08 21:54:07 +00:00
Lukas Eipert
35fc800e29
Install imagemagick in www-gitlab-com docker image 2018-10-30 17:41:13 +01:00
Ian Baum
a0f6f84971 Add docker software to allow using dind enabled images 2018-10-12 10:23:32 +00:00
Stan Hu
f7494711f6 Clean up pandoc temporary files 2018-10-11 16:03:05 -07:00
Stan Hu
78aa73c6ce Install pandoc v2.3.1 to www-gitlab-com image 2018-10-11 19:33:19 +00:00
Lukas Eipert
5380948868
Ensure that package managers clean up
Every package manager should clean up after themselves in order to keep
docker layers neat and tiny:

apt (Debian/Ubuntu package manager):

 - unneeded dependencies are cleared (autoremove)
 - caches are cleaned (clean)
 - package lists are deleted

yum (CentOS package manager),
zypper (OpenSuse package manager)

 - should clear caches after installing dependencies

pip (Python package manager),
apk (Alpine package manager)

 - should use no cache for installing dependencies
2018-10-04 23:29:51 +02:00
Lukas Eipert
a787a7af9d Add images for Chrome 69 2018-09-06 21:47:28 +00:00
Zeger-Jan van de Weg
2a7a78a829
Add Golang 1.11 for build images
Go released a new version this week; https://blog.golang.org/go1.11
which makes go 1.9 EOL. To remove that version from our testing matrix,
we should make sure we support 1.11 first.

This only creates the 1.11 build images, other projects need to do the
cascading changes.
2018-08-26 09:37:43 +02:00
James Lopez
8e705228d9 Update scripts/custom-docker-build 2018-07-13 07:51:54 +00:00
Stan Hu
8afb27bf93 Add CHROME_DRIVER_VERSION on separate line 2018-07-06 16:14:45 -07:00
Stan Hu
962a8ba060 Properly export CHROME_DRIVER_VERSION 2018-07-06 16:10:23 -07:00
Stan Hu
a3d18021ec Bump to Chrome V67 2018-06-08 10:46:13 -07:00
Stan Hu
2c26a37c40 Merge branch 'master' into sh-bump-chrome-and-chromedriver-v66 2018-06-08 10:40:42 -07:00
Alexis Reigel
72747ef3ca Add graphicsmagick versioned feature 2018-06-06 09:11:38 +00:00
Balasankar "Balu" C
e5914b93cc Bump git 2.14 and 2.16 also 2018-05-30 09:29:22 +05:30
Balasankar "Balu" C
d6cbe8e943 Bump git version to 2.17.1 2018-05-30 08:23:23 +05:30
Stan Hu
62814c1c6e Lock Ruby builds to using Debian stretch
Closes #20
2018-05-29 09:55:04 -07:00
Stan Hu
baeb1cc4da Install gnupg2 dependency only for www-gitlab-com 2018-05-26 13:57:58 -07:00
Stan Hu
c11e549cab Add gnupg2 as an essential dependency for apt-key 2018-05-26 13:56:15 -07:00
Stan Hu
6e27b42922 Fix PostgreSQL build errors 2018-05-26 13:50:49 -07:00
Stan Hu
6c649b55fb Bump to Chrome V66 and tie ChromeDriver version to each version of Chrome 2018-05-19 05:59:43 -07:00
Stan Hu
00a575107e Remove system git from base install
In many images, this added a duplicate version of git, which led to
confusion.

Closes #19
2018-05-19 04:56:43 -07:00
Richard Clamp
61ec1a94bc Add an ansible terraform custom image
* Adds install-terraform for installing terraform binaries
* Adds install-ansible for installing ansible binaries
* Adds a ruby-2.3-ansible-2.5.1-terraform-0.11 image

Towards https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3395
2018-04-19 16:26:02 +01:00
Stan Hu
7807edf17d Bump Chrome to V65 and upgrade Chromedriver 2.36 2018-04-07 22:46:23 -07:00