This is the cowsay image. It a distroless based image for cowsay, allowing to use cowsay in any OCI compatible container environment with as little overhead as possible.
You feel like you need cow to tell you something? No problem, just `podman run --rm -it quay.io/shivering-isles/cowsay "Something"`. We'll provide you with a cow telling you something, as quick as possible!
--->
```
_________________________________________
/ This is the cowsay image. It a \
| distroless based image for cowsay, |
| allowing to use cowsay in any OCI |
| compatible container environment with |
| as little overhead as possible. |
| |
| You feel like you need cow to tell you |
| something? No problem, just `podman run |
| --rm -it quay.io/shivering-isles/cowsay |
| "Something"`. We'll provide you with a |
| cow telling you something, as quick as |
\ possible! /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```
Building
---
<!---
This cowsay container uses earthly to build. Therefore in order to build, please checkout https://earthly.dev. Once you have earthly installed, you can just run `earthly git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/cowsay+container`.
I agree, it's quite a mouth full, but just keep chewing on it! You can make your own cows this way!
Oh, and if you already cloned the repository, it's just `earthly ./images/cowsay+container`.
--->
```
_________________________________________
/ This cowsay container uses earthly to \
| build. Therefore in order to build, |
| please checkout https://earthly.dev. |
| Once you have earthly installed, you |
| can just run `earthly |
| git.shivering-isles.com/shivering-isles |
| /infrastructure-gitops/images/cowsay+co |
| ntainer`. |
| |
| I agree, it's quite a mouth full, but |
| just keep chewing on it! You can make |
| your own cows this way! |
| |
| Oh, and if you already cloned the |
| repository, it's just `earthly |
\ ./images/cowsay+container`. /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```
References
---
<!---
This image is based on cowsay from the cowsay organisation. Means it's officially in perl.
You can find them at: https://github.com/cowsay-org/cowsay/
They are a nice herd, so be friendly.
Also a shoutout to Scott Williams who started this mayhem with distroless cows!