Remove deprecated instruction MAINTAINER

This commit is contained in:
Peter Schiffer 2020-01-01 16:23:53 +01:00
parent c7510e5a2e
commit 9e19de0a24
No known key found for this signature in database
GPG key ID: 6CCC5046E2B0B44B
9 changed files with 0 additions and 9 deletions

View file

@ -1,5 +1,4 @@
FROM fedora:30
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN curl -sSL -o /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo

View file

@ -1,5 +1,4 @@
FROM pschiffe/pdns-admin-base:ngoduykhanh
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN dnf -y --setopt=install_weak_deps=False install \
nginx \

View file

@ -1,5 +1,4 @@
FROM nginx:1.14-alpine
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN apk add --no-cache curl

View file

@ -1,5 +1,4 @@
FROM pschiffe/pdns-admin-base:ngoduykhanh
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN dnf -y --setopt=install_weak_deps=False install \
mariadb \

View file

@ -1,5 +1,4 @@
FROM fedora:29
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN dnf -y --setopt=install_weak_deps=False install \
python-pip \

View file

@ -1,5 +1,4 @@
FROM fedora:30
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN dnf -y --setopt=install_weak_deps=False install \
pdns-recursor \

View file

@ -1,5 +1,4 @@
FROM alpine:3.10
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN apk add --no-cache \
pdns-recursor \

View file

@ -1,5 +1,4 @@
FROM fedora:30
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
&& dnf -y --setopt=install_weak_deps=False install \

View file

@ -1,5 +1,4 @@
FROM alpine:3.10
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
RUN apk add --no-cache \
pdns \