Compare commits
2 commits
047a02a9f7
...
a39f484849
Author | SHA1 | Date | |
---|---|---|---|
a39f484849 | |||
268a161be8 |
2 changed files with 12 additions and 6 deletions
16
README.md
16
README.md
|
@ -42,12 +42,18 @@ INFO: Done building!
|
|||
|php-fpm|`docker pull d.xr.to/php-fpm`||`d.xr.to/php` with an php-fpm server running on port 9000||
|
||||
|nginx|`docker pull d.xr.to/nginx`|[README](nginx/)|A simple pre-configured nginx with safe defaults||
|
||||
|umurmur|`docker pull d.xr.to/umurmur`||Simple umurmur container|[krageon](https://github.com/krageon)|
|
||||
|jre|`docker pull d.xr.to/jre`||Container with latest JRE (based on glibc)||
|
||||
|jre|`docker pull d.xr.to/jre`||Container with the latest JRE (based on glibc)||
|
||||
|jdk|`docker pull d.xr.to/jdk`||Container with the latest JDK (based on glibc)||
|
||||
|pleroma|`docker pull d.xr.to/pleroma`||Base container for a pleroma instance. still requires recompiling for own instance||
|
||||
|greg|`docker pull d.xr.to/greg`||Greg is a simple command-line podcast aggregator||
|
||||
|slapd|`docker pull d.xr.to/slapd`||OpenLDAP||
|
||||
|grumble|`docker pull d.xr.to/grumble`||[Grumble](https://github.com/mumble-voip/grumble) is an alternate Mumble server||
|
||||
|reg|`docker pull d.xr.to/reg`||[reg](https://github.com/genuinetools/reg): Docker registry v2 command line client and repo listing generator with security checks||
|
||||
|img|`docker pull d.xr.to/img`||[img](https://github.com/genuinetools/img): Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.||
|
||||
|coredns|`docker pull d.xr.to/coredns`||[coredns](https://github.com/coredns/coredns): CoreDNS is a DNS server that chains plugins (pre-configured with unbound, and removed grpc, clouddns, kubernetes, azure and route53 support)||
|
||||
|rtorrent|`docker pull d.xr.to/rtorrent`||rtorrent||
|
||||
|xbps-builder|`docker pull d.xr.to/xbps-builder`||A container pre-configured for the `ethereal` build-style (debuted here!)||
|
||||
|
||||
# Todo
|
||||
|
||||
- Support `img` in flavor
|
||||
- Add more containers (duh.)
|
||||
- Implement -p in flavor
|
||||
- Add CI to auto-publish images
|
||||
- Add -c flag to rebuild children of given images
|
||||
|
|
|
@ -11,4 +11,4 @@ homepage="https://github.com/mumble-voip/grumble"
|
|||
_branch="config"
|
||||
distfiles="https://github.com/rubenseyer/grumble/archive/${_branch}.tar.gz"
|
||||
wrksrc="${pkgname}-${_branch}"
|
||||
checksum="18fa4170114adef1b40b18e421e924eeff51b0f1c0109d8c735c937e7b32a758"
|
||||
checksum="31ede361a71a942206a86225f99f8cf8a4ae32bccc13bca57494cd7b0fb165e8"
|
||||
|
|
Loading…
Reference in a new issue