Update runner version to 2.301.1 (#2182)

Co-authored-by: TingluoHuang <TingluoHuang@github.com>
This commit is contained in:
Bassem Dghaidi 2023-01-19 11:36:05 +01:00 committed by GitHub
parent f9bae708c2
commit 6da1cde09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ env:
PUSH_TO_REGISTRIES: true
TARGET_ORG: actions-runner-controller
TARGET_WORKFLOW: release-runners.yaml
RUNNER_VERSION: 2.300.2
RUNNER_VERSION: 2.301.1
DOCKER_VERSION: 20.10.21
RUNNER_CONTAINER_HOOKS_VERSION: 0.2.0

View File

@ -5,7 +5,7 @@ else
endif
DOCKER_USER ?= $(shell echo ${NAME} | cut -d / -f1)
VERSION ?= dev
RUNNER_VERSION ?= 2.300.2
RUNNER_VERSION ?= 2.301.1
TARGETPLATFORM ?= $(shell arch)
RUNNER_NAME ?= ${DOCKER_USER}/actions-runner
RUNNER_TAG ?= ${VERSION}

View File

@ -6,7 +6,7 @@ DIND_ROOTLESS_RUNNER_NAME ?= ${DOCKER_USER}/actions-runner-dind-rootless
OS_IMAGE ?= ubuntu-22.04
TARGETPLATFORM ?= $(shell arch)
RUNNER_VERSION ?= 2.300.2
RUNNER_VERSION ?= 2.301.1
RUNNER_CONTAINER_HOOKS_VERSION ?= 0.2.0
DOCKER_VERSION ?= 20.10.21

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ENV CHANNEL=stable

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ENV CHANNEL=stable

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ARG CHANNEL=stable

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ARG CHANNEL=stable

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ARG CHANNEL=stable

View File

@ -1,7 +1,7 @@
FROM ubuntu:22.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.300.2
ARG RUNNER_VERSION=2.301.1
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
# Docker and Docker Compose arguments
ARG CHANNEL=stable

View File

@ -41,7 +41,7 @@ var (
testResultCMNamePrefix = "test-result-"
RunnerVersion = "2.300.2"
RunnerVersion = "2.301.1"
)
// If you're willing to run this test via VS Code "run test" or "debug test",