Commit graph

18 commits

Author SHA1 Message Date
Kamil Trzciński
384f6231b4 Update scripts to compile arm64 based images
This changes all binaries to be platform dependent
instead of being amd64 hardcoded.
2022-05-02 17:20:44 +02:00
Rémy Coutable
54900fc18d
Update to Chrome 99
Signed-off-by: Rémy Coutable <remy@rymai.me>
2022-03-16 19:07:39 +01:00
Lukas 'Eipi' Eipert
e951d1ab82 Cache Google Chrome deb with generic packages rather than AWS 2022-02-22 15:49:54 +00:00
Stan Hu
1cb45d0cab
Downgrade to Chrome 97
Chrome 98 has a bug with sending control keys that is breaking our
keyboard shortcut tests:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999

Prune older Chrome entries as we no longer need them.
2022-02-11 00:45:16 -08: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
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
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
7807edf17d Bump Chrome to V65 and upgrade Chromedriver 2.36 2018-04-07 22:46:23 -07:00
Stan Hu
34ce2513c8 Add an image for git v2.16 and Chrome v63
Also adds a caching mechanism for storing the latest version in an S3 bucket.
2018-02-27 22:41:40 -08:00
Stan Hu
fc4604725f Bump ChromeDriver to 2.35 to support Chrome 64 2018-02-26 16:15:22 -08:00
Andrew Newdigate
6725e787b0 Fix for bug that forces all Go binaries to be based on Go 1.8 (the default) 2017-12-21 11:55:07 +00:00
Jose Ivan Vargas
39c386737c update chrome driver 2017-10-10 16:04:00 -05:00
Mike Greiling
8c57ead5c3 update chrome webdriver to v2.32 2017-10-03 15:59:44 -05:00
Stan Hu
e7641f6309 Bump Chrome to 60.0 2017-08-02 20:24:39 -04:00
Stan Hu
fcce228a0a Update ChromeDriver 2.31
Fixes https://bugs.chromium.org/p/chromedriver/issues/detail?id=1772
2017-08-02 16:59:37 -07:00
Stan Hu
091046ce2c Remove zip file after downloading 2017-06-20 12:10:51 -07:00
Stan Hu
081f7b452f Bump Chrome version to 59.0.3071.104 and add ChromeDriver to image
See https://chromereleases.googleblog.com/2017/06/stable-channel-update-for-desktop_15.html#gpluscomments
for more details.
2017-06-16 22:40:51 -07:00
Mike Greiling
d91997de08 add headless chrome option to build images 2017-06-10 02:15:52 -05:00