Replaced deprecated MAINTAINER with LABEL (#242)

Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
This commit is contained in:
Michael 2017-03-09 18:14:37 +00:00 committed by Jess Frazelle
parent 1aeec62033
commit 7eea00edf3
134 changed files with 134 additions and 134 deletions

View file

@ -5,7 +5,7 @@
# jess/ab
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
apache2-ssl \

View file

@ -1,5 +1,5 @@
FROM java:8-alpine
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
ca-certificates \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
android-tools* \

View file

@ -8,7 +8,7 @@
# ansible all -m ping
#
FROM alpine:latest
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
RUN builddeps=' \
python-dev \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
apt-file \

View file

@ -20,7 +20,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install dependencies
RUN apt-get update && apt-get install -y \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
audacity \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
ca-certificates \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
ca-certificates \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

View file

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

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
bash \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
ca-certificates \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

View file

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

View file

@ -19,7 +19,7 @@
# Base docker image
FROM debian:sid
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

View file

@ -19,7 +19,7 @@
# Base docker image
FROM debian:sid
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

View file

@ -19,7 +19,7 @@
# Base docker image
FROM debian:stretch
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

View file

@ -1,5 +1,5 @@
FROM ruby:alpine
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
libcurl

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

View file

@ -10,7 +10,7 @@
# jess/couchpotato
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
ca-certificates \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
ca-certificates \

View file

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

View file

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

View file

@ -16,7 +16,7 @@
# Base docker image
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install emacs:
# Note: Emacs is only community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

View file

@ -16,7 +16,7 @@
# Base docker image
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install emacs:
# Note: Emacs is only in community repo -> https://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64

View file

@ -13,7 +13,7 @@
#
FROM debian:stretch
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
RUN apt-get -qq update && apt-get install -y \
evince \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
dirmngr \

View file

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

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV HOME /home/gcalcli

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
FROM java:8
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \

View file

@ -6,7 +6,7 @@
# --name gitserver \
# jess/gitserver
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV HOME /root

View file

@ -7,7 +7,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install all the things
RUN apt-get update && apt-get install -y \

View file

@ -18,7 +18,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install Gparted and its dependencies
RUN apt-get update && apt-get install -y \

View file

@ -1,5 +1,5 @@
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
software-properties-common \

View file

@ -5,7 +5,7 @@
# jess/htop
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
htop

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
ca-certificates \

View file

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

View file

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

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
imagemagick

View file

@ -7,7 +7,7 @@
# jess/imagemin
#
FROM node:alpine
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
file \

View file

@ -6,7 +6,7 @@
# infoslack/inkscape
#
FROM ubuntu:16.04
MAINTAINER Daniel Romero <infoslack@gmail.com>
LABEL maintainer "Daniel Romero <infoslack@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive

View file

@ -1,5 +1,5 @@
FROM debian:jessie
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
libgmp10 \

View file

@ -18,7 +18,7 @@
#
FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV DEBIAN_FRONTEND noninteractive

View file

@ -8,7 +8,7 @@
# keepassxc
#
FROM alpine:latest
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV KEEPASSXC_VERSION 2.1.1

View file

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

View file

@ -7,7 +7,7 @@
# jess/kvm
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
iptables \

View file

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

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
libvirt-client

View file

@ -6,7 +6,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install all the things
RUN apt-get update && apt-get install -y \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
ca-certificates \

View file

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

View file

@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# run
# docker run -d -p 1234:80 -p 25:25 jess/mailman

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \

View file

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

View file

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

View file

@ -1,5 +1,5 @@
FROM r.j3ss.co/kalilinux
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
metasploit-framework \

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

View file

@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LANG=en_US.UTF-8
COPY requirements.txt /tmp/requirements.txt

View file

@ -9,7 +9,7 @@
# jess/mpd
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
mpc \

View file

@ -1,5 +1,5 @@
FROM python:3-alpine
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
LABEL maintainer "Justin Garrison <justinleegarrison@gmail.com>"
RUN apk add --no-cache \
mplayer \

View file

@ -9,7 +9,7 @@
# jess/mutt
#
FROM alpine:edge
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN addgroup -g 1000 user \
&& adduser -D -h /home/user -G user -u 1000 user

View file

@ -7,7 +7,7 @@
# jess/ncmpc
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ncmpc \

View file

@ -10,7 +10,7 @@
# jess/neoman
#
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
software-properties-common \

View file

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

View file

@ -8,7 +8,7 @@
# jess/nes /games/zelda.rom
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
binutils \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
netcat \

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN cabal update && cabal install pandoc pandoc-citeproc

View file

@ -10,7 +10,7 @@
# jess/pivman
#
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
software-properties-common \

View file

@ -7,7 +7,7 @@
# jess/plex-home-theater
#
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
software-properties-common \

View file

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

View file

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

View file

@ -1,5 +1,5 @@
FROM ubuntu:16.04
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV POWERSHELL_VERSION 6.0.0-alpha.16

View file

@ -11,7 +11,7 @@
# jess/privoxy
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
privoxy

View file

@ -10,7 +10,7 @@
# jess/pulseaudio
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
alsa-utils \

View file

@ -8,7 +8,7 @@
# jess/rainbowstream
#
FROM python:2-alpine
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
build-base \

View file

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

View file

@ -9,7 +9,7 @@
# jess/remmina
#
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
software-properties-common \

View file

@ -10,7 +10,7 @@
# jess/ricochet
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
dirmngr \

View file

@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de>
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
ENV ROUTERSPLOIT_VERSION v2.2.1

View file

@ -11,7 +11,7 @@
# Base docker image
FROM debian:jessie
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb

View file

@ -8,7 +8,7 @@
# jess/s3cmd
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \

View file

@ -13,7 +13,7 @@
# jess/scudcloud
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
dbus-x11 \

View file

@ -1,5 +1,5 @@
FROM haskell
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
file \

View file

@ -7,7 +7,7 @@
# jess/shorewall
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
shorewall \

View file

@ -10,7 +10,7 @@
# jess/sickbeard
#
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \

View file

@ -15,7 +15,7 @@
# jess/slack "$@"
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV LC_ALL en_US.UTF-8
ENV LANG en_US.UTF-8

View file

@ -25,7 +25,7 @@
# host firewall is unconfigured.
#
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \
apt-get install -y \

View file

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

View file

@ -10,7 +10,7 @@
# jess/spotify-wine bash
#
FROM r.j3ss.co/wine
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ADD https://d1clcicqv97n4s.cloudfront.net/ctrl/SpotifySetup.exe /usr/src/SpotifySetup.exe

View file

@ -11,7 +11,7 @@
# jess/spotify
#
FROM debian:sid
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
dirmngr \

View file

@ -17,7 +17,7 @@
# Base docker image
FROM debian:stretch
MAINTAINER Jessie Frazelle <jess@linux.com>
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install dependencies
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \

View file

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

Some files were not shown because too many files have changed in this diff Show more