Skip to content

Commit 1b2f1f3

Browse files
committed
docs: drop dangling stapeln references after manifest removal
Follow-on to the stapeln.toml deletion: remove the now-broken 'Container (Stapeln)' quickstart options and the stapeln.toml mention in EXPLAINME (these pointed at the deleted build manifest / non-existent just recipes). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016t5KLJDtqdeDi1EMNqNx6K
1 parent f0b0bbe commit 1b2f1f3

3 files changed

Lines changed: 2 additions & 17 deletions

File tree

EXPLAINME.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ progress across all languages from this coordinator
221221
| Every RSR repo in the account
222222

223223
| *Stapeln containers*
224-
| `stapeln.toml` — compiler toolchain containers
224+
| Account-wide layered container tool; the coordinator ships no build container (it contains no language code to build)
225225
| All containerised services in the account
226226
|===
227227

QUICKSTART-MAINTAINER.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ guix build -f guix.scm
4242
nix build
4343
----
4444

45-
=== Container (Stapeln)
46-
47-
[source,bash]
48-
----
49-
just stapeln-export # Generates Containerfile
50-
podman build -t nextgen-languages .
51-
----
52-
5345
=== Manual Package
5446

5547
[source,bash]

QUICKSTART-USER.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,7 @@ The setup script will:
5151
* Offer install location choices
5252
* Run a self-diagnostic to verify everything works
5353

54-
=== Option 2: Container (via Stapeln)
55-
56-
[source,bash]
57-
----
58-
just stapeln-run
59-
----
60-
61-
=== Option 3: Portable (no system changes)
54+
=== Option 2: Portable (no system changes)
6255

6356
[source,bash]
6457
----

0 commit comments

Comments
 (0)