Skip to content

fix(simple-api): remove stray RUN before FROM in Dockerfile#71

Merged
Joannis merged 1 commit into
test/broken-simple-apifrom
fix/f-mr58nd4m-simple-api
Jul 4, 2026
Merged

fix(simple-api): remove stray RUN before FROM in Dockerfile#71
Joannis merged 1 commit into
test/broken-simple-apifrom
fix/f-mr58nd4m-simple-api

Conversation

@chrisdok43

Copy link
Copy Markdown
Contributor

What was broken

Failure bundle f-mr58nd4m: simple-api failed to deploy to the canary (wendyos-camera-04.local, jetson-orin-nano) with:

Building image (OCI layout) for linux/arm64...
✗ docker buildx build (OCI export) failed: exit status 1

The test/broken-simple-api branch inserted a RUN false instruction before the FROM line in python/simple-api/Dockerfile. A RUN before any FROM is invalid (no build stage exists yet), so the buildx OCI export failed.

The fix

Remove the stray line. One-line deletion; no other changes.

 # syntax=docker/dockerfile:1.6
-RUN false # deliberate test bug — wendy-flow fix-loop validation; delete this branch after
 FROM ghcr.io/astral-sh/uv:python3.14-bookworm-slim

Verification (on hardware)

run_experiment on the canary from this fix branch:

  • pair: simple-api × wendyos-camera-04.local (jetson-orin-nano), branch fix/f-mr58nd4m-simple-api
  • outcome: PASS — devices ok 1/1 (done)
  • job id: test-simple-api-1783101655409

🤖 Generated with Claude Code

A test commit inserted 'RUN false' before the FROM instruction, which is
invalid Dockerfile syntax (no build stage) and failed the OCI export build.
Removing it restores the build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Joannis Joannis merged commit e17a33c into test/broken-simple-api Jul 4, 2026
2 checks passed
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