Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/github-self-hosted-runner-azure
https://github.com/pagopa/github-self-hosted-runner-azure
github-actions-iac github-actions-pagopa
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagopa/github-self-hosted-runner-azure
- Owner: pagopa
- Created: 2022-11-23T16:37:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T10:48:43.000Z (9 months ago)
- Last Synced: 2024-04-11T02:26:46.822Z (9 months ago)
- Topics: github-actions-iac, github-actions-pagopa
- Language: Dockerfile
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 34
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# github-self-hosted-runner-azure
## How to use
Every time you want to update the runner you have to do the following:
* go to the following page: and choose the latest runner
* on the page of the chosen release, you need to take two pieces of info:* the version of the runner
* the sha of the `actions-runner-linux-x64` version these two info must be inserted in the Dockerfile respectively in the variable: `ENV_GITHUB_RUNNER_VERSION` and `ENV_GITHUB_RUNNER_VERSION_SHA`
* run a local build
* Push your code and be sure that the action `beta-docker-branch` runs correctly
## Github agent configuration
You can find all the configurations flags use by `config.sh` in this pages:
*
*