Commit graph

300 commits

Author SHA1 Message Date
Stan Hu
3cd9e5e55c Merge branch 'leipert-install-imagemagick-in-www-image' into 'master'
Install imagemagick in www-gitlab-com docker image

See merge request gitlab-org/gitlab-build-images!134
2018-10-30 17:26:34 +00:00
Lukas Eipert
35fc800e29
Install imagemagick in www-gitlab-com docker image 2018-10-30 17:41:13 +01:00
Stan Hu
929fb5266c Merge branch 'sh-add-ruby-2.5-with-golang-1.10' into 'master'
Add missing build for ruby 2.5 and Golang 1.10

See merge request gitlab-org/gitlab-build-images!133
2018-10-24 21:21:39 +00:00
Stan Hu
d089233023 Add missing build for ruby 2.5 and Golang 1.10 2018-10-24 14:20:44 -07:00
Stan Hu
4bbc88249b Merge branch 'sh-add-ruby-2.5-with-golang-1.10' into 'master'
Add a Ruby 2.5 image with Golang v1.10 for Gitaly

See merge request gitlab-org/gitlab-build-images!132
2018-10-24 18:32:04 +00:00
Stan Hu
9c7808068b Add a Ruby 2.5 image with Golang v1.10 for Gitaly 2018-10-24 11:01:59 -07:00
Stan Hu
0c6b475ef1 Merge branch 'zj-remove-gitaly-old-iamges' into 'master'
Remove unused Gitaly images

See merge request gitlab-org/gitlab-build-images!131
2018-10-24 16:15:45 +00:00
Zeger-Jan van de Weg
e604a1c548 Merge branch 'sh-add-ruby-2-5-gitaly' into 'master'
Add Ruby 2.5 images for Gitaly

See merge request gitlab-org/gitlab-build-images!130
2018-10-24 12:23:34 +00:00
Zeger-Jan van de Weg
0dc3840035 Remove unused Gitaly images
Gitaly doesn't support any git version older than 2.18, so all those images were out
of date.
2018-10-24 12:18:09 +00:00
Stan Hu
6ab457ef2c Add Ruby 2.5 images for Gitaly 2018-10-24 02:12:20 -07:00
Stan Hu
cca21f6a0c Merge branch 'rs-release-tools-libressl-dev' into 'master'
Add openssl-dev to release-tools image

See merge request gitlab-org/gitlab-build-images!129
2018-10-22 17:07:47 +00:00
Robert Speicher
945cbda70a
Add openssl-dev to release-tools image
Rugged failed to build without this package.
2018-10-22 11:46:36 -05:00
Stan Hu
ad7b8c73af Merge branch 'ClemMakesApps-master-patch-30985' into 'master'
Rename gitlab-ui to gitlab-puppeteer

See merge request gitlab-org/gitlab-build-images!128
2018-10-22 03:58:10 +00:00
Clement Ho
5e40be2f57 Rename gitlab-ui to gitlab-puppeteer 2018-10-22 03:58:10 +00:00
Stan Hu
e2d77745d9 Merge branch 'sh-test-ruby-2-5-3' into 'master'
Add Ruby 2.5.3 images for CE/EE

See merge request gitlab-org/gitlab-build-images!127
2018-10-20 06:56:54 +00:00
Stan Hu
97a15a5fb0 Add Ruby 2.5.3 images for CE/EE 2018-10-19 23:34:26 -07:00
Zeger-Jan van de Weg
7aeab7085c Merge branch 'sh-remove-ruby-2.3' into 'master'
Remove ruby-2.3 build images since Gitaly no longer needs them

See merge request gitlab-org/gitlab-build-images!126
2018-10-19 14:58:48 +00:00
Stan Hu
5bd7cde21f Remove ruby-2.3 build images since Gitaly no longer needs them 2018-10-19 05:58:13 -07:00
Stan Hu
8b2e2b03e7 Merge branch 'sh-bump-ruby-2-4-5' into 'master'
Bump Ruby interpreter to 2.4.5

See merge request gitlab-org/gitlab-build-images!125
2018-10-19 06:56:08 +00:00
Stan Hu
f0ec140a5a Bump Ruby interpreter to 2.4.5 2018-10-17 14:53:34 -07:00
Marin Jankovski
a32e4f208a Merge branch 'add-docker-image' into 'master'
Add docker software to allow using dind enabled images

See merge request gitlab-org/gitlab-build-images!122
2018-10-12 10:23:32 +00:00
Ian Baum
a0f6f84971 Add docker software to allow using dind enabled images 2018-10-12 10:23:32 +00:00
Stan Hu
90ff48b5f6 Merge branch 'sh-cleanup-pandoc-tempfiles' into 'master'
Clean up pandoc temporary files

See merge request gitlab-org/gitlab-build-images!124
2018-10-11 23:35:15 +00:00
Stan Hu
f7494711f6 Clean up pandoc temporary files 2018-10-11 16:03:05 -07:00
Stan Hu
70b82795c9 Merge branch 'sh-add-pandoc-2-www-image' into 'master'
Install pandoc v2.3.1 to www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!123
2018-10-11 22:52:22 +00:00
Stan Hu
78aa73c6ce Install pandoc v2.3.1 to www-gitlab-com image 2018-10-11 19:33:19 +00:00
Marin Jankovski
311bb35edb Merge branch 'remove-terraform-from-charts-image' into 'master'
Remove terraform from gitlab-charts-build-base

See merge request gitlab-org/gitlab-build-images!121
2018-10-10 08:15:06 +00:00
Stan Hu
1f333ac062 Merge branch 'leipert-thinner-images' into 'master'
Thin out docker images

See merge request gitlab-org/gitlab-build-images!120
2018-10-05 00:14:09 +00:00
Ian Baum
e9e83605f7
Remove terraform from gitlab-charts-build-base
Switching to external-dns removes this requirement
2018-10-04 17:00:56 -05:00
Lukas Eipert
8c009ec586
Delete ruby sources from omnibus images 2018-10-04 23:29:52 +02: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
Marin Jankovski
9fa4aa85c2 Merge branch 'leipert-remove-phantom' into 'master'
Remove references to deleted phantom script

See merge request gitlab-org/gitlab-build-images!119
2018-10-04 11:22:12 +00:00
Rémy Coutable
d29b1da7aa Merge branch 'leipert-fix-node-version-in-danger-image' into 'master'
Fix node and yarn version in danger image

See merge request gitlab-org/gitlab-build-images!118
2018-10-02 10:17:34 +00:00
Achilleas Pipinellis
92b74f865f Merge branch 'add-docs-image' into 'master'
Add GitLab docs linting image to project, based on existing docs linting image

See merge request gitlab-org/gitlab-build-images!114
2018-10-02 08:53:28 +00:00
Evan Read
80e889b8f0 Add GitLab docs linting image to project, based on existing docs image for linting 2018-10-02 13:03:37 +10:00
Lukas Eipert
96da23a8fd
Remove references to deleted phantom script
Phantom JS has not been used since December 2017, so I think it is save
to remove the reference.

For reference: d5c225c148
2018-10-01 14:19:20 +02:00
Marin Jankovski
a561aa78a8 Merge branch 'update_charts_helm' into 'master'
Update helm for the charts base image

See merge request gitlab-org/gitlab-build-images!117
2018-10-01 08:58:35 +00:00
Lukas Eipert
216a8252dd
Fix node and yarn version in danger image
Copied the build instructions from the official node image
526c6e618/8/alpine/Dockerfile
2018-09-29 08:54:33 +02:00
Ahmad Hassan
35d4c2def3 Update helm for the charts base image 2018-09-28 07:13:27 +02:00
Mike Greiling
05a9136232 Merge branch 'leipert-add-node-to-danger' into 'master'
Add node and yarn to the Danger image

See merge request gitlab-org/gitlab-build-images!116
2018-09-24 14:21:02 +00:00
Lukas Eipert
d6c4035adb
Add node and yarn to the Danger image 2018-09-24 09:59:58 +02:00
Stan Hu
72663991ec Merge branch 'bump-chart-build-base' into 'master'
Update the versions of Helm and Kubectl used

See merge request gitlab-org/gitlab-build-images!115
2018-09-19 20:57:55 +00:00
DJ Mountney
3e9f6bd439 Update the versions of Helm and Kubectl used
Our cloud native CI has been updated to be a 1.9.x cluster, and our
recommended Helm version is already 2.9.x
2018-09-19 11:50:26 -07:00
Stan Hu
627291a83a Merge branch 'update-gitlab-ui-dockerfile' into 'master'
Add cleanup step for the gitlab-ui image

See merge request gitlab-org/gitlab-build-images!113
2018-09-11 16:56:19 +00:00
Jose Vargas
cdae377233
add cleanup step for the gitlab-ui image 2018-09-11 11:34:48 -05:00
Stan Hu
ca9c2d8d4c Merge branch 'add-gitlab-ui-image' into 'master'
Add gitlab-ui image

See merge request gitlab-org/gitlab-build-images!112
2018-09-11 16:26:48 +00:00
Jose Vargas
7ceb855d07 Add gitlab-ui image 2018-09-11 10:43:20 -05:00
Mike Greiling
2d6c97b6fb Merge branch 'leipert-update-chrome' into 'master'
Add images for Chrome 69

See merge request gitlab-org/gitlab-build-images!111
2018-09-06 21:47:28 +00:00
Lukas Eipert
a787a7af9d Add images for Chrome 69 2018-09-06 21:47:28 +00:00
Andrew Newdigate
d395dbb7ba Merge branch 'zj-deploy-golang-1.11' into 'master'
Add deploy stage for new Golang images

See merge request gitlab-org/gitlab-build-images!110
2018-08-27 13:58:49 +00:00