Container Image
Build, push, and inspect OCI container images. Registry-agnostic — works with ECR, GHCR, DockerHub, or any OCI-compliant registry. Supports docker, podman, nerdctl, and buildah. Produces typed, versioned build metadata.
2026.08.01.1
Fixed: Broken model-upgrade chain. The prior version bump (to
2026.07.27.1) updated version but left the upgrades array terminating one
step short, which blocks swamp extension push ("model upgrade chain errors").
That version never actually published — the registry was still serving
2026.07.18.1. This release closes the chain with a no-op upgrade entry and
republishes everything that had accumulated since 2026.07.18.1.
2026.07.27.1
Fixed: deno fmt no longer inspects CLAUDE.md / AGENTS.md. Those files
are gitignored and never present in CI, but deno fmt does not read .gitignore,
so deno task fmt:check could fail locally on a file CI does not have.
Upgrade note: Tooling and formatting only. No model, method, schema, or behavior change — nothing to do on upgrade.
| Argument | Type | Description |
|---|---|---|
| registry | string | Registry URL (e.g. 123456789012.dkr.ecr.us-east-1.amazonaws.com) |
| username | string | Registry username |
| password | string | Registry password or token |
| Argument | Type | Description |
|---|---|---|
| contextPath | string | Path to the build context directory |
| tag | string | Image tag (e.g. 123456789012.dkr.ecr.us-east-1.amazonaws.com/my-repo:latest) |
| Argument | Type | Description |
|---|---|---|
| tag | string | Image tag to push |
| Argument | Type | Description |
|---|---|---|
| tag | string | Image tag to inspect |
Resources
2026.07.18.1
Added: An upgrades array entry (no-op) to container_image.ts for proper
typeVersion tracking on existing instances. No schema or behavior changes.
2026.07.13.1
Changed: Upgraded the test-only dev dependency @systeminit/swamp-testing
to 0.20260504.10, matching the rest of the repo. This is a test-harness change
only — the published extension bundle is unchanged and no runtime behavior is
affected.
2026.07.13.1
Changed: Upgraded the test-only dev dependency
@systeminit/swamp-testing to 0.20260504.10, matching the rest of the repo.
This is a test-harness change only — the published extension bundle is
unchanged and no runtime behavior is affected.
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned