Jess Frazelle 1459d3328c
update dockerfiles
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
2019-12-05 17:25:59 -08:00
2019-12-05 17:14:28 -08:00
2019-12-05 17:14:28 -08:00
2019-12-05 17:25:59 -08:00
2019-07-26 10:55:34 -07:00
2019-11-05 11:58:40 -08:00
2019-09-09 08:15:10 -07:00
2019-12-05 17:14:28 -08:00
2018-09-24 18:42:35 -04:00
2019-12-05 17:25:59 -08:00
bcc
2019-12-05 17:14:28 -08:00
2018-12-29 16:16:59 +00:00
wg

dockerfiles

Travis CI

This is a repo to hold various Dockerfiles for images I create.

Table of Contents

About

Almost all of these live on dockerhub under jess. Because you cannot use notary with autobuilds on dockerhub I also build these continuously on a private registry at r.j3ss.co for public download. (You're welcome.)

Resources

My dotfiles

You may also want to checkout my dotfiles, specifically the aliases for all these files which are here: github.com/jessfraz/dotfiles/blob/master/.dockerfunc.

Contributing

I try to make sure each Dockerfile has a command at the top to document running it, if a file you are looking at does not have a command, please pull request it!

Using the Makefile

$ make help
build                          Builds all the dockerfiles in the repository.
dockerfiles                    Tests the changes to the Dockerfiles build.
image                          Build a Dockerfile (ex. DIR=telnet).
latest-versions                Checks all the latest versions of the Dockerfile contents.
run                            Run a Dockerfile from the command at the top of the file (ex. DIR=telnet).
shellcheck                     Runs the shellcheck tests on the scripts.
test                           Runs the tests on the repository.
Description
Various Dockerfiles I use on the desktop and on servers.
Readme MIT 156 MiB
Languages
Dockerfile 67.9%
Shell 17.2%
Go 5.9%
Lua 5.2%
Python 2.9%
Other 0.8%