1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-02-24 21:17:53 +01:00
Various Dockerfiles I use on the desktop and on servers.
Go to file
Jess Frazelle bb93b1f4d4
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-09-25 14:22:55 -04:00
ab
afterthedeadline updates and cleanup 2017-06-09 14:00:18 -04:00
android-tools
ansible
apt-file
atom
audacity
awscli
azure-cli
bcc-tools
beeswithmachineguns Update Dockerfile () 2018-07-18 13:45:29 -04:00
browsh update browsh version 2018-09-17 14:54:12 -04:00
buttslock
cathode
certbot
cf-reset-cache
checkup
cheese
chrome
chromium
clair cleanup 2018-09-14 15:22:09 -04:00
clean-registry update clean-registry 2018-09-14 12:11:38 -04:00
cli53
clisp
cloudapp
commit-watcher add windmill 2018-07-21 18:29:00 -04:00
consul
coredns
couchpotato
curl
dcos-cli
debootstrap
distcc
doctor
dunnet
evince
firefox
fleet
fontforge
fontpatcher change to buster slim 2018-09-14 10:09:44 -04:00
foss-heartbeat
freeradius
gcalcli
gcc
gcloud
geary
ghostscript
gimp
github-dev
gitiles
gitserver fix tests 2018-09-25 13:30:25 -04:00
gitsome
gixy
glxgears
gmail-britta
gnuplot
gparted
guetzli Update E-Mail to match PGP key 2017-04-04 09:19:34 +02:00
hollywood
htop Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
htpasswd
httpbin
httpie
iceweasel
imagemagick
imagemin Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
inkscape
irssi
john
jq
k8scan
keepass2
keepassxc
kernel-builder
kvm
libreoffice
libvirt-client
lilyterm
lkp-tests
lpass
lynx
mailgun
mailman
masscan
mc
mdp
metasploit
micro
mitmproxy
mop
mpd
mpsyt
mutt
ncmpc
neoman
nerdy
nes change to sid-slim 2018-09-14 10:10:41 -04:00
netcat
nginx-extras
nmap
no_new_privs
node-sonos
notify-osd
now update now 2018-09-24 23:36:13 -04:00
nzbget
oauth2-proxy
openvpn Allow the container to touch DNS () 2017-12-16 18:57:21 -05:00
osquery
pandoc
parrot-live
perkeep
pivman Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
plex-home-theater
plexpy
pms
pond
pop
postfix
powershell
powershell-azure update 2018-04-23 14:11:32 -04:00
privoxy
protocol
pulseaudio
radarr add sonarr and radarr 2018-07-14 17:53:05 -04:00
rainbowstream
rdesktop
registry-auth
remmina
requestbin fix requestbin 2018-06-11 18:39:57 -04:00
ricochet
routersploit
rstudio
rt-tests
runc-rootless
s3cmd change to sid-slim 2018-09-14 10:10:41 -04:00
scudcloud
shellcheck
shorewall Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
sickbeard
skype
slack
slapd
sonarr
spotify
spotify-wine
strace
stress
sublime-text-3
t Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
tarsnap
telize
telnet
termboy
terraform
tetris
texlive
tor-browser
tor-proxy
tor-relay
tor-router
traceroute
transfer-sh
transmission Update Dockerfile () 2018-03-26 08:53:30 -04:00
transmission-ui
travis
troff
unifi
unixbench
vagrant
vault
viewdocs
virt-viewer
virtualbox
vlc
vscode
wargames Replaced deprecated MAINTAINER with LABEL () 2017-03-09 10:14:37 -08:00
watchtower
wee-slack
weechat wee-slack 2017-01-09 12:24:20 -08:00
windmill
wine
wireguard update versions 2018-09-25 12:09:28 -04:00
wireshark
wrk
ykman
ykpersonalize
yubico-piv-tool
znc
zookeeper
zoom-us
zsh
.gitignore update dockerfiles 2016-01-15 15:00:00 -08:00
.travis.yml
bashrc
bcc
build-all.sh
latest-versions.sh
LICENSE
Makefile
README.md update makefile 2018-09-25 04:21:17 -04:00
run.sh
shellcheck.sh
test.sh
wg

dockerfiles

Travis CI

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

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

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.)

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.

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.