diff --git a/k8s/Dockerfile-nginx b/k8s/Dockerfile-nginx index 0b797cd..6360a3b 100644 --- a/k8s/Dockerfile-nginx +++ b/k8s/Dockerfile-nginx @@ -16,13 +16,19 @@ # FROM fedora AS sslip.io-nginx -LABEL maintainer="brian.cunnie@gmail.com" +LABEL org.opencontainers.image.authors="Brian Cunnie " -RUN dnf install -y iproute bind-utils neovim +RUN dnf install -y \ + bind-utils \ + iproute \ + less \ + lsof \ + neovim \ + net-tools \ + nginx \ + nmap-ncat \ + procps-ng \ -RUN dnf install -y procps-ng nmap-ncat net-tools lsof less - -RUN dnf install -y nginx RUN mv /usr/share/nginx/html /usr/share/nginx/html-orig diff --git a/k8s/Dockerfile-ntp b/k8s/Dockerfile-ntp index b6e85bd..4f98533 100644 --- a/k8s/Dockerfile-ntp +++ b/k8s/Dockerfile-ntp @@ -6,7 +6,7 @@ # Much was from here: FROM alpine:3.11.3 AS sslip.io-ntp -LABEL maintainer="brian.cunnie@gmail.com" +LABEL org.opencontainers.image.authors="Brian Cunnie " RUN apk update RUN apk add openntpd RUN mkdir -m 1777 /var/empty/tmp diff --git a/k8s/Dockerfile-sslip.io-dns-server b/k8s/Dockerfile-sslip.io-dns-server index 88acf5f..85dfcc8 100644 --- a/k8s/Dockerfile-sslip.io-dns-server +++ b/k8s/Dockerfile-sslip.io-dns-server @@ -21,7 +21,7 @@ # FROM alpine AS sslip.io -LABEL maintainer="brian.cunnie@gmail.com" +LABEL org.opencontainers.image.authors="Brian Cunnie " RUN apk update && apk add bind-tools diff --git a/k8s/Dockerfile-wildcard-dns-http-server b/k8s/Dockerfile-wildcard-dns-http-server index 41f9b32..1242915 100644 --- a/k8s/Dockerfile-wildcard-dns-http-server +++ b/k8s/Dockerfile-wildcard-dns-http-server @@ -39,7 +39,7 @@ FROM alpine AS sslip.io -LABEL maintainer="brian.cunnie@gmail.com" +LABEL org.opencontainers.image.authors="Brian Cunnie " COPY wildcard-dns-http-server /usr/sbin/wildcard-dns-http-server