Skip to content

Commit

Permalink
feat(arc): update arc runner to v2.319.1, update docker/buildx/compose
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Sep 28, 2024
1 parent 39bb9fe commit ededecd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions arc-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
# Replace value with the latest runner release version
# source: https://github.com/actions/runner/releases
# ex: 2.303.0
ARG RUNNER_VERSION="2.317.0"
ARG RUNNER_VERSION="2.319.1"
ARG RUNNER_ARCH="arm64"
# Replace value with the latest runner-container-hooks release version
# source: https://github.com/actions/runner-container-hooks/releases
# ex: 0.3.1
ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.0"
ARG RUNNER_CONTAINER_HOOKS_VERSION="0.6.1"

ARG TARGETPLATFORM
ARG TARGETOS
Expand All @@ -17,9 +17,9 @@ ARG RUNNER_VERSION

# Docker and Docker Compose arguments
ARG CHANNEL=stable
ARG DOCKER_VERSION=25.0.5
ARG BUILDX_VERSION=0.13.1
ARG DOCKER_COMPOSE_VERSION=v2.27.1
ARG DOCKER_VERSION=27.1.1
ARG BUILDX_VERSION=0.16.2
ARG DOCKER_COMPOSE_VERSION=v2.29.2
ARG DUMB_INIT_VERSION=1.2.5
ARG RUNNER_USER_UID=1001
ARG DOCKER_GROUP_GID=121
Expand Down
2 changes: 1 addition & 1 deletion arc-runner/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target "default" {
dockerfile = "Dockerfile"
tags = ["ghcr.io/crisiscleanup/runner:v2.317.0"]
tags = ["ghcr.io/crisiscleanup/runner:v2.319.1"]
platforms = ["linux/arm64"]
}

0 comments on commit ededecd

Please sign in to comment.