feat: disable automatic runner updates (#1088)

* Add env variable to configure `disablupdate` flag

* Write test for entrypoint disable update

* Rename flag, update docs for DISABLE_RUNNER_UPDATE

* chore: bump runner version in makefile

Co-authored-by: Callum Tait <[email protected]>
This commit is contained in:
Chris Bui
2022-02-03 21:03:38 +00:00
committed by GitHub
co-authored by Callum Tait
parent b652a8f9ae
commit 1b911749a6
9 changed files with 150 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.286.0
ARG RUNNER_VERSION=2.287.1
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.8
ARG DUMB_INIT_VERSION=1.2.5