Skip to content

ci: fix docker build failing on missing file util#8

Merged
RndmCodeGuy20 merged 1 commit into
stagingfrom
fix/ci-docker-build-file-util
Jun 16, 2026
Merged

ci: fix docker build failing on missing file util#8
RndmCodeGuy20 merged 1 commit into
stagingfrom
fix/ci-docker-build-file-util

Conversation

@RndmCodeGuy20

Copy link
Copy Markdown
Owner

The "Build and Push Docker Image" workflow failed on every push to staging.

The build itself succeeds (binary is produced), but the verification line RUN ls -lh /build/mpiper && file /build/mpiper calls file, which is not installed in the golang:1.25-alpine builder — exit 127 fails the stage.

Fix

Drop the file call; ls -lh already confirms the binary exists.

🤖 Generated with Claude Code

- alpine builder has no `file` util, so the verify step exited 127
- ls -lh already confirms the binary exists; that is enough
@RndmCodeGuy20 RndmCodeGuy20 merged commit 373fd23 into staging Jun 16, 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