switch to buster

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-11-30 10:44:55 -05:00
parent a6ae9cd06a
commit 62e20cd24b
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
42 changed files with 42 additions and 42 deletions

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -19,7 +19,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install dependencies

View File

@ -6,7 +6,7 @@
# -v /etc/localtime:/etc/localtime:ro \
# r.j3ss.co/bcc-tools
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -18,7 +18,7 @@
# wget https://raw.githubusercontent.com/jfrazelle/dotfiles/master/etc/docker/seccomp/chrome.json -O ~/chrome.json
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -8,7 +8,7 @@
# --name gimp \
# jess/gimp
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -6,7 +6,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install all the things

View File

@ -17,7 +17,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Gparted and its dependencies

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -5,7 +5,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install all the things

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive

View File

@ -4,7 +4,7 @@
# --name lynx \
# jess/lynx github.com/jessfraz
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# run

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
# --name notify-osd \
# jess/notify-osd
FROM debian:stretch
FROM debian:buster
LABEL 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:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

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:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -23,7 +23,7 @@
# (see: https://stackoverflow.com/questions/28392949/running-chromium-inside-docker-gtk-cannot-open-display-0)
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get -y install \

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive

View File

@ -6,7 +6,7 @@
# Example use case:
# https://github.com/andygrunwald/FOM-LaTeX-Template
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get install -y \

View File

@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser
#
FROM debian:stretch
FROM debian:buster
LABEL 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:stretch
FROM debian:buster
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV HOME /home/user

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
#
# Base docker image
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install transmission and its dependencies

View File

@ -9,7 +9,7 @@
# --name vlc \
# jess/vlc
#
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \

View File

@ -9,7 +9,7 @@
# --name vscode \
# jess/vscode
FROM debian:stretch
FROM debian:buster
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Tell debconf to run in non-interactive mode

View File

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