Skip to content

feat(deploy): Dockerfile + Helm chart for AgentServer deployments#41

Merged
fede-kamel merged 2 commits into
mainfrom
feat/dockerfile-helm-chart
May 2, 2026
Merged

feat(deploy): Dockerfile + Helm chart for AgentServer deployments#41
fede-kamel merged 2 commits into
mainfrom
feat/dockerfile-helm-chart

Conversation

@fede-kamel
Copy link
Copy Markdown
Contributor

Closes #37. Multi-stage Dockerfile + Helm chart at deploy/helm/locus-agent. New server extra in pyproject. 22 unit tests verify chart structure + Dockerfile + helm lint + helm template. All 3,227 unit tests pass; pre-commit clean (excluded Helm templates from check-yaml + pretty-format-yaml since they use Go templating); mkdocs --strict clean. See commit message + chart README for full detail.

Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 2, 2026
The dockerfile/1.7 syntax frontend was failing to resolve from the
docker hub registry on some local Docker setups (Rancher Desktop TLS
cert chain). The directive is optional — without it, the built-in
parser handles our multi-stage build identically.

Verified: docker build succeeds and the image runs locus[oci,server,
checkpoints] imports as the non-root locus user (uid 10001).

Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
@fede-kamel fede-kamel force-pushed the feat/dockerfile-helm-chart branch from b56c91d to 4fd0c66 Compare May 2, 2026 14:02
@fede-kamel fede-kamel merged commit 2cff447 into main May 2, 2026
10 checks passed
@fede-kamel fede-kamel deleted the feat/dockerfile-helm-chart branch May 2, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ship Dockerfile + Helm chart for AgentServer deployments

1 participant