feat(dev-base): install just into the full image #1049
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1049
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/mg96-devbase"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-on to #1048 (merged). Part of the coilysiren/inbox#365 teardown.
Why this is the gate
CI runs inside the moving
:releasedev-base image.justhas to exist there before any pipeline switches offward exec, or the first migrated repo's CI breaks on a missing binary. This is the ordering constraint, so it lands first and alone.What it does
Installs
justinto the full image, pinned byJUST_VERSION=1.58.0, following the existing yq/kubectl pattern:ARG JUST_VERSIONindocker/dev-base/full/DockerfileJUST_ARCHresolved per-arch indocker/dev-base/write-arch-env.sh(x86_64/aarch64, matching the GOOSE/KDL style)just --versioncheck indocker/dev-base/install-common.shVerified, not assumed
x86_64andaarch64,unknown-linux-musl).vprefix, so the URL uses/download/1.58.0/rather than/download/v1.58.0/.justas a root-level member with no leading directory, sotar -xzf ... -C /usr/local/bin justis correct. Confirmed by extracting it.just pre-commit-allis green, shellcheck included.Not included
Homebrew and Scoop packaging. Host installs stay manual until those land, which is called out in
docs/just-task-runner.md.