1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-21 19:32:46 +02:00

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
android-tools
atom
bcc-tools
cathode
cheese
chromium
debootstrap
fontpatcher
gcc
geary
gimp
glxgears
gparted
icedove
iceweasel
lilyterm
lkp-tests
lynx
mailman
mdp
mesos-dev
nerdy
nginx-extras
nmap
notify-osd
pms
pond
rdesktop
slapd
stress
sublime-text-3
telize
termboy
texlive
tor-browser
tor-messenger
traceroute
transmission-ui
vlc
vscode
wine

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -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:stretch FROM debian:buster
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

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

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

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

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

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

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

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

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