Compare commits

...

2 Commits

Author SHA1 Message Date
Kaan Barmore-Genç 9362718db2
Add badges
ci/woodpecker/push/rsync Pipeline was successful Details
ci/woodpecker/push/rust Pipeline was successful Details
2022-11-25 16:24:26 -05:00
Kaan Barmore-Genç 74bd95e877
Note that we have cron job updates! 2022-11-25 16:21:07 -05:00
1 changed files with 6 additions and 0 deletions

View File

@ -7,12 +7,18 @@ packages installed.
Right now I'm using these primarily in my Woodpecker CI steps, but they are
regular docker images and can be used anywhere.
These containers are automatically updated every week, so they should stay fresh!
### rsync
[![Docker Pulls](https://img.shields.io/docker/pulls/seriousbug/rsync) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/seriousbug/rsync/latest)](https://hub.docker.com/r/seriousbug/rsync)
Gives you access to `rsync`, `ssh`, and `scp` commands.
### rust
[![Docker Pulls](https://img.shields.io/docker/pulls/seriousbug/rust) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/seriousbug/rust/latest)](https://hub.docker.com/r/seriousbug/rust)
Rust stable toolchain, with `rustup`, `fmt`, `clippy`, `llvm-cov`, `llvm-tools`, and `audit`.
---