Skip to content

Commit bb700ad

Browse files
committed
forgejo: runner rootless dind (v2.2)
1 parent 1ca4d1d commit bb700ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/apps/by-cluster/rgst/forgejo.jsonnet

+2-1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ local all = {
211211
},
212212
{
213213
name: 'setup-dind',
214+
image: 'docker:28.0.1-dind-rootless',
214215
command: ['sh', '-ex', '-c'],
215216
args: [
216217
|||
@@ -272,7 +273,7 @@ local all = {
272273
command: ['forgejo-runner', 'daemon'],
273274
volumeMounts: [
274275
{
275-
name: 'docker-socket',
276+
name: 'dind-sock',
276277
mountPath: dind_sock_dir,
277278
readOnly: true,
278279
},

0 commit comments

Comments
 (0)