Update email address

This commit is contained in:
Jeffrey Serio 2022-07-23 17:30:09 -05:00
parent 7c1e4e8e88
commit c3d3b45d66
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
# ansible all -m ping
#
FROM python:3-alpine
LABEL maintainer "Jeffrey Serio <hyperreal@unixcat.coffee>"
LABEL maintainer "Jeffrey Serio <hyperreal@fedoraproject.org>"
RUN builddeps=' \
musl-dev \

View File

@ -5,7 +5,7 @@
# htop
#
FROM alpine:latest
LABEL maintainer "Jeffrey Serio <hyperreal@unixcat.coffee>"
LABEL maintainer "Jeffrey Serio <hyperreal@fedoraproject.org>"
RUN apk --no-cache add htop

View File

@ -16,7 +16,7 @@
# httpie <url>
#
FROM alpine:latest
LABEL maintainer "Jeffrey Serio <hyperreal@unixcat.coffee>"
LABEL maintainer "Jeffrey Serio <hyperreal@fedoraproject.org>"
RUN apk --no-cache add \
ca-certificates \

View File

@ -13,7 +13,7 @@
# nmap <nmap args>
FROM fedora:latest
LABEL maintainer "Jeffrey Serio <hyperreal@unixcat.coffee>"
LABEL maintainer "Jeffrey Serio <hyperreal@fedoraproject.org>"
RUN printf "fastestmirror=True\ndeltarpm=True\n" | tee -a /etc/dnf/dnf.conf \
&& dnf install -y nmap nmap-ncat \

View File

@ -23,7 +23,7 @@
# wireshark
#
FROM fedora:latest
LABEL maintainer "Jeffrey Serio <hyperreal@unixcat.coffee>"
LABEL maintainer "Jeffrey Serio <hyperreal@fedoraproject.org>"
RUN printf "fastestmirror=True\ndeltarpm=True\n" | tee -a /etc/dnf/dnf.conf
RUN dnf install -y wireshark qt5-qtwayland \