File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11# from https://hub.docker.com/_/ubuntu/tags?page=1&name=22.04
22FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea
33
4- ENV ENV_GITHUB_RUNNER_VERSION="2.304 .0"
5- ENV ENV_GITHUB_RUNNER_VERSION_SHA=292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f
4+ ENV ENV_GITHUB_RUNNER_VERSION="2.305 .0"
5+ ENV ENV_GITHUB_RUNNER_VERSION_SHA=737bdcef6287a11672d6a5a752d70a7c96b4934de512b7eb283be6f51a563f2f
66ENV ENV_YQ_VERSION="v4.30.6"
77ENV ENV_KUBELOGIN_VERSION=0.0.27
88
@@ -18,10 +18,10 @@ RUN chmod +x /github-runner-entrypoint.sh
1818USER github
1919
2020RUN whoami && \
21- az --version && \
22- kubectl --help && \
23- kubelogin --version && \
24- helm --help && \
25- yq --version
21+ az --version && \
22+ kubectl --help && \
23+ kubelogin --version && \
24+ helm --help && \
25+ yq --version
2626
2727ENTRYPOINT ["/github-runner-entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ mkdir -p actions-runner
2222cd actions-runner || exit
2323
2424# from https://github.com/actions/runner/releases
25- GITHUB_RUNNER_VERSION=" ${ENV_GITHUB_RUNNER_VERSION:- 2.304 .0} "
26- GITHUB_RUNNER_VERSION_SHA=" ${ENV_GITHUB_RUNNER_VERSION_SHA:- 292e8770bdeafca135c2c06cd5426f9dda49a775568f45fcc25cc2b576afc12f } "
25+ GITHUB_RUNNER_VERSION=" ${ENV_GITHUB_RUNNER_VERSION:- 2.305 .0} "
26+ GITHUB_RUNNER_VERSION_SHA=" ${ENV_GITHUB_RUNNER_VERSION_SHA:- 737bdcef6287a11672d6a5a752d70a7c96b4934de512b7eb283be6f51a563f2f } "
2727curl -o actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz -L https://github.com/actions/runner/releases/download/v${GITHUB_RUNNER_VERSION} /actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz
2828echo " ${GITHUB_RUNNER_VERSION_SHA} actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz" | sha256sum -c
2929tar xzf ./actions-runner-linux-x64-${GITHUB_RUNNER_VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments