Skip to content

Add devcontainer CLI instructions - #8635

Merged
cknitt merged 2 commits into
masterfrom
devcontainer-cli
Sep 7, 2026
Merged

Add devcontainer CLI instructions#8635
cknitt merged 2 commits into
masterfrom
devcontainer-cli

Conversation

@cknitt

@cknitt cknitt commented Sep 7, 2026

Copy link
Copy Markdown
Member

Summary

  • document how to install the Dev Container CLI
  • add commands for creating the container and opening a shell
  • clarify that building the Dockerfile directly does not install Dev Container features or run lifecycle commands
  • ignore the CLI-generated devcontainer-lock.json

Motivation

The development container relies on features declared in devcontainer.json to install tools such as Node.js. This was not clear when using the configuration outside VS Code, and building the Dockerfile directly results in an incomplete development environment.

Signed-off-by: Christoph Knittel <ck@cca.io>
Signed-off-by: Christoph Knittel <ck@cca.io>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T12:23:58.298299Z 2cf5c94 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2cf5c94e4a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .devcontainer/.gitignore
@@ -0,0 +1,2 @@
devcontainer-lock.json

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the feature lockfile under version control

When contributors create this container from separate clean checkouts, ignoring the generated lockfile means each checkout independently resolves the floating Feature references (github-cli:1 with latest and node:1). This can install different Feature implementations over time and undermines the documented stable environment; commit devcontainer-lock.json so all contributors use the same resolved versions and integrity hashes.

Useful? React with 👍 / 👎.

@pkg-pr-new

pkg-pr-new Bot commented Sep 7, 2026

Copy link
Copy Markdown

Open in StackBlitz

rescript

npm i https://pkg.pr.new/rescript-lang/rescript@8635

@rescript/belt

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/belt@8635

@rescript/darwin-arm64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-arm64@8635

@rescript/darwin-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/darwin-x64@8635

@rescript/linux-arm64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-arm64@8635

@rescript/linux-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/linux-x64@8635

@rescript/runtime

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/runtime@8635

@rescript/win32-x64

npm i https://pkg.pr.new/rescript-lang/rescript/@rescript/win32-x64@8635

commit: 2cf5c94

@cknitt
cknitt enabled auto-merge (squash) September 7, 2026 12:36
@cknitt
cknitt disabled auto-merge September 7, 2026 12:37
@cknitt
cknitt enabled auto-merge (rebase) September 7, 2026 12:37
@cknitt
cknitt merged commit d90b96a into master Sep 7, 2026
29 checks passed
@cknitt
cknitt deleted the devcontainer-cli branch September 7, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants