Skip to content

Commit a12731d

Browse files
authored
Include k8s novolume (version v0.8.0) (#4063)
1 parent 18f2450 commit a12731d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c
2121
&& unzip ./runner-container-hooks.zip -d ./k8s \
2222
&& rm runner-container-hooks.zip
2323

24+
RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-container-hooks/releases/download/v0.8.0/actions-runner-hooks-k8s-0.8.0.zip \
25+
&& unzip ./runner-container-hooks.zip -d ./k8s-novolume \
26+
&& rm runner-container-hooks.zip
27+
2428
RUN export RUNNER_ARCH=${TARGETARCH} \
2529
&& if [ "$RUNNER_ARCH" = "amd64" ]; then export DOCKER_ARCH=x86_64 ; fi \
2630
&& if [ "$RUNNER_ARCH" = "arm64" ]; then export DOCKER_ARCH=aarch64 ; fi \

0 commit comments

Comments
 (0)