refactor: build FROM joakimp/pi-devbox:base-pi-only (Option B)
The pi-only building block now lives in this repo as the internal base-pi-only tag (produced by opencode-devbox CI from Dockerfile.variant, INSTALL_OPENCODE=false) instead of opencode-devbox:latest-pi-only — so an 'opencode-devbox' tag never ships without opencode. - Dockerfile: BASE_IMAGE default joakimp/opencode-devbox:latest-pi-only -> joakimp/pi-devbox:base-pi-only. - Updated README, AGENTS, DOCKER_HUB, docker-compose, CHANGELOG. - Single source of truth unchanged (opencode-devbox/Dockerfile.variant); publish ordering + EXPECTED_PI_VERSION smoke guard unchanged.
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ services:
|
||||
# build:
|
||||
# context: .
|
||||
# args:
|
||||
# # Pin a specific pi-only build instead of tracking latest-pi-only:
|
||||
# BASE_IMAGE: "joakimp/opencode-devbox:v1.15.13-pi-only"
|
||||
# # Pin a specific pi-only build instead of tracking base-pi-only:
|
||||
# BASE_IMAGE: "joakimp/pi-devbox:base-pi-only-v1.15.13c"
|
||||
container_name: pi-devbox
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user