Skip to content

Commit

Permalink
Switch from deprecated MAINTAINER tag to LABEL with maintainer's info…
Browse files Browse the repository at this point in the history
… in Dockerfile (apache#6429)

Motivation & Modification
The MAINTAINER instruction is deprecated in favor of the LABEL instruction with the maintainer's info in docker files.
  • Loading branch information
vzhikserg authored and huangdx0726 committed Aug 24, 2020
1 parent 0ec207b commit b0d47e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

FROM python:3.7-stretch

MAINTAINER Pulsar
LABEL maintainer="Apache Pulsar <dev@pulsar.apache.org>"

RUN apt-get update
RUN apt-get -y install postgresql python sudo nginx supervisor
Expand Down

0 comments on commit b0d47e5

Please sign in to comment.