Skip to content

Preinstall common tools on machine

Steve Xuereb requested to merge 1-preinstall-common-tools-on-machine into master

Overview

List of software installed:

Screen_Shot_2019-09-16_at_17.04.24

Details:

Single source of truth for installed software: https://gitlab.com/gitlab-org/ci-cd/custom-executors/gitlab-gcp-shared-runner-images/blob/1-preinstall-common-tools-on-machine/cookbooks/preinstalled-software/README.md

Some of the cookbooks are vendorded such as chocolatey, because Packer simply uploads the cookbooks and doesn't run anything before the specified run_list, taking a look at #6991 and #590 vendoring the cookbook is the simplest solution.

Testing

gcloud compute instances create $SOME_NAME --image runners-windows-2019-core-containers-dev-219560a5 --zone europe-west4-c

Closes #1 (closed)

Edited by Steve Xuereb

Merge request reports