Files
shot-crafter-calculator/.gitea
darroyo ac349c1b34
CI / Build Native (push) Failing after 15m1s
fix(docker): drop RUN commands - quarkus-micro-image:2.0 has no shell
Removed the RUN chmod/chown/echo steps from the Dockerfile. The Quarkus
micro image 2.0 ships without /bin/sh and /usr/bin/sh, so any RUN
instruction fails. The chmod and securerandom.source append now happen
in the CI 'Stage binary for Docker' step, and COPY --chown=1001:1001
takes ownership of the binary in the image.

COPY --chown requires BuildKit, so:
- Install docker-buildx in the CI
- Switch docker build -> docker buildx build

The final image stays minimal (no shell, no microdnf, no extra packages).
2026-08-13 17:13:54 -04:00
..