forked from openresty/docker-openresty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINTAINER instruction is deprecated
Replace MAINTAINER instruction with LABEL instruction
- Loading branch information
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|