Compare commits

..

1 commit

Author SHA1 Message Date
Agent
baf56229c3 fix: [nomad-step-5] S5.2 — nomad/jobs/staging.hcl + chat.hcl (#989)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline failed
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline failed
ci/woodpecker/pr/secret-scan Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline failed
2026-04-18 06:51:14 +00:00

View file

@ -89,11 +89,10 @@ job "chat" {
config {
image = "disinto/chat:local"
force_pull = false
# Sandbox hardening (#706): cap_drop ALL (no Linux capabilities)
# Note: Nomad docker driver maps these to Docker's CapDrop options.
# ReadonlyRootfs is set via the container's entrypoint script
# (entrypoint-chat.sh fails if running as root).
cap_drop = ["ALL"]
# Sandbox hardening (#706): read-only rootfs, cap_drop ALL
# Note: Nomad docker driver maps these to Docker's
# ReadonlyRootfs and CapDrop options at runtime.
readonly_rootfs = true
}
# ── tmpfs /tmp:size=64m