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

View file

@ -1,5 +1,5 @@
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince) # 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: # USAGE:
# # Build evince image # # Build evince image
# docker build -t evince . # docker build -t evince .
@ -13,7 +13,7 @@
# #
FROM debian:stretch 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 \ RUN apt-get -qq update && apt-get install -y \
evince \ evince \

View file

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

View file

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

View file

@ -8,7 +8,7 @@
# keepassxc # keepassxc
# #
FROM alpine:latest 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 ENV KEEPASSXC_VERSION 2.1.1

View file

@ -1,5 +1,5 @@
FROM r.j3ss.co/kalilinux 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 \ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
metasploit-framework \ metasploit-framework \

View file

@ -1,5 +1,5 @@
FROM alpine:latest 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 PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go

View file

@ -1,5 +1,5 @@
FROM ubuntu:16.04 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 ENV POWERSHELL_VERSION 6.0.0-alpha.17

View file

@ -1,5 +1,5 @@
FROM debian:sid 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 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) # 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: # USAGE:
# # Build sublime-text 3 image # # Build sublime-text 3 image
# docker build -t sublime-text:3 . # docker build -t sublime-text:3 .
@ -24,7 +24,7 @@
# #
FROM debian:stretch 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. # Installing the libcanberra-gtk-module gets rid of a lot of annoying error messages.
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \

View file

@ -7,7 +7,7 @@
# https://github.com/andygrunwald/FOM-LaTeX-Template # https://github.com/andygrunwald/FOM-LaTeX-Template
FROM debian:stretch 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 \ RUN apt-get update && apt-get install -y \
texlive-full \ texlive-full \

View file

@ -6,7 +6,7 @@
# tor-browser # tor-browser
# #
FROM debian:stretch 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 \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \