MAINTAINER is deprecated, now using LABEL

This commit is contained in:
cglewis
2017-10-31 10:32:09 -07:00
parent bda967fbcd
commit bbde07d42f
11 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:3.5
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
LABEL works.weave.role=system
WORKDIR /home/weave
RUN apk add --update bash conntrack-tools iproute2 util-linux curl && \

View File

@@ -1,5 +1,5 @@
FROM tatsushid/tinycore-python:2.7
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD requirements.txt /home/weave/
RUN pip install -r /home/weave/requirements.txt

View File

@@ -1,5 +1,5 @@
FROM tatsushid/tinycore-python:2.7
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD requirements.txt /home/weave/
RUN pip install -r /home/weave/requirements.txt

View File

@@ -1,5 +1,5 @@
FROM tatsushid/tinycore-python:2.7
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD requirements.txt /home/weave/
RUN pip install -r /home/weave/requirements.txt

View File

@@ -1,5 +1,5 @@
FROM ubuntu
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
RUN apt-get update && \
apt-get install -y nginx && \
rm -rf /var/lib/apt/lists/*

View File

@@ -1,5 +1,5 @@
FROM ubuntu
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
RUN apt-get update && \
apt-get install -y nginx && \
rm -rf /var/lib/apt/lists/*

View File

@@ -1,5 +1,5 @@
FROM ubuntu
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD ./qotd /home/weave/
EXPOSE 4446

View File

@@ -1,5 +1,5 @@
FROM progrium/busybox
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD searchapp /home/weave/
EXPOSE 8080

View File

@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD shout /home/weave/
EXPOSE 8090

View File

@@ -1,5 +1,5 @@
FROM tatsushid/tinycore-python:2.7
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /home/weave
ADD requirements.txt /home/weave/
RUN pip install -r /home/weave/requirements.txt

View File

@@ -1,5 +1,5 @@
FROM gliderlabs/alpine
MAINTAINER Weaveworks Inc <help@weave.works>
LABEL maintainer="Weaveworks Inc <help@weave.works>"
WORKDIR /
COPY proxy /
EXPOSE 8000