Skip to content

Instantly share code, notes, and snippets.

View ukewea's full-sized avatar
😅

ukewea ukewea

😅
  • Taiwan
View GitHub Profile
@ukewea
ukewea / docker-compose_knatnetwork_github-runner-proxied.yaml
Created April 3, 2024 08:11
docker-compose.yaml of knatnetwork/github-runner behind a corporate proxy
services:
runner:
image: knatnetwork/github-runner:jammy-2.315.0
restart: always
environment:
RUNNER_REGISTER_TO: 'org-name'
RUNNER_LABELS: 'purpose1,spec2'
KMS_SERVER_ADDR: 'http://kms:3000'
ADDITIONAL_FLAGS: '--ephemeral'
# I setup a CNTLM proxy and listens to docker0 interface