Skip to content

Commit

Permalink
map docker to /docker in 16c runners
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Mar 11, 2025
1 parent 67cff82 commit 4317e40
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion ci/cluster/oci/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ template:
args:
- dockerd
- --host=unix:///run/docker/docker.sock
- --data-root=/docker
- --group=$(DOCKER_GROUP_GID)
- --mtu=1400
- --default-network-opt=bridge=com.docker.network.driver.mtu=1400
Expand All @@ -218,7 +219,31 @@ template:
- name: dind-externals
mountPath: /home/runner/externals
- name: overlay
mountPath: /var/lib/docker/
mountPath: /docker/
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: work
mountPath: /home/runner/.m2
subPath: .m2
- name: work
mountPath: /home/runner/.cache
subPath: .cache
- name: work
mountPath: /home/runner/.gradle
subPath: .gradle
- name: work
mountPath: /home/runner/go
subPath: go
- name: work
mountPath: /home/runner/.m2
subPath: .m2
volumes:
- name: work
ephemeral:
Expand Down

0 comments on commit 4317e40

Please sign in to comment.