Skip to content

Commit 43f534e

Browse files
committed
apps: base: maintenance-guix-image-workstation: job: Update.
1 parent 6c7d493 commit 43f534e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • apps/base/maintenance-guix-image-workstation

apps/base/maintenance-guix-image-workstation/job.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ spec:
2020
- -c
2121
- |
2222
nsenter --target "1" --mount --uts --ipc --net --pid --no-fork \
23-
/run/setuid-programs/sudo --login bash <<'EOF'
23+
/run/setuid-programs/sudo --user oleg --login bash <<'EOF'
2424
set -o nounset -o errexit -o pipefail -o xtrace
25-
cd /srv/runc/guix-builder || exit 1
26-
/gnu/store/3dwzy5gwagj0g838gr4kg77a0s0v1q0s-runc-1.1.12/sbin/runc exec -u 1000:998 guix-builder /bin/sh -le <<'EOL'
25+
kubectl --namespace=guix exec --stdin=true pod/runc-kube1-guix-builder -- runc exec -u 1000:998 guix-builder /bin/sh -le <<'EOL'
2726
cd "${HOME}/.local/share/chezmoi" || exit 1
2827
guix shell help2man guile-sqlite3 guile-gcrypt direnv git git:send-email git-cal gnupg guile-colorized guile-readline inetutils less ncurses openssh password-store sshpass xdot which skopeo --development guix -- make guix-image-workstation
2928
EOL

0 commit comments

Comments
 (0)