Skip to content

Commit 347eb55

Browse files
Sync all the runner images (#3887)
* Sync all the runner images * ope
1 parent d273842 commit 347eb55

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

containers/runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#syntax=docker/dockerfile:1
2-
# https://github.com/actions/runner/blob/v2.330.0/images/Dockerfile
2+
# https://github.com/actions/runner/blob/v2.333.1/images/Dockerfile
33
ARG ACTIONS_RUNNER_VERSION=2.333.1
44
FROM --platform=${BUILDPLATFORM} ghcr.io/actions/actions-runner:${ACTIONS_RUNNER_VERSION}
55

flux/apps/arc-runners/helm-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: runner # default
22-
image: ghcr.io/actions/actions-runner:2.333.1
22+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
2323
command: [/home/runner/run.sh] # default
2424
---
2525
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -42,7 +42,7 @@ spec:
4242
spec:
4343
containers:
4444
- name: runner # default
45-
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:sha-7099533
45+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
4646
command: [/home/runner/run.sh] # default
4747
---
4848
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -73,7 +73,7 @@ spec:
7373
fsGroup: 1001
7474
containers:
7575
- name: runner # default
76-
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1
76+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
7777
command: [/home/runner/run.sh] # default
7878
resources:
7979
limits:
@@ -125,7 +125,7 @@ spec:
125125
spec:
126126
containers:
127127
- name: runner # default
128-
image: ghcr.io/actions/actions-runner:2.333.1
128+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
129129
command: [/home/runner/run.sh] # default
130130
---
131131
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -149,7 +149,7 @@ spec:
149149
spec:
150150
containers:
151151
- name: runner # default
152-
image: ghcr.io/actions/actions-runner:2.333.1
152+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
153153
command: [/home/runner/run.sh] # default
154154
---
155155
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -173,7 +173,7 @@ spec:
173173
spec:
174174
containers:
175175
- name: runner # default
176-
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1
176+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
177177
command: [/home/runner/run.sh] # default
178178
---
179179
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -197,7 +197,7 @@ spec:
197197
spec:
198198
containers:
199199
- name: runner # default
200-
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1
200+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
201201
command: [/home/runner/run.sh] # default
202202
---
203203
apiVersion: helm.toolkit.fluxcd.io/v2
@@ -221,5 +221,5 @@ spec:
221221
spec:
222222
containers:
223223
- name: runner # default
224-
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1
224+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
225225
command: [/home/runner/run.sh] # default

flux/apps/unmango-runners/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ spec:
1717
spec:
1818
containers:
1919
- name: runner
20-
image: ghcr.io/actions/actions-runner:2.333.1
20+
image: ghcr.io/unstoppablemango/the-cluster/actions-runner:v2.333.1@sha256:c747185a4a1279614abef606eec84bbb1e34fb9f0a6534c0ffe76e768d1b3782
2121
command: [/home/runner/run.sh]

flux/infrastructure/controllers/arc-system/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
replicaCount: 2
1818
image:
1919
repository: ghcr.io/actions/gha-runner-scale-set-controller # default
20-
tag: 0.14.1
20+
tag: 0.14.1@sha256:4f589b93e55a0e20c12ff51c35249877c15429bbfe6a2c531072af18dfce7d00
2121
securityContext:
2222
capabilities:
2323
drop: [ALL]

0 commit comments

Comments
 (0)