My docker images
- Shell 84.4%
- Dockerfile 15.6%
|
JasterV
29f855a3e0
All checks were successful
ci/woodpecker/push/publish-rust-magic-release-image Pipeline was successful
|
||
|---|---|---|
| .woodpecker | feat: refactor scripts & bump versions ( #1 ) | |
| flyctl | feat: add flyctl image | |
| rust | chore: update code comments | |
| LICENSE | Initial commit | |
| README.md | chore: update README | |
docker
In this repo I define my public docker images for my own use.
Public images
jasterv/rust-ci: Based on the officialrustimage but contains additional tools that I use on all my projects:cargo clippy,cargo nextest,cargo deny,cargo makejasterv/rust-magic-release: Based on the officialrust:alpineimage. Runs a script that releases unpublished rust crates in topological order.jasterv/release-plz: Based onalpine. Contains a compiled version of therelease-plzbinary to use in CI/CD of rust projects.jasterv/release-plz-update-pr: Based onjasterv/release-plz. Runsrelease-plz updateand automatically creates or updates a release PR with your latest changes.