Rust container images extended with a few additions
Go to file
ljoonal f95dbdb1c7
ci/woodpecker/push/woodpecker Pipeline was successful Details
Remove last spellcheck
2022-12-31 22:53:24 +02:00
.woodpecker.yml Fixes 2022-12-31 18:45:14 +02:00
Dockerfile.alpine Fix hash checks hopefully 2022-12-31 22:42:09 +02:00
Dockerfile.latest Remove cargo spellcheck for now 2022-12-31 22:28:58 +02:00
Dockerfile.nightly Remove cargo spellcheck for now 2022-12-31 22:28:58 +02:00
Dockerfile.nightly-alpine Remove last spellcheck 2022-12-31 22:53:24 +02:00
LICENSE Initial commit 2022-10-20 14:14:03 +03:00
README.md Slow migration towards woodpecker 2022-12-30 10:38:33 +02:00

README.md

Rust CI containers

These are basically just the official rust containers with the following tools added:

The nightly tag uses the official rustlang/rust:nightly as a base instead. The alpine images skip cargo-binstall and cargo-vet as their support for musl seems poor.