You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
eater 047a02a9f7
continuous-integration/drone/push Build is failing Details
xbps-builder: update to use ethereal build-style instead of fakedchroot (they're the same Actually but w/e)
4 years ago
coredns coredns: add 4 years ago
eater eater/base: Add gnu-tar 5 years ago
greg greg: Add container 5 years ago
grumble Move to new xbps-[build|remote|local] helpers 5 years ago
img Move to new xbps-[build|remote|local] helpers 5 years ago
jdk jdk: new flavor 4 years ago
jre Move to new xbps-[build|remote|local] helpers 5 years ago
logs Ignore logs 5 years ago
nginx Move to new xbps-[build|remote|local] helpers 5 years ago
php Move to new xbps-[build|remote|local] helpers 5 years ago
php-fpm Move to new xbps-[build|remote|local] helpers 5 years ago
pleroma pleroma: update to v1.0.7 5 years ago
reg reg: Fix typo in Dockerfile 5 years ago
rtorrent rtorrent: add 4 years ago
slapd slapd: Fix package name 5 years ago
umurmur Move to new xbps-[build|remote|local] helpers 5 years ago
xbps-builder xbps-builder: update to use ethereal build-style instead of fakedchroot (they're the same Actually but w/e) 4 years ago
.drone.yml Add log uploading 5 years ago
.gitignore Ignore logs 5 years ago
README.md fix krageon 5 years ago
flavor sleep 1 after finishing a build 5 years ago

README.md

Flavors

A repository of different types of containers based on d.xr.to/base, A list can be found under Containers

Building

Building of images is done by flavor a simple perl5 tool which automatically creates a dependency graph of containers and runs the builds in parallel if possible.

flavor [-h] [-r <repo>] [-x <images>] [-o] [-j <jobs>] [-p] [all|images...]

Build Docker images with dependency graphing

Options:
    -x  Comma separated list of images not to rebuild in chain
    -o  Only build given images, don't build parents
    -r  Which repo or prefix to use, default: d.xr.to
    -p  Push image after building
    -j  How many builds should run at the same time, default: 4
    -h  Show this help

Example

[eater@momo flavors]$ ./flavor all
INFO: building: nginx, php-fpm, php
INFO: Starting build for nginx
INFO: Starting build for php
INFO: Finished build for php
INFO: Starting build for php-fpm
INFO: Finished build for nginx
INFO: Finished build for php-fpm
INFO: Done building!

Containers

name readme description author
php docker pull d.xr.to/php PHP, with composer installed and the following extensions: bz2, curl, gettext, gmp, openssl, pdo_mysql, pdo_sqlite, zip, and phar
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 A simple pre-configured nginx with safe defaults
umurmur docker pull d.xr.to/umurmur Simple umurmur container krageon
jre docker pull d.xr.to/jre Container with latest JRE (based on glibc)

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