mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +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
|
|
@ -33,7 +33,7 @@ function print_chrome_args() {
|
|||
60|60.0) CHROME_VERSION=60.0.3112.90-1 ;;
|
||||
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
||||
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
||||
63|63.0) CHROME_VERSION=63.0.3239.108-1 ;;
|
||||
63|63.0) CHROME_VERSION=63.0.3239.132-1 ;;
|
||||
64|64.0) CHROME_VERSION=64.0.3282.186-1 ;;
|
||||
*) echo "Unknown chrome version $1"; exit 1;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue