Validation: Fix gem bin PATH in ruby-arch base image
Ticket
pal-e-platform#363 — Fix gem bin PATH in ruby-arch base image.
Environment
Rebuilt image via Woodpecker pipeline 554 (manual trigger). Image:
harbor.tail5b443a.ts.net/pal-e/ruby-arch:latest.Checks
| # | Criterion | How to Verify | Result | Evidence |
|---|---|---|---|---|
| 1 | bundler in PATH | <code>docker run ... bundler --version</code> | PASS | 4.0.11, located at /usr/sbin/bundler |
| 2 | bundle in PATH | <code>docker run ... bundle --version</code> | PASS | 4.0.11, located at /usr/sbin/bundle |
Verdict
PASS