[ORCH-119] Docker security hardening #220

Closed
opened 2026-02-02 18:58:35 +00:00 by jason.woltje · 2 comments
Owner

Harden Docker container security for agents.

Acceptance Criteria

  • Dockerfile with multi-stage build
  • Non-root user (nodejs:nodejs)
  • Minimal base image (node:20-alpine)
  • No unnecessary packages
  • Health check in Dockerfile
  • Security scan passes (docker scan)

Dependencies

  • Blocked by: #ORCH-106

Technical Notes

See ORCHESTRATOR-MONOREPO-SETUP.md Section 7 for Dockerfile template.

Harden Docker container security for agents. ## Acceptance Criteria - [ ] Dockerfile with multi-stage build - [ ] Non-root user (nodejs:nodejs) - [ ] Minimal base image (node:20-alpine) - [ ] No unnecessary packages - [ ] Health check in Dockerfile - [ ] Security scan passes (docker scan) ## Dependencies - Blocked by: #ORCH-106 ## Technical Notes See `ORCHESTRATOR-MONOREPO-SETUP.md` Section 7 for Dockerfile template.
jason.woltje added this to the M6-AgentOrchestration (0.0.6) milestone 2026-02-02 18:58:35 +00:00
jason.woltje added the securityorchestrator labels 2026-02-02 18:58:35 +00:00
Author
Owner

Duplicate of #254 which was completed. Closing duplicate issue.

Duplicate of #254 which was completed. Closing duplicate issue.
Author
Owner

Duplicate of #254 which was completed. Closing duplicate issue.

Duplicate of #254 which was completed. Closing duplicate issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#220