File tree Expand file tree Collapse file tree 4 files changed +8
-27
lines changed
splice-test-docker-runner Expand file tree Collapse file tree 4 files changed +8
-27
lines changed Original file line number Diff line number Diff line change 11# Note that we don't currently support arm64 runners, so we build this only for amd64
2- FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.326 .0@sha256:9c3383600872325f21951a0a1a8ae640361ff5e1abdf1f2900de8ba1cfd915e9
2+ FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.328 .0@sha256:db0dcae6d28559e54277755a33aba7d0665f255b3bd2a66cdc5e132712f155e0
33
4- LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.326 .0"
4+ LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.328 .0"
55# Ideally, we'd reduce duplication between this and splice-test-ci, but we're not tackling that right now
66
77RUN sudo apt-get update && \
@@ -15,5 +15,3 @@ RUN sudo ln -s /usr/bin/python3 /usr/bin/python
1515ENV COURSIER_CACHE=/cache/coursier
1616
1717COPY target/LICENSE .
18- RUN mv /home/runner/run.sh /home/runner/run-base.sh
19- COPY run.sh /home/runner/run.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Note that we don't currently support arm64 runners, so we build this only for amd64
2- FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.326 .0@sha256:9c3383600872325f21951a0a1a8ae640361ff5e1abdf1f2900de8ba1cfd915e9
2+ FROM --platform=$BUILDPLATFORM ghcr.io/actions/actions-runner:2.328 .0@sha256:db0dcae6d28559e54277755a33aba7d0665f255b3bd2a66cdc5e132712f155e0
33
4- LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.326 .0"
4+ LABEL org.opencontainers.image.base.name="ghcr.io/actions/actions-runner:2.328 .0"
55
66COPY target/index.js /home/runner/k8s/index.js
77COPY target/LICENSE .
Original file line number Diff line number Diff line change @@ -193,6 +193,10 @@ function installDockerRunnerScaleSet(
193193 name : 'DOCKER_HOST' ,
194194 value : 'unix:///var/run/docker.sock' ,
195195 } ,
196+ {
197+ name : 'RUNNER_WAIT_FOR_DOCKER_IN_SECONDS' ,
198+ value : '120' ,
199+ } ,
196200 ] ,
197201 resources,
198202 // required to mount the nix store inside the container from the NFS
You can’t perform that action at this time.
0 commit comments