mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 19:11:14 +01:00
Remove deprecated instruction MAINTAINER
This commit is contained in:
parent
c7510e5a2e
commit
9e19de0a24
9 changed files with 0 additions and 9 deletions
|
@ -1,5 +1,4 @@
|
||||||
FROM fedora:30
|
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
|
RUN curl -sSL -o /etc/yum.repos.d/yarn.repo https://dl.yarnpkg.com/rpm/yarn.repo
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM pschiffe/pdns-admin-base:ngoduykhanh
|
FROM pschiffe/pdns-admin-base:ngoduykhanh
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
nginx \
|
nginx \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM nginx:1.14-alpine
|
FROM nginx:1.14-alpine
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN apk add --no-cache curl
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM pschiffe/pdns-admin-base:ngoduykhanh
|
FROM pschiffe/pdns-admin-base:ngoduykhanh
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
mariadb \
|
mariadb \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM fedora:29
|
FROM fedora:29
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM fedora:30
|
FROM fedora:30
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN dnf -y --setopt=install_weak_deps=False install \
|
RUN dnf -y --setopt=install_weak_deps=False install \
|
||||||
pdns-recursor \
|
pdns-recursor \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
pdns-recursor \
|
pdns-recursor \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM fedora:30
|
FROM fedora:30
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
|
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf \
|
||||||
&& dnf -y --setopt=install_weak_deps=False install \
|
&& dnf -y --setopt=install_weak_deps=False install \
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
FROM alpine:3.10
|
FROM alpine:3.10
|
||||||
MAINTAINER "Peter Schiffer" <peter@rfv.sk>
|
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
pdns \
|
pdns \
|
||||||
|
|
Loading…
Reference in a new issue