Compare commits

...

2 commits

Author SHA1 Message Date
Kaan Barmore-Genç 9362718db2
Add badges
All checks were successful
ci/woodpecker/push/rsync Pipeline was successful
ci/woodpecker/push/rust Pipeline was successful
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

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`.
---