No description
Find a file
2026-03-06 22:15:17 +01:00
.woodpecker [release-plz-update-pr] Publish to Codeberg registry 2026-03-06 22:15:17 +01:00
release-plz [release-plz-update-pr] update base image 2026-03-06 21:26:51 +01:00
rust refactor: restructure project 2026-03-04 16:05:22 +01:00
LICENSE Initial commit 2026-03-04 00:29:56 +01:00
README.md chore: update README 2026-03-04 21:01:30 +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/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.