Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions k8s/nemoclaw-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
containers:
# Docker daemon (DinD)
- name: dind
image: docker:24-dind
image: docker:24-dind@sha256:167bad11bade46d4d9a88646ed7f9b11014dfdb898ba75c5a390eb03f21f0c45
securityContext:
privileged: true
env:
Expand All @@ -33,7 +33,7 @@ spec:

# Workspace - runs official NemoClaw installer
- name: workspace
image: node:22
image: node:22@sha256:a764dbb37724775d92e233d0d1fc0fdec53bc72c7c0226ee7e1bba48ef932cd1
command:
- bash
- -c
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
initContainers:
# Configure Docker daemon for cgroup v2
- name: init-docker-config
image: busybox
image: busybox@sha256:b8d1827e38a1d49cd17217efd7b07d689e4ea1744e39c7dcbb95533d175bea65
command: ["sh", "-c", "echo '{\"default-cgroupns-mode\":\"host\"}' > /etc/docker/daemon.json"]
volumeMounts:
- name: docker-config
Expand Down