1
0
Fork
You've already forked docker
0
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
chore: update code comments
2026年04月23日 10:14:12 +02:00
.woodpecker feat: refactor scripts & bump versions ( #1 ) 2026年04月23日 01:52:28 +02:00
flyctl feat: add flyctl image 2026年03月08日 20:09:49 +01:00
rust chore: update code comments 2026年04月23日 10:14:12 +02:00
LICENSE Initial commit 2026年03月04日 00:29:56 +01:00
README.md chore: update README 2026年03月07日 00:42:23 +01:00

docker

In this repo I define my public docker images for my own use.

Public images

  • jasterv/rust-ci: Based on the official rust image but contains additional tools that I use on all my projects: cargo clippy, cargo nextest, cargo deny, cargo make
  • jasterv/rust-magic-release: Based on the official rust:alpine image. Runs a script that releases unpublished rust crates in topological order.
  • jasterv/release-plz: Based on alpine. Contains a compiled version of the release-plz binary to use in CI/CD of rust projects.
  • jasterv/release-plz-update-pr: Based on jasterv/release-plz. Runs release-plz update and automatically creates or updates a release PR with your latest changes.