mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cleanup maintainers
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
0c2e49733e
commit
c4ff0cf58c
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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* \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# ansible all -m ping
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Christian Koep <christiankoep@gmail.com>
|
||||
MAINTAINER Christian Koep <christian.koep@fom-net.de>
|
||||
|
||||
RUN builddeps=' \
|
||||
python-dev \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ENV HOME /home/gcalcli
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM java:8-alpine
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
# install buck
|
||||
RUN buildDeps=' \
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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.
|
||||
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
# run
|
||||
# docker run -d -p 1234:80 -p 25:25 jess/mailman
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
automake \
|
||||
|
|
|
@ -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 \
|
||||
libxslt1.1 \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# jess/mpd
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mpc \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# jess/mutt
|
||||
#
|
||||
FROM alpine:edge
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN addgroup -g 1000 user \
|
||||
&& adduser -D -h /home/user -G user -u 1000 user
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# jess/ncmpc
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ncmpc \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# jess/nes /games/zelda.rom
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
binutils \
|
||||
|
|
|
@ -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 \
|
||||
netcat \
|
||||
|
|
|
@ -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 \
|
||||
nmap \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM haskell
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN cabal update && cabal install pandoc pandoc-citeproc
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# jess/pms
|
||||
#
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
pms \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# jess/privoxy
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
privoxy
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# jess/pulseaudio
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
alsa-utils \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# jess/rainbowstream
|
||||
#
|
||||
FROM python:2-alpine
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
build-base \
|
||||
|
|
|
@ -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 \
|
||||
libgssapi-krb5-2 \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# jess/remmina
|
||||
#
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# jess/ricochet
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
dirmngr \
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Base docker image
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ADD https://download1.rstudio.org/rstudio-0.99.484-amd64.deb /src/rstudio.deb
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# jess/s3cmd
|
||||
#
|
||||
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 \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# jess/shorewall
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
shorewall \
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# jess/sickbeard
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# host firewall is unconfigured.
|
||||
#
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && LC_ALL=C DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DESCRIPTION: Create SimpleScreenRecorder in a container
|
||||
# AUTHOR: Jessica Frazelle <jess@docker.com>
|
||||
# AUTHOR: Jessie Frazelle <jess@linux.com>
|
||||
# COMMENTS:
|
||||
# This file describes how to build SimpleScreenRecoder
|
||||
# in a container with all dependencies installed.
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Base docker image
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
# Install dependencies
|
||||
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \
|
||||
|
|
|
@ -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 \
|
||||
stress \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM ruby:alpine
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
gnupg \
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
# jess/telnet "$@"
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ENTRYPOINT [ "telnet" ]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DESCRIPTION: Termboy in a container
|
||||
# AUTHOR: Jessica Frazelle <jess@docker.com>
|
||||
# AUTHOR: Jessie Frazelle <jess@linux.com>
|
||||
# COMMENTS:
|
||||
# This file describes how to build termboy
|
||||
# in a container with all dependencies installed.
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
# Base docker image
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DESCRIPTION: Run text-based emacs tetris in a container
|
||||
# AUTHOR: Jessica Frazelle <jess@docker.com>
|
||||
# AUTHOR: Jessie Frazelle <jess@linux.com>
|
||||
# COMMENTS:
|
||||
# This file describes how to build tetris in a container with all
|
||||
# dependencies installed.
|
||||
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# jess/tor-browser:alpha
|
||||
#
|
||||
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 \
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# jess/tor-browser
|
||||
#
|
||||
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 \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
# jess/tor-proxy
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
# jess/tor-relay -f /etc/tor/torrc.exit
|
||||
#
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
# jess/tor-router
|
||||
#
|
||||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
tor \
|
||||
|
|
|
@ -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 \
|
||||
traceroute \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DESCRIPTION: Create transmission container with its dependencies
|
||||
# AUTHOR: Jessica Frazelle <jess@docker.com>
|
||||
# AUTHOR: Jessie Frazelle <jess@linux.com>
|
||||
# COMMENTS:
|
||||
# This file describes how to build a transmission container with all
|
||||
# dependencies installed. It uses native X11 unix socket.
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
# Base docker image
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
# Install transmission and its dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# DESCRIPTION: Create transmission container with its dependencies
|
||||
# AUTHOR: Jessica Frazelle <jess@docker.com>
|
||||
# AUTHOR: Jessie Frazelle <jess@linux.com>
|
||||
# COMMENTS:
|
||||
# This file describes how to build a transmission container with all
|
||||
# dependencies installed.
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
# Base docker image
|
||||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
transmission-daemon \
|
||||
|
|
|
@ -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 \
|
||||
gcc \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# use alpine edge for go 1.6
|
||||
FROM alpine:edge
|
||||
MAINTAINER Jessica Frazelle <jess@mesosphere.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||
ENV GOPATH /go
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# jess/vlc
|
||||
#
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libgl1-mesa-dri \
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# jess/vscode
|
||||
|
||||
FROM debian:stretch
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libasound2 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine:latest
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk --no-cache add \
|
||||
ncurses
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# jess/ykpersonalize
|
||||
#
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# jess/yubico-piv-tool
|
||||
#
|
||||
FROM ubuntu:16.04
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
software-properties-common \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# jess/znc
|
||||
#
|
||||
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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user