Commit graph

972 commits

Author SHA1 Message Date
Lin Jen-Shin
44879635e4 Append test to the test job name otherwise they're missing 2017-03-23 22:48:00 +08:00
Lin Jen-Shin
4332356fd4 Add an image for updated postgresql-client 2017-03-23 22:32:46 +08:00
Grzegorz Bizon
6993033ae4 Merge branch 'gitaly-build-images' into 'master'
golang-1.5-git-2.8.4

See merge request !28
2017-03-08 06:28:35 +00:00
Kim Carlbäcker
a32461f5e4 Gitaly Build Images
Golang 1.5, 1.6, 1.7, 1.8 + Git 2.8.4
2017-03-08 01:26:27 +01:00
Grzegorz Bizon
aa62d51de6 Merge branch 'feature/gb/gitlab-qa-image' into 'master'
Add GitLab QA base image

See merge request !27
2017-02-20 08:42:06 +00:00
Grzegorz Bizon
239954ade2 Add GitLab QA base image 2017-02-20 09:35:35 +01:00
Zeger-Jan van de Weg
556e02569f Merge branch 'zj-environments-container' into 'master'
Environments image

See merge request !26
2017-02-17 11:39:34 +00:00
Z.J. van de Weg
48634e1f6c Rename the dockerfile 2017-02-17 11:39:34 +00:00
Zeger-Jan van de Weg
4855c6a352 Merge branch 'zj-remove-docker-file' into 'master'
Remove job without Dockerfile

See merge request !25
2017-02-16 09:11:36 +00:00
Zeger-Jan van de Weg
e17cd9768e Remove job without Dockerfile 2017-02-16 08:59:47 +00:00
Zeger-Jan van de Weg
2831aa50b2 Add license
[ci skip]
2017-02-16 08:55:46 +00:00
Jacob Schatz
c2013e7fc5 Merge branch 'fix-yarn-dependency' into 'master'
Fix yarn installation

Closes #7

See merge request !24
2017-02-13 20:36:43 +00:00
Mike Greiling
1dde272ab2 fix yarn installation 2017-02-13 14:10:16 -06:00
Kamil Trzciński
ba95510cb4 Merge branch 'cleanup-apt' into 'master'
Clean up `apt` configuration and cache

See merge request !21
2017-02-13 10:56:34 +00:00
Achilleas Pipinellis
17a92dc0d0 Merge branch 'www/add-file-pkg' into 'master'
Add the file package for www Docker image

See merge request !22
2017-02-13 09:46:06 +00:00
Achilleas Pipinellis
5acb6556f7 Add the file package for www Docker image
Needed for https://gitlab.com/gitlab-com/www-gitlab-com/issues/1150
2017-02-13 10:37:03 +01:00
Nick Thomas
0108ade696 Remove cached .deb files to reduce image size 2017-02-10 16:39:23 +00:00
Nick Thomas
3a23bcdbf0 Remove stretch from the list of apt sources after installing git 2017-02-10 16:37:59 +00:00
Kamil Trzciński
22cd8531df Merge branch 'add-yarn-to-nodejs-image' into 'master'
Adding Yarn for use instead of npm

See merge request !20
2017-02-10 16:15:19 +00:00
DJ Mountney
5ad635ca9e Adding Yarn for use instead of npm
See the following issue for details: https://gitlab.com/gitlab-org/gitlab-ce/issues/27613

But essentially we need to be able to lock down sub-dependancies
2017-02-07 14:33:32 -08:00
Kamil Trzciński
a1fd432579 Merge branch 'add-runner-binary-for-kube' into 'master'
Add gitlab-runner binary to www-gitlab-com

This request will add the `gitlab-runner` binary to the www-gitlab-com image. This is required to make CI work on a kubernetes cluster. 

This is a workaround for https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues/1908 and is needed for https://gitlab.com/gitlab-com/infrastructure/issues/749

See merge request !19
2016-12-15 11:06:58 +00:00
Alex Hanselka
dd522b6494 add the gitlab-runner binary so that the build will work on Kubernetes 2016-12-14 11:21:02 -06:00
Kamil Trzciński
f8c63a305e Merge branch 'zj-ruby-2.3.3' into 'master'
Add image for ruby 2.3.3

Needed for: gitlab-org/gitlab-ce#24629

See merge request !18
2016-12-02 10:40:46 +00:00
Z.J. van de Weg
11e8241964 Build image on CI
This also removes an image which wasn't build yet, as thats absorbed
into the one I was working on.
2016-11-29 14:13:23 +01:00
Z.J. van de Weg
30688f1b8e Add image for ruby 2.3.3 2016-11-29 13:56:15 +01:00
Kamil Trzciński
0bfb3e675f Merge branch 'Dockerfile-ruby-2-3-git-2-7-phantomjs-2-1-node-7-1' into 'master'
Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1

`ruby:2.3`

`git:2.7`

`phantomjs:2.1`

`node:7.1`

See merge request !17
2016-11-25 09:40:54 +00:00
Kamil Trzciński
eaafa7be6d Merge branch 'zj-install-bash-alpine' into 'master'
Update Dockerfile.ruby-2.3-static-analyses

See merge request !16
2016-11-25 09:39:56 +00:00
Luke Bennett
45998ee199
Added Dockerfile.ruby-2.3-git-2.7-phantomjs-2.1-node-7.1
Added `install-node` to install node:7.1
2016-11-19 04:30:44 +00:00
Zeger-Jan van de Weg
31a5f74965 Update Dockerfile.ruby-2.3-static-analyses 2016-11-15 21:21:42 +00:00
Kamil Trzciński
0139406e7e Merge branch 'zj-alpine-for-static-analyses' into 'master'
Create Alpine image for static analyses

In the case of rspec or spinach, we can't take the risk to run a couple
of other implementation for C libraries and the like. For static
analyses however, we can take this risk.

See merge request !15
2016-11-14 11:23:31 +00:00
Z.J. van de Weg
863b0ba48f Create Alpine image for static analyses
In the case of rspec or spinach, we can't take the risk to run a couple
of other implementation for C libraries and the like. For static
analyses however, we can take this risk.
2016-11-09 22:44:33 +01:00
Achilleas Pipinellis
59ad54cd13 Merge branch 'doc-gitlab-com' into 'master'
Add image for doc-gitlab-com



See merge request !13
2016-10-06 11:06:24 +00:00
Kamil Trzciński
6d89650248 Merge branch 'zj-push-to-dev' into 'master'
Push to registry on the same server



See merge request !14
2016-09-30 08:48:56 +00:00
Z.J. van de Weg
813e1caba9 Push to registry on the same server 2016-09-30 10:16:54 +02:00
Kamil Trzciński
e6035ad982 Merge branch 'phantomjs2' into 'master'
Phantomjs2



See merge request !11
2016-09-27 14:47:48 +00:00
Z.J. van de Weg
d0830864e3 Install git from Debian strech sources 2016-09-23 19:43:43 +03:00
Z.J. van de Weg
d5cecaa7dc Start versioning images based on dependency versions
Also this removes the Ruby 2.2 images we don't use anyway.
2016-09-22 17:31:34 +03:00
Achilleas Pipinellis
72fb34322b Add jobs to .gitlab-ci.yml 2016-09-13 10:57:59 +02:00
Achilleas Pipinellis
88c5adb85d Add image for doc-gitlab-com 2016-09-13 10:51:51 +02:00
Achilleas Pipinellis
1c33d8a3b2 Merge branch 'www-gitlab-com-slim' into 'master'
Make the www-gitlab-com image smaller

Fixes #4

See merge request !12
2016-09-11 16:27:27 +00:00
Achilleas Pipinellis
8f296634e8 Add missing lmodern package for texlive 2016-09-11 11:39:15 +02:00
Achilleas Pipinellis
32f1fc197d Do not install recommends 2016-09-11 10:55:34 +02:00
Achilleas Pipinellis
17982033c2 Make the www-gitlab-com image smaller 2016-09-11 10:42:22 +02:00
Z.J. van de Weg
e1f3488d98 Shuffle files around 2016-09-09 19:24:31 +02:00
DJ Mountney
ba27de2fd4 Add phantomjs2 images
We want to keep the old images so the current stable and patch releases continue to work.
2016-09-08 21:05:21 +02:00
Achilleas Pipinellis
48e6679688 Add www-gitlab-com repo to README 2016-09-08 20:21:44 +02:00
Kamil Trzciński
fa5751438c Merge branch 'zj-use-ruby-2-3-1' into 'master'
From ruby 2.3.1



See merge request !7
2016-09-08 11:29:59 +00:00
Achilleas Pipinellis
072870b182 Merge branch 'locale-gen' into 'master'
Use an entry in /etc/locale.gen



See merge request !9
2016-09-07 21:44:37 +00:00
Achilleas Pipinellis
d03b1b934c Use an entry in /etc/locale.gen 2016-09-07 22:40:26 +02:00
Kamil Trzciński
d357ba3e55 Merge branch 'locales' into 'master'
Add locales packages and set to en_US.UTF-8



See merge request !3
2016-09-07 15:37:24 +00:00