Skip to content

Commit

Permalink
update base images
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <me@jessfraz.com>
  • Loading branch information
jessfraz committed Sep 19, 2016
1 parent 222971e commit 102da0f
Show file tree
Hide file tree
Showing 48 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion cloudapp/Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:latest
FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion geary/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion gimp/Dockerfile
Expand Up @@ -8,7 +8,7 @@
# --name gimp \
# jess/gimp
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion glxgears/Dockerfile
Expand Up @@ -6,7 +6,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

# Install all the things
Expand Down
2 changes: 1 addition & 1 deletion gparted/Dockerfile
Expand Up @@ -17,7 +17,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

# Install Gparted and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion hollywood/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion icedove/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion iceweasel/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion inkscape/Dockerfile
Expand Up @@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \
# infoslack/inkscape
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Daniel Romero <infoslack@gmail.com>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion kernel-builder/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion libreoffice/Dockerfile
Expand Up @@ -10,7 +10,7 @@
# --name libreoffice \
# jess/libreoffice
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions 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 <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion mailman/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

# run
Expand Down
4 changes: 2 additions & 2 deletions mdp/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion mpsyt/Dockerfile
@@ -1,4 +1,4 @@
FROM python:latest
FROM python:2-alpine
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion neoman/Dockerfile
Expand Up @@ -9,7 +9,7 @@
# --name neoman \
# jess/neoman
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion nerdy/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion nmap/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion plex-home-theater/Dockerfile
Expand Up @@ -6,7 +6,7 @@
# --device /dev/dri:/dev/dri \
# jess/plex-home-theater
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion pms/Dockerfile
Expand Up @@ -5,7 +5,7 @@
# --link mpd:mpd \
# jess/pms
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion pond/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

ENV PATH /go/bin:/usr/local/go/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion rdesktop/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion remmina/Dockerfile
Expand Up @@ -8,7 +8,7 @@
# --name remmina \
# jess/remmina
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Expand Up @@ -10,7 +10,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb
Expand Down
2 changes: 1 addition & 1 deletion scudcloud/Dockerfile
Expand Up @@ -12,7 +12,7 @@
# --name scudcloud \
# jess/scudcloud

FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions skype/Dockerfile
Expand Up @@ -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
Expand All @@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion slapd/Dockerfile
Expand Up @@ -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 <jess@docker.com>

RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion ssr/Dockerfile
Expand Up @@ -16,7 +16,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion stress/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion sublime-text-3/Dockerfile
Expand Up @@ -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 <christian.koep@fom-net.de>

# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.
Expand Down
2 changes: 1 addition & 1 deletion 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 \
Expand Down
2 changes: 1 addition & 1 deletion t/Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:2-alpine
FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion telize/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion termboy/Dockerfile
Expand Up @@ -17,7 +17,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion texlive/Dockerfile
Expand Up @@ -6,7 +6,7 @@
# Example use case:
# https://github.com/andygrunwald/FOM-LaTeX-Template

FROM debian:jessie
FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion tomahawk/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion tor-messenger/Dockerfile
Expand Up @@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-messenger
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de>

ENV HOME /home/user
Expand Down
2 changes: 1 addition & 1 deletion traceroute/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion transmission-ui/Dockerfile
Expand Up @@ -17,7 +17,7 @@
#

# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

# Install transmission and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion vlc/Dockerfile
Expand Up @@ -9,7 +9,7 @@
# --name vlc \
# jess/vlc
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Expand Up @@ -9,7 +9,7 @@
# --name vscode \
# jess/vscode

FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion weechat/Dockerfile
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion wine/Dockerfile
@@ -1,5 +1,5 @@
# Wine docker image base
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>

# install wine
Expand Down
2 changes: 1 addition & 1 deletion wireshark/Dockerfile
Expand Up @@ -7,7 +7,7 @@
# --name wireshark \
# jess/wireshark
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion yubico-piv-tool/Dockerfile
Expand Up @@ -6,7 +6,7 @@
# --name yubico-piv-tool \
# jess/yubico-piv-tool
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion znc/Dockerfile
Expand Up @@ -6,7 +6,7 @@
# -v /volumes/znc:/home/user/.znc \
# jess/znc
#
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion zsh/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch

COPY ./.zshrc /root/.zshrc

Expand Down

0 comments on commit 102da0f

Please sign in to comment.