mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add an image for git v2.16 and Chrome v63
Also adds a caching mechanism for storing the latest version in an S3 bucket.
This commit is contained in:
parent
aec5d3edbd
commit
34ce2513c8
5 changed files with 80 additions and 11 deletions
|
|
@ -57,6 +57,7 @@ ruby-2.3-golang-1.10-git-2.9 test: *test_custom
|
|||
ruby-2.3-golang-1.10-git-2.16 test: *test_custom
|
||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6 test: *test_custom
|
||||
golang-1.8.6-git-2.9.0 test: *test_custom
|
||||
golang-1.8.6-git-2.14 test: *test_custom
|
||||
|
|
@ -92,6 +93,7 @@ ruby-2.3-golang-1.10-git-2.14: *build_and_deploy_custom
|
|||
ruby-2.3-golang-1.10-git-2.9: *build_and_deploy_custom
|
||||
ruby-2.3.5-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.14-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-63.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
ruby-2.3.6-golang-1.9-git-2.16-chrome-64.0-node-8.x-yarn-1.2-postgresql-9.6: *build_and_deploy_custom
|
||||
golang-1.8.6-git-2.9.0: *build_and_deploy_custom
|
||||
golang-1.8.6-git-2.14: *build_and_deploy_custom
|
||||
|
|
@ -115,6 +117,17 @@ omnibus-gitlab-wheezy: *build_and_deploy
|
|||
omnibus-gitlab-xenial: *build_and_deploy
|
||||
sitespeed-gitlab: *build_and_deploy
|
||||
|
||||
cache-google-chrome:
|
||||
stage: build
|
||||
variables:
|
||||
MOUNT_POINT: /builds/$CI_PROJECT_PATH/mnt
|
||||
script:
|
||||
- mkdir -p "$MOUNT_POINT"
|
||||
- cp scripts/cache-google-chrome $MOUNT_POINT
|
||||
- docker run -e "AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID" -e "AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY" -v "$MOUNT_POINT:/mnt" ubuntu:16.04 /mnt/cache-google-chrome
|
||||
only:
|
||||
- master
|
||||
|
||||
# Old Google Chrome images are listed here for reference:
|
||||
|
||||
# These still exist in our docker repisotiry, but they cannot be built anymore since
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue