2015-06-06 17:53:25 -07:00
## dockerfiles
2018-10-04 12:09:15 -04:00
[](https://travis-ci.org/jessfraz/dockerfiles)
2015-10-22 02:13:39 -07:00
2015-06-06 17:53:25 -07:00
This is a repo to hold various Dockerfiles for images I create.
2015-10-22 02:13:39 -07:00
I try to make sure each has a command at the top for running it,
2015-06-06 17:53:25 -07:00
if a file you are looking at does not have a command, please
pull request it!
2015-11-16 11:06:59 -02:00
Almost all of these live on dockerhub under [jess ](https://hub.docker.com/u/jess/ ).
2016-09-19 09:14:48 -07:00
Because you cannot use notary with autobuilds on dockerhub I also build these
2016-12-19 22:59:35 -08:00
continuously on a private registry at [r.j3ss.co ](https://r.j3ss.co/ ) for public download. (You're
2016-09-19 09:14:48 -07:00
welcome.)
2015-07-26 21:46:34 -07:00
2016-09-30 10:47:34 -07:00
You may also want to checkout my [dotfiles ](https://github.com/jessfraz/dotfiles ), specifically the aliases for all these files which are here: [github.com/jessfraz/dotfiles/blob/master/.dockerfunc ](https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc ).
2018-09-25 04:21:17 -04:00
2018-10-04 12:11:55 -04:00
#### Using the `Makefile`
2018-09-25 04:21:17 -04:00
```
$ 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.
```