Skip to content

More packages in dev containers#242

Closed
chhwang wants to merge 1 commit into
mainfrom
chhwang/docker
Closed

More packages in dev containers#242
chhwang wants to merge 1 commit into
mainfrom
chhwang/docker

Conversation

@chhwang

@chhwang chhwang commented Aug 16, 2024

Copy link
Copy Markdown
Contributor

No description provided.

chhwang added a commit that referenced this pull request Jun 12, 2026
Add BASE_IMAGE usage comments to Dockerfiles

Document the `ARG BASE_IMAGE` default/override pattern in
`base-dev-x.dockerfile` and `base-x.dockerfile`. `build.sh` overrides
the
default via `--build-arg` for each target; the default exists so
standalone
`docker build` works without `--build-arg`. Comments make this
relationship
explicit.

Extracted from PR #242. That PR removed the defaults entirely, which
would
break standalone builds; this PR keeps defaults and adds documentation
instead. Functional package additions (clang-format, torch, black)
deferred
as optional follow-up.

Files changed:
- `docker/base-dev-x.dockerfile` — 3-line comment added (lines 1–3)
- `docker/base-x.dockerfile` — 2-line comment added (lines 1–2)

No functional changes. No Docker CI exists; hadolint clean.
@chhwang

chhwang commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #261, which adds BASE_IMAGE usage comments to the dev dockerfiles (defaults preserved so standalone docker build still works). Closing.

@chhwang chhwang closed this Jun 12, 2026
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.

1 participant