Skip to content

Commit

Permalink
MAINTAINER instruction is deprecated
Browse files Browse the repository at this point in the history
Replace MAINTAINER instruction with LABEL instruction
  • Loading branch information
neomantra committed Nov 19, 2017
1 parent 09eb533 commit b1366e6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion alpine-fat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM alpine:latest

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM alpine:latest

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion armhf-xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM armv7/armhf-ubuntu:xenial

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion centos-rpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM centos:7

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

ARG RESTY_LUAROCKS_VERSION="2.4.3"
ARG RESTY_RPM_FLAVOR=""
Expand Down
2 changes: 1 addition & 1 deletion centos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM centos:7

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion jessie/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM debian:jessie

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM debian:stretch-slim

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# RESTY_DEB_FLAVOR build argument is used to select other
# OpenResty Debian package variants.
Expand Down
2 changes: 1 addition & 1 deletion stretch/Dockerfile.luarocks_example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM openresty/openresty:stretch

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

ARG RESTY_LUAROCKS_VERSION="2.4.3"

Expand Down
2 changes: 1 addition & 1 deletion stretch/Dockerfile.opm_example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM openresty:stretch

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion trusty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM ubuntu:trusty

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM debian:wheezy

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down
2 changes: 1 addition & 1 deletion xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM ubuntu:xenial

MAINTAINER Evan Wies <[email protected]>
LABEL maintainer="Evan Wies <[email protected]>"

# Docker Build Arguments
ARG RESTY_VERSION="1.13.6.1"
Expand Down

0 comments on commit b1366e6

Please sign in to comment.