We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f2450 commit a12731dCopy full SHA for a12731d
images/Dockerfile
@@ -21,6 +21,10 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c
21
&& unzip ./runner-container-hooks.zip -d ./k8s \
22
&& rm runner-container-hooks.zip
23
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
+
28
RUN export RUNNER_ARCH=${TARGETARCH} \
29
&& if [ "$RUNNER_ARCH" = "amd64" ]; then export DOCKER_ARCH=x86_64 ; fi \
30
&& if [ "$RUNNER_ARCH" = "arm64" ]; then export DOCKER_ARCH=aarch64 ; fi \
0 commit comments