diff --git a/cloudapp/Dockerfile b/cloudapp/Dockerfile index 71f2341..17a0777 100644 --- a/cloudapp/Dockerfile +++ b/cloudapp/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:latest +FROM ruby:alpine MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/geary/Dockerfile b/geary/Dockerfile index c408a28..c3ea31d 100644 --- a/geary/Dockerfile +++ b/geary/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/gimp/Dockerfile b/gimp/Dockerfile index 745ecac..06db3d8 100644 --- a/gimp/Dockerfile +++ b/gimp/Dockerfile @@ -8,7 +8,7 @@ # --name gimp \ # jess/gimp # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/glxgears/Dockerfile b/glxgears/Dockerfile index 9603615..eb7001e 100644 --- a/glxgears/Dockerfile +++ b/glxgears/Dockerfile @@ -6,7 +6,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle # Install all the things diff --git a/gparted/Dockerfile b/gparted/Dockerfile index 845fe59..e798ffa 100644 --- a/gparted/Dockerfile +++ b/gparted/Dockerfile @@ -17,7 +17,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle # Install Gparted and its dependencies diff --git a/hollywood/Dockerfile b/hollywood/Dockerfile index afb0945..3ce6986 100644 --- a/hollywood/Dockerfile +++ b/hollywood/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/icedove/Dockerfile b/icedove/Dockerfile index 924568f..8214bbc 100644 --- a/icedove/Dockerfile +++ b/icedove/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/iceweasel/Dockerfile b/iceweasel/Dockerfile index efa548d..9c02677 100644 --- a/iceweasel/Dockerfile +++ b/iceweasel/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/inkscape/Dockerfile b/inkscape/Dockerfile index 8dbb045..4ac20f0 100644 --- a/inkscape/Dockerfile +++ b/inkscape/Dockerfile @@ -5,7 +5,7 @@ # -e DISPLAY=unix$DISPLAY \ # infoslack/inkscape # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Daniel Romero ENV DEBIAN_FRONTEND noninteractive diff --git a/kernel-builder/Dockerfile b/kernel-builder/Dockerfile index 0a96e74..83c6627 100644 --- a/kernel-builder/Dockerfile +++ b/kernel-builder/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/libreoffice/Dockerfile b/libreoffice/Dockerfile index 16978b6..e016789 100644 --- a/libreoffice/Dockerfile +++ b/libreoffice/Dockerfile @@ -10,7 +10,7 @@ # --name libreoffice \ # jess/libreoffice # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/lynx/Dockerfile b/lynx/Dockerfile index d0cc900..427972a 100644 --- a/lynx/Dockerfile +++ b/lynx/Dockerfile @@ -1,10 +1,10 @@ -# Run Lynx in a conatiner +# Run Lynx in a conatiner # # docker run --rm -it \ # --name lynx \ # jess/lynx github.com/jfrazelle # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/mailman/Dockerfile b/mailman/Dockerfile index 2dab835..a9928ca 100644 --- a/mailman/Dockerfile +++ b/mailman/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle # run diff --git a/mdp/Dockerfile b/mdp/Dockerfile index 2c2eae4..98182ae 100644 --- a/mdp/Dockerfile +++ b/mdp/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ @@ -18,7 +18,7 @@ RUN git clone --recursive https://github.com/visit1985/mdp.git /src WORKDIR /src ENV TERM xterm-256color -ENV DEBUG 1 +ENV DEBUG 1 RUN make \ && make install diff --git a/mitmproxy/Dockerfile b/mitmproxy/Dockerfile index 10f3ebc..14b3e7c 100644 --- a/mitmproxy/Dockerfile +++ b/mitmproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/mpsyt/Dockerfile b/mpsyt/Dockerfile index b33854c..6571b6f 100644 --- a/mpsyt/Dockerfile +++ b/mpsyt/Dockerfile @@ -1,4 +1,4 @@ -FROM python:latest +FROM python:2-alpine MAINTAINER Justin Garrison RUN apt-get update && apt-get install -y \ diff --git a/neoman/Dockerfile b/neoman/Dockerfile index 0a7adb9..fd9396c 100644 --- a/neoman/Dockerfile +++ b/neoman/Dockerfile @@ -9,7 +9,7 @@ # --name neoman \ # jess/neoman # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/nerdy/Dockerfile b/nerdy/Dockerfile index 11332f4..9376f45 100644 --- a/nerdy/Dockerfile +++ b/nerdy/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/nmap/Dockerfile b/nmap/Dockerfile index 2c5b15c..2c6b3fa 100644 --- a/nmap/Dockerfile +++ b/nmap/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/plex-home-theater/Dockerfile b/plex-home-theater/Dockerfile index 78dee82..578a379 100644 --- a/plex-home-theater/Dockerfile +++ b/plex-home-theater/Dockerfile @@ -6,7 +6,7 @@ # --device /dev/dri:/dev/dri \ # jess/plex-home-theater # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/pms/Dockerfile b/pms/Dockerfile index f4c193d..3b18384 100644 --- a/pms/Dockerfile +++ b/pms/Dockerfile @@ -5,7 +5,7 @@ # --link mpd:mpd \ # jess/pms # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/pond/Dockerfile b/pond/Dockerfile index 9216833..441bcca 100644 --- a/pond/Dockerfile +++ b/pond/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle ENV PATH /go/bin:/usr/local/go/bin:$PATH diff --git a/rdesktop/Dockerfile b/rdesktop/Dockerfile index b804e3a..518d116 100644 --- a/rdesktop/Dockerfile +++ b/rdesktop/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/remmina/Dockerfile b/remmina/Dockerfile index 88b495d..a648f8d 100644 --- a/remmina/Dockerfile +++ b/remmina/Dockerfile @@ -8,7 +8,7 @@ # --name remmina \ # jess/remmina # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/rstudio/Dockerfile b/rstudio/Dockerfile index dc569d3..a919b36 100644 --- a/rstudio/Dockerfile +++ b/rstudio/Dockerfile @@ -10,7 +10,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb diff --git a/scudcloud/Dockerfile b/scudcloud/Dockerfile index d2ce483..3a0973a 100644 --- a/scudcloud/Dockerfile +++ b/scudcloud/Dockerfile @@ -12,7 +12,7 @@ # --name scudcloud \ # jess/scudcloud -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/skype/Dockerfile b/skype/Dockerfile index ef0f68c..617df32 100644 --- a/skype/Dockerfile +++ b/skype/Dockerfile @@ -10,7 +10,7 @@ # --name skype # jess/skype # -FROM debian:jessie +FROM debian:stretch # Tell debconf to run in non-interactive mode ENV DEBIAN_FRONTEND noninteractive @@ -24,7 +24,7 @@ RUN dpkg --add-architecture i386 && \ # Install Skype -RUN curl http://download.skype.com/linux/skype-debian_4.3.0.37-1_i386.deb > /usr/src/skype.deb && \ +RUN curl http://download.skype.com/linux/skype-debian_4.3.0.37-1_i386.deb > /usr/src/skype.deb && \ dpkg --force-depends -i /usr/src/skype.deb && \ apt-get install -fy \ && rm -rf /var/lib/apt/lists/* diff --git a/slapd/Dockerfile b/slapd/Dockerfile index dd0d5c9..4897000 100644 --- a/slapd/Dockerfile +++ b/slapd/Dockerfile @@ -24,7 +24,7 @@ # Be aware that by default the LDAP port is accessible from anywhere if the \ # host firewall is unconfigured. # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \ diff --git a/ssr/Dockerfile b/ssr/Dockerfile index 69f53ac..b31585c 100644 --- a/ssr/Dockerfile +++ b/ssr/Dockerfile @@ -16,7 +16,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle # Install dependencies diff --git a/stress/Dockerfile b/stress/Dockerfile index e5b0bbe..d7dc802 100644 --- a/stress/Dockerfile +++ b/stress/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/sublime-text-3/Dockerfile b/sublime-text-3/Dockerfile index c262054..50a72b6 100644 --- a/sublime-text-3/Dockerfile +++ b/sublime-text-3/Dockerfile @@ -23,7 +23,7 @@ # (see: http://stackoverflow.com/questions/28392949/running-chromium-inside-docker-gtk-cannot-open-display-0) # -FROM debian:jessie +FROM debian:stretch MAINTAINER Christian Koep # Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages. diff --git a/sup/Dockerfile b/sup/Dockerfile index e5acc9a..f1f6171 100644 --- a/sup/Dockerfile +++ b/sup/Dockerfile @@ -1,4 +1,4 @@ -FROM jess/cpuminer +FROM r.j3ss.co/cpuminer RUN /usr/local/bin/minerd \ --url stratum+tcp://stratum.mining.eligius.st:3334 \ diff --git a/t/Dockerfile b/t/Dockerfile index 7ab7a57..ff7cb72 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2-alpine +FROM ruby:alpine MAINTAINER Jessica Frazelle RUN apk add --no-cache \ diff --git a/telize/Dockerfile b/telize/Dockerfile index a272ba0..3b15733 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/termboy/Dockerfile b/termboy/Dockerfile index 7d13bfe..5d14a6f 100644 --- a/termboy/Dockerfile +++ b/termboy/Dockerfile @@ -17,7 +17,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle ENV DEBIAN_FRONTEND noninteractive diff --git a/texlive/Dockerfile b/texlive/Dockerfile index a440bbc..a9df3af 100644 --- a/texlive/Dockerfile +++ b/texlive/Dockerfile @@ -6,7 +6,7 @@ # Example use case: # https://github.com/andygrunwald/FOM-LaTeX-Template -FROM debian:jessie +FROM debian:stretch MAINTAINER Christian Koep RUN apt-get update && apt-get install -y \ diff --git a/tomahawk/Dockerfile b/tomahawk/Dockerfile index 765247a..61a78d7 100644 --- a/tomahawk/Dockerfile +++ b/tomahawk/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/tor-messenger/Dockerfile b/tor-messenger/Dockerfile index d473735..646e2f2 100644 --- a/tor-messenger/Dockerfile +++ b/tor-messenger/Dockerfile @@ -5,7 +5,7 @@ # -e DISPLAY=unix$DISPLAY \ # jess/tor-messenger # -FROM debian:jessie +FROM debian:stretch MAINTAINER Christian Koep ENV HOME /home/user diff --git a/traceroute/Dockerfile b/traceroute/Dockerfile index ceff46b..62b1da2 100644 --- a/traceroute/Dockerfile +++ b/traceroute/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/transmission-ui/Dockerfile b/transmission-ui/Dockerfile index 79d5d58..4f48802 100644 --- a/transmission-ui/Dockerfile +++ b/transmission-ui/Dockerfile @@ -17,7 +17,7 @@ # # Base docker image -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle # Install transmission and its dependencies diff --git a/vlc/Dockerfile b/vlc/Dockerfile index a6d7e5b..1e67744 100644 --- a/vlc/Dockerfile +++ b/vlc/Dockerfile @@ -9,7 +9,7 @@ # --name vlc \ # jess/vlc # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/vscode/Dockerfile b/vscode/Dockerfile index a04fd3b..47b9ca8 100644 --- a/vscode/Dockerfile +++ b/vscode/Dockerfile @@ -9,7 +9,7 @@ # --name vscode \ # jess/vscode -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/weechat/Dockerfile b/weechat/Dockerfile index 48d85b9..326fb83 100644 --- a/weechat/Dockerfile +++ b/weechat/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Justin Garrison RUN apt-get update && apt-get install -y \ diff --git a/wine/Dockerfile b/wine/Dockerfile index d35a963..88b7eb9 100644 --- a/wine/Dockerfile +++ b/wine/Dockerfile @@ -1,5 +1,5 @@ # Wine docker image base -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessie Frazelle # install wine diff --git a/wireshark/Dockerfile b/wireshark/Dockerfile index 9f33c31..fb90f2d 100644 --- a/wireshark/Dockerfile +++ b/wireshark/Dockerfile @@ -7,7 +7,7 @@ # --name wireshark \ # jess/wireshark # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \ diff --git a/yubico-piv-tool/Dockerfile b/yubico-piv-tool/Dockerfile index 42632ba..09330f5 100644 --- a/yubico-piv-tool/Dockerfile +++ b/yubico-piv-tool/Dockerfile @@ -6,7 +6,7 @@ # --name yubico-piv-tool \ # jess/yubico-piv-tool # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/znc/Dockerfile b/znc/Dockerfile index b583481..9eb0877 100644 --- a/znc/Dockerfile +++ b/znc/Dockerfile @@ -6,7 +6,7 @@ # -v /volumes/znc:/home/user/.znc \ # jess/znc # -FROM debian:jessie +FROM debian:stretch MAINTAINER Jessica Frazelle RUN apt-get update && apt-get install -y \ diff --git a/zsh/Dockerfile b/zsh/Dockerfile index eaad197..02059e5 100644 --- a/zsh/Dockerfile +++ b/zsh/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch COPY ./.zshrc /root/.zshrc