From: Thanh Ha Date: Tue, 20 Mar 2018 02:46:13 +0000 (-0400) Subject: Use LABEL instead of deprecated MAINTAINER field X-Git-Tag: 14.2.0~77 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=568a6558113340f891e9a1a967d3181bb9503d25;p=integration%2Fpackaging.git Use LABEL instead of deprecated MAINTAINER field Change-Id: I79646a448fa717e64151fb3cd74a09725d332f51 Signed-off-by: Thanh Ha --- diff --git a/docker/openstack/systemd/Dockerfile b/docker/openstack/systemd/Dockerfile index b33d9c4..525a162 100644 --- a/docker/openstack/systemd/Dockerfile +++ b/docker/openstack/systemd/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:16.04 -MAINTAINER OpenDaylight Integration Project Team +LABEL maintainer="OpenDaylight Integration Project Team " # Schema: https://github.com/projectatomic/ContainerApplicationGenericLabels LABEL name="Int/Pack OpenStack Systemd Base Node" \ version="0.1" \