mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Update E-Mail to match PGP key
This commit is contained in:
parent
c6004a82c0
commit
cec45ae603
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user