Skip to content

Commit

Permalink
Update E-Mail to match PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
koep committed Apr 4, 2017
1 parent c6004a8 commit cec45ae
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
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
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN builddeps=' \
python-dev \
Expand Down
4 changes: 2 additions & 2 deletions evince/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince)
# AUTHOR: Christian Koep <[email protected]>
# AUTHOR: Christian Koep <[email protected]>
# USAGE:
# # Build evince image
# docker build -t evince .
Expand All @@ -13,7 +13,7 @@
#

FROM debian:stretch
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get -qq update && apt-get install -y \
evince \
Expand Down
2 changes: 1 addition & 1 deletion guetzli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --verbose /tmp/example.jpg /tmp/example.compressed.jpg

FROM alpine:latest
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN apk --no-cache add \
libpng \
Expand Down
4 changes: 2 additions & 2 deletions keepass2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create keepass2 container with its dependencies
# AUTHOR: Christian Koep <[email protected]>
# AUTHOR: Christian Koep <[email protected]>
# USAGE:
# # Build keepass2 image
# docker build -t keepass2 .
Expand All @@ -18,7 +18,7 @@
#

FROM debian:sid
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion keepassxc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# keepassxc
#
FROM alpine:latest
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

ENV KEEPASSXC_VERSION 2.1.1

Expand Down
2 changes: 1 addition & 1 deletion metasploit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM r.j3ss.co/kalilinux
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get update && apt-get upgrade -y && apt-get install -y \
metasploit-framework \
Expand Down
2 changes: 1 addition & 1 deletion micro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go
Expand Down
2 changes: 1 addition & 1 deletion powershell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:16.04
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

ENV POWERSHELL_VERSION 6.0.0-alpha.17

Expand Down
2 changes: 1 addition & 1 deletion routersploit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:sid
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

ENV ROUTERSPLOIT_VERSION v2.2.1

Expand Down
4 changes: 2 additions & 2 deletions sublime-text-3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3)
# AUTHORS: Christian Koep <[email protected]>, Chuck Knox <[email protected]>
# AUTHORS: Christian Koep <[email protected]>, Chuck Knox <[email protected]>
# USAGE:
# # Build sublime-text 3 image
# docker build -t sublime-text:3 .
Expand All @@ -24,7 +24,7 @@
#

FROM debian:stretch
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.
RUN apt-get update && apt-get -y install \
Expand Down
2 changes: 1 addition & 1 deletion texlive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/andygrunwald/FOM-LaTeX-Template

FROM debian:stretch
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get update && apt-get install -y \
texlive-full \
Expand Down
2 changes: 1 addition & 1 deletion tor-browser/hardened/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# tor-browser
#
FROM debian:stretch
LABEL maintainer "Christian Koep <[email protected]>"
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit cec45ae

Please sign in to comment.