Rust container images extended with a few additions
|
||
---|---|---|
.woodpecker.yml | ||
Dockerfile.alpine | ||
Dockerfile.latest | ||
Dockerfile.nightly | ||
Dockerfile.nightly-alpine | ||
LICENSE | ||
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.