Skip to content

maxkratz/dockerfiles

This branch is 1 commit ahead of jessfraz/dockerfiles:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9cd6d3a · Sep 18, 2021
May 18, 2020
Mar 9, 2017
Oct 5, 2018
Jul 29, 2018
May 15, 2020
Sep 14, 2018
May 19, 2020
Jul 26, 2019
Sep 14, 2018
May 15, 2020
Dec 29, 2018
May 15, 2020
Jul 18, 2018
May 15, 2020
May 19, 2020
Jul 26, 2019
May 18, 2020
Jul 26, 2019
Mar 27, 2021
Mar 9, 2017
May 15, 2020
Sep 14, 2018
Jul 26, 2019
May 15, 2020
Jul 22, 2020
Jun 5, 2020
Jan 11, 2017
Jul 26, 2019
Dec 29, 2018
May 29, 2020
May 15, 2020
Sep 16, 2019
Feb 12, 2020
May 15, 2020
Mar 9, 2017
Jul 26, 2019
May 15, 2020
Nov 29, 2018
Nov 29, 2018
Nov 29, 2018
Mar 13, 2020
Sep 16, 2019
May 15, 2020
May 11, 2018
May 15, 2020
Jul 25, 2019
Jan 2, 2018
May 15, 2020
Jul 26, 2019
Jun 5, 2020
Jul 26, 2019
Feb 15, 2018
Jul 26, 2019
Sep 9, 2019
May 15, 2020
Sep 25, 2018
Dec 31, 2016
Jun 5, 2017
Jul 26, 2019
Dec 29, 2018
Nov 29, 2018
Dec 16, 2019
Jul 26, 2019
Apr 4, 2017
Mar 9, 2017
Mar 9, 2017
Jun 20, 2018
Oct 17, 2018
Mar 9, 2017
Jul 26, 2019
Mar 9, 2017
Mar 9, 2017
Mar 7, 2018
Aug 31, 2019
Sep 14, 2018
Mar 11, 2018
Sep 16, 2019
Mar 8, 2019
May 15, 2020
May 15, 2020
Nov 5, 2019
May 15, 2020
Nov 29, 2018
Mar 9, 2017
Jul 26, 2019
Oct 5, 2018
May 15, 2020
Nov 29, 2018
Jul 26, 2019
Sep 9, 2019
Oct 5, 2018
Jul 13, 2018
Jul 18, 2018
Jul 26, 2019
May 29, 2020
May 15, 2020
Sep 14, 2018
Sep 14, 2018
Mar 9, 2017
Sep 9, 2019
Sep 14, 2018
Mar 9, 2017
Jul 26, 2019
May 15, 2020
Sep 14, 2018
Jul 26, 2019
Jul 26, 2019
Jun 6, 2017
Dec 28, 2016
May 15, 2020
Jul 26, 2019
May 25, 2019
May 15, 2020
Aug 30, 2019
Nov 5, 2019
Dec 16, 2017
May 15, 2020
May 19, 2020
Jul 26, 2019
Apr 19, 2018
Jul 26, 2019
May 15, 2020
Mar 9, 2017
Mar 9, 2017
May 19, 2020
Jul 26, 2019
Jun 5, 2020
Mar 21, 2017
Sep 9, 2019
Dec 11, 2018
May 15, 2020
Mar 9, 2017
Dec 16, 2017
Sep 14, 2018
May 15, 2020
Mar 9, 2017
Jul 26, 2019
May 15, 2020
Mar 9, 2017
May 11, 2020
Sep 14, 2018
May 15, 2020
May 29, 2020
Jul 26, 2019
Sep 14, 2018
Sep 14, 2018
Apr 17, 2017
Jul 26, 2019
Mar 9, 2017
Nov 29, 2018
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019
Jul 14, 2018
Jun 6, 2018
Nov 13, 2020
May 28, 2018
Jul 26, 2019
Jul 26, 2019
Dec 29, 2018
Aug 1, 2017
Jun 18, 2020
Sep 24, 2018
Jul 26, 2019
Mar 12, 2021
Nov 29, 2018
Jul 26, 2019
May 15, 2020
Jun 20, 2017
Sep 24, 2018
Sep 14, 2018
Jul 26, 2019
May 25, 2019
Jul 26, 2019
Mar 26, 2018
Dec 29, 2018
Feb 15, 2018
May 15, 2020
Mar 6, 2018
May 15, 2020
May 29, 2020
Jul 14, 2018
Sep 14, 2018
Dec 6, 2019
Jul 26, 2019
Jul 26, 2019
Mar 9, 2017
Jun 5, 2020
Sep 10, 2019
May 15, 2020
Sep 16, 2019
Mar 13, 2020
May 29, 2020
Mar 9, 2017
Mar 9, 2017
Sep 24, 2018
Sep 24, 2018
Sep 24, 2018
Jun 5, 2020
May 15, 2020
Sep 18, 2021
May 25, 2019
Jan 15, 2016
Apr 4, 2017
Mar 8, 2019
May 18, 2020
Sep 24, 2018
Sep 14, 2018
May 15, 2020
Jun 5, 2020
Sep 24, 2018
Sep 24, 2018
Sep 24, 2018
May 29, 2018

Repository files navigation

dockerfiles

make test

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.

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.5%
  • Shell 17.0%
  • Go 5.8%
  • Lua 5.2%
  • Python 3.5%
  • Makefile 0.8%
  • Other 0.2%