Commit 770ab5e
build: use Minimus Rust builder (#128)
Replace the public rust:latest builder with reg.mini.dev/rust:latest and
run the build stage as root for package installation.
Validated:
- docker build --progress=plain --target runtime -t
cachey:minimus-rust-test .
- docker run --rm cachey:minimus-rust-test --help
- cargo +nightly fmt -- --check
- cargo nextest run --all-features (124 passed)
- cargo clippy --all-features --all-targets -- -D warnings --allow
deprecated (current-main Rust 1.97 reports 15
useless-borrows-in-formatting warnings in unchanged tests; all other
lints pass when that lint is allowed)
- cargo deny check with cargo-deny 0.19.7
- cargo metadata --locked --format-version 1
Co-authored-by: Shikhar Bhushan <shikhar@s2.dev>1 parent 22e4c5e commit 770ab5e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments