Skip to content

Commit e3d2068

Browse files
committed
forgejo: runner rootless dind (v4.3)
1 parent 3528e1f commit e3d2068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ local all = {
145145
// Generated by the registration init container.
146146
file: '.runner',
147147
envs: {
148-
DOCKER_HOST: 'tcp://localhost:2376',
148+
DOCKER_HOST: 'tcp://localhost:2375',
149149
},
150150
capacity: 2,
151151
},
@@ -214,7 +214,7 @@ local all = {
214214
command: ['sh', '-e', '-c'],
215215
args: [
216216
|||
217-
while ! nc -z localhost 2376 </dev/null; do
217+
while ! nc -z localhost 2375 </dev/null; do
218218
echo 'waiting for docker daemon...' >&2
219219
sleep 2
220220
done
@@ -223,7 +223,7 @@ local all = {
223223
|||,
224224
],
225225
env: k.envList({
226-
DOCKER_HOST: 'tcp://localhost:2376',
226+
DOCKER_HOST: 'tcp://localhost:2375',
227227
}),
228228
volumeMounts: [
229229
{

0 commit comments

Comments
 (0)