Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpoxo6op/gitlab-runner-docker-windows
Demo Code for Registering Gitlab Runner With Docker Executor For Windows Article
https://github.com/kpoxo6op/gitlab-runner-docker-windows
docker gcp gitlab powershell terraform
Last synced: 27 days ago
JSON representation
Demo Code for Registering Gitlab Runner With Docker Executor For Windows Article
- Host: GitHub
- URL: https://github.com/kpoxo6op/gitlab-runner-docker-windows
- Owner: kpoxo6op
- Created: 2024-04-26T10:16:17.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-01T09:02:29.000Z (5 months ago)
- Last Synced: 2024-09-30T03:04:09.065Z (about 1 month ago)
- Topics: docker, gcp, gitlab, powershell, terraform
- Language: HCL
- Homepage: https://borisascode.com/blog/gitlab-docker-for-windows-runner
- Size: 25.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitlab agent pwsh
Demo code for article
Create gitlab agent with terraform and powershell on GCP.
```sh
# follow docs
# gcp account
# billing enabled on projects
# ~/infra-admin-key.json
# ~/terraform-admin-key.json
source .env
terraform init
terraform plan
```