Skip to content

Commit 57b482b

Browse files
committed
docs(docker): correct the image's 'and nothing else' contents claim
The README opened by saying the image packages the CLI 'and nothing else', which the driver install one commit earlier makes false. Both the README and the Dockerfile header now name what is actually inside. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016yfqQh2dBgPAymYd7xipza
1 parent c134701 commit 57b482b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# ObjectStack official runtime image — ghcr.io/objectstack-ai/objectstack
22
#
3-
# A generic, app-agnostic production runtime: Node + @objectstack/cli +
4-
# `os start`. It contains NO app — bring your compiled artifact
3+
# A generic, app-agnostic production runtime: Node + @objectstack/cli + the
4+
# `pg` / `mysql2` SQL drivers + `os start`. It contains NO app — bring your
5+
# compiled artifact
56
# (dist/objectstack.json, built by `os build` in CI):
67
#
78
# FROM ghcr.io/objectstack-ai/objectstack:<version>

docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ObjectStack Official Runtime Image
22

33
`ghcr.io/objectstack-ai/objectstack` — the official production runtime for
4-
standalone ObjectStack apps. It packages Node 22 and `@objectstack/cli`
5-
(`os start`) and nothing else: **your compiled artifact is the app**, the
6-
image is the runtime.
4+
standalone ObjectStack apps. It packages Node 22, `@objectstack/cli`
5+
(`os start`) and the SQL drivers listed below — and no application code:
6+
**your compiled artifact is the app**, the image is the runtime.
77

88
```
99
objectstack.config.ts ──(os build, CI)──▶ dist/objectstack.json ──(this image)──▶ running app

0 commit comments

Comments
 (0)