Skip to content

Commit

Permalink
cleanup maintainers
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 19, 2016
1 parent 0c2e497 commit c4ff0cf
Show file tree
Hide file tree
Showing 99 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion ab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# jess/ab
#
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
apache2-ssl \
Expand Down
2 changes: 1 addition & 1 deletion afterthedeadline/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:7-alpine
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion android-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
android-tools* \
Expand Down
2 changes: 1 addition & 1 deletion ansible/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ansible all -m ping
#
FROM alpine:latest
MAINTAINER Christian Koep <[email protected]>
MAINTAINER Christian Koep <[email protected]>

RUN builddeps=' \
python-dev \
Expand Down
2 changes: 1 addition & 1 deletion apt-file/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
apt-file \
Expand Down
4 changes: 2 additions & 2 deletions atom/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create the atom editor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS:
# This file describes how to build the atom editor
# in a container with all dependencies installed.
Expand All @@ -20,7 +20,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# Install dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion audacity/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
audacity \
Expand Down
2 changes: 1 addition & 1 deletion awscli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion beeswithmachineguns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion camlistore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion cathode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
build-essential \
Expand Down
2 changes: 1 addition & 1 deletion certbot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion cf-reset-cache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk add --no-cache \
py-boto
Expand Down
2 changes: 1 addition & 1 deletion checkup/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion cheese/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
cheese \
Expand Down
2 changes: 1 addition & 1 deletion chrome/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Base docker image
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion chrome/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Base docker image
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
4 changes: 2 additions & 2 deletions chromium/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create chromium container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS:
# This file describes how to build a Chromium container with all
# dependencies installed. It uses native X11 unix socket.
Expand All @@ -21,7 +21,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ADD https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb /src/google-talkplugin_current_amd64.deb

Expand Down
2 changes: 1 addition & 1 deletion cloudapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ruby:alpine
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
libcurl3-dev \
Expand Down
2 changes: 1 addition & 1 deletion consul/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# use alpine edge for go 1.6
FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion couchpotato/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# jess/couchpotato
#
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>


RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion cpuminer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk add --no-cache \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion dcos-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion debootstrap/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
debootstrap \
Expand Down
4 changes: 2 additions & 2 deletions doctor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Run text-based emacs doctor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS:
# This file describes how to build doctor in a container with all
# dependencies installed.
Expand All @@ -16,7 +16,7 @@

# Base docker image
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# Install emacs:
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
Expand Down
4 changes: 2 additions & 2 deletions dunnet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Run text-based game dunnet in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS:
# This file describes how to build dunnet in a container with all
# dependencies installed.
Expand All @@ -16,7 +16,7 @@

# Base docker image
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# Install emacs:
# Note: Emacs is only in testing repo -> http://pkgs.alpinelinux.org/packages?package=emacs&repo=all&arch=x86_64
Expand Down
2 changes: 1 addition & 1 deletion firefox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
dirmngr \
Expand Down
2 changes: 1 addition & 1 deletion gcalcli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ENV HOME /home/gcalcli

Expand Down
2 changes: 1 addition & 1 deletion gcc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
gcc \
Expand Down
2 changes: 1 addition & 1 deletion geary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
geary \
Expand Down
2 changes: 1 addition & 1 deletion gimp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# jess/gimp
#
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
gimp \
Expand Down
2 changes: 1 addition & 1 deletion gitiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM java:8-alpine
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# install buck
RUN buildDeps=' \
Expand Down
2 changes: 1 addition & 1 deletion gitserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --name gitserver \
# jess/gitserver
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

ENV HOME /root

Expand Down
2 changes: 1 addition & 1 deletion glxgears/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# Install all the things
RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions gparted/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create gparted container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# AUTHOR: Jessie Frazelle <jess@linux.com>
# COMMENTS:
# This file describes how to build a gparted container with all
# dependencies installed. It uses native X11 unix socket.
Expand All @@ -18,7 +18,7 @@

# Base docker image
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

# Install Gparted and its dependencies
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion htop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# jess/htop
#
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
htop
Expand Down
2 changes: 1 addition & 1 deletion httpie/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion icedove/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
icedove \
Expand Down
2 changes: 1 addition & 1 deletion iceweasel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
hicolor-icon-theme \
Expand Down
2 changes: 1 addition & 1 deletion imagemagick/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
imagemagick
Expand Down
2 changes: 1 addition & 1 deletion imagemin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# jess/imagemin
#
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
autoconf \
Expand Down
2 changes: 1 addition & 1 deletion john/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
libgmp10 \
Expand Down
2 changes: 1 addition & 1 deletion kernel-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion libreoffice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# jess/libreoffice
#
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
libreoffice \
Expand Down
2 changes: 1 addition & 1 deletion libvirt-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apk --no-cache add \
libvirt-client
Expand Down
2 changes: 1 addition & 1 deletion lpass/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion lynx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# jess/lynx github.com/jfrazelle
#
FROM debian:stretch
MAINTAINER Jessica Frazelle <jess@docker.com>
MAINTAINER Jessie Frazelle <jess@linux.com>

RUN apt-get update && apt-get install -y \
lynx \
Expand Down
Loading

0 comments on commit c4ff0cf

Please sign in to comment.