Update E-Mail to match PGP key

This commit is contained in:
Christian Koep 2017-04-04 09:19:34 +02:00
parent c6004a82c0
commit cec45ae603
No known key found for this signature in database
GPG key ID: 889970BE12955732
12 changed files with 15 additions and 15 deletions

View file

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

View file

@ -1,5 +1,5 @@
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince)
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
# AUTHOR: Christian Koep <christiankoep@gmail.com>
# USAGE:
# # Build evince image
# docker build -t evince .
@ -13,7 +13,7 @@
#
FROM debian:stretch
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get -qq update && apt-get install -y \
evince \

View file

@ -6,7 +6,7 @@
# --verbose /tmp/example.jpg /tmp/example.compressed.jpg
FROM alpine:latest
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apk --no-cache add \
libpng \

View file

@ -1,5 +1,5 @@
# DESCRIPTION: Create keepass2 container with its dependencies
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
# AUTHOR: Christian Koep <christiankoep@gmail.com>
# USAGE:
# # Build keepass2 image
# docker build -t keepass2 .
@ -18,7 +18,7 @@
#
FROM debian:sid
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV DEBIAN_FRONTEND noninteractive

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3)
# AUTHORS: Christian Koep <christian.koep@fom-net.de>, Chuck Knox <charles.m.knox@gmail.com>
# AUTHORS: Christian Koep <christiankoep@gmail.com>, Chuck Knox <charles.m.knox@gmail.com>
# USAGE:
# # Build sublime-text 3 image
# docker build -t sublime-text:3 .
@ -24,7 +24,7 @@
#
FROM debian:stretch
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
# Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.
RUN apt-get update && apt-get -y install \

View file

@ -7,7 +7,7 @@
# https://github.com/andygrunwald/FOM-LaTeX-Template
FROM debian:stretch
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get install -y \
texlive-full \

View file

@ -6,7 +6,7 @@
# tor-browser
#
FROM debian:stretch
LABEL maintainer "Christian Koep <christian.koep@fom-net.de>"
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \