update base images

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-19 11:31:11 -07:00
parent 222971e11e
commit 102da0ff33
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
48 changed files with 51 additions and 51 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:latest FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -8,7 +8,7 @@
# --name gimp \ # --name gimp \
# jess/gimp # jess/gimp
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# Install all the things # Install all the things

View File

@ -17,7 +17,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# Install Gparted and its dependencies # Install Gparted and its dependencies

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# infoslack/inkscape # infoslack/inkscape
# #
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Daniel Romero <infoslack@gmail.com> MAINTAINER Daniel Romero <infoslack@gmail.com>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -10,7 +10,7 @@
# --name libreoffice \ # --name libreoffice \
# jess/libreoffice # jess/libreoffice
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,10 +1,10 @@
# Run Lynx in a conatiner # Run Lynx in a conatiner
# #
# docker run --rm -it \ # docker run --rm -it \
# --name lynx \ # --name lynx \
# jess/lynx github.com/jfrazelle # jess/lynx github.com/jfrazelle
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# run # run

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ 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 WORKDIR /src
ENV TERM xterm-256color ENV TERM xterm-256color
ENV DEBUG 1 ENV DEBUG 1
RUN make \ RUN make \
&& make install && make install

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM python:latest FROM python:2-alpine
MAINTAINER Justin Garrison <justinleegarrison@gmail.com> MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -9,7 +9,7 @@
# --name neoman \ # --name neoman \
# jess/neoman # jess/neoman
# #
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

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

View File

@ -5,7 +5,7 @@
# --link mpd:mpd \ # --link mpd:mpd \
# jess/pms # jess/pms
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -8,7 +8,7 @@
# --name remmina \ # --name remmina \
# jess/remmina # jess/remmina
# #
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -10,7 +10,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb

View File

@ -12,7 +12,7 @@
# --name scudcloud \ # --name scudcloud \
# jess/scudcloud # jess/scudcloud
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -10,7 +10,7 @@
# --name skype # --name skype
# jess/skype # jess/skype
# #
FROM debian:jessie FROM debian:stretch
# Tell debconf to run in non-interactive mode # Tell debconf to run in non-interactive mode
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
@ -24,7 +24,7 @@ RUN dpkg --add-architecture i386 && \
# Install Skype # 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 && \ dpkg --force-depends -i /usr/src/skype.deb && \
apt-get install -fy \ apt-get install -fy \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@ -24,7 +24,7 @@
# Be aware that by default the LDAP port is accessible from anywhere if the \ # Be aware that by default the LDAP port is accessible from anywhere if the \
# host firewall is unconfigured. # host firewall is unconfigured.
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \ RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \

View File

@ -16,7 +16,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# Install dependencies # Install dependencies

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -23,7 +23,7 @@
# (see: http://stackoverflow.com/questions/28392949/running-chromium-inside-docker-gtk-cannot-open-display-0) # (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> MAINTAINER Christian Koep <christian.koep@fom-net.de>
# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages. # Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.

View File

@ -1,4 +1,4 @@
FROM jess/cpuminer FROM r.j3ss.co/cpuminer
RUN /usr/local/bin/minerd \ RUN /usr/local/bin/minerd \
--url stratum+tcp://stratum.mining.eligius.st:3334 \ --url stratum+tcp://stratum.mining.eligius.st:3334 \

View File

@ -1,4 +1,4 @@
FROM ruby:2-alpine FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk add --no-cache \ RUN apk add --no-cache \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -6,7 +6,7 @@
# Example use case: # Example use case:
# https://github.com/andygrunwald/FOM-LaTeX-Template # https://github.com/andygrunwald/FOM-LaTeX-Template
FROM debian:jessie FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de> MAINTAINER Christian Koep <christian.koep@fom-net.de>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -5,7 +5,7 @@
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# jess/tor-messenger # jess/tor-messenger
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de> MAINTAINER Christian Koep <christian.koep@fom-net.de>
ENV HOME /home/user ENV HOME /home/user

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
# #
# Base docker image # Base docker image
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
# Install transmission and its dependencies # Install transmission and its dependencies

View File

@ -9,7 +9,7 @@
# --name vlc \ # --name vlc \
# jess/vlc # jess/vlc
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -9,7 +9,7 @@
# --name vscode \ # --name vscode \
# jess/vscode # jess/vscode
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Justin Garrison <justinleegarrison@gmail.com> MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,5 +1,5 @@
# Wine docker image base # Wine docker image base
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
# install wine # install wine

View File

@ -7,7 +7,7 @@
# --name wireshark \ # --name wireshark \
# jess/wireshark # jess/wireshark
# #
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com> MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@
# --name yubico-piv-tool \ # --name yubico-piv-tool \
# jess/yubico-piv-tool # jess/yubico-piv-tool
# #
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@
# -v /volumes/znc:/home/user/.znc \ # -v /volumes/znc:/home/user/.znc \
# jess/znc # jess/znc
# #
FROM debian:jessie FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com> MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:jessie FROM debian:stretch
COPY ./.zshrc /root/.zshrc COPY ./.zshrc /root/.zshrc