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>
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>
RUN apt-get update && apt-get install -y \

View File

@ -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 \

View File

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

View File

@ -17,7 +17,7 @@
#
# Base docker image
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
# 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>
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>
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>
RUN apt-get update && apt-get install -y \

View File

@ -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

View File

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

View File

@ -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 \

View File

@ -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 \

View File

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

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
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

View File

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

View File

@ -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 \

View File

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

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

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

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -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/*

View File

@ -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 \

View File

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

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
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)
#
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.

View File

@ -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 \

View File

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

View File

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

View File

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

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

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

View File

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

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

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

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

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