Add maintainer label for docker file (#2658)

* Add maintainer label for docker file

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* update

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-10-05 03:41:10 -05:00 committed by GitHub
parent 67e1c29dc5
commit 68674649df
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,6 @@
FROM alpine:3.6
MAINTAINER Thomas Boerger <thomas@webhippie.de>
LABEL maintainer="The Gitea Authors"
EXPOSE 22 3000

View File

@ -1,5 +1,7 @@
FROM multiarch/alpine:aarch64-v3.6
LABEL maintainer="The Gitea Authors"
EXPOSE 22 3000
RUN apk --no-cache add \

View File

@ -1,5 +1,6 @@
FROM multiarch/alpine:armhf-v3.6
MAINTAINER Thomas Boerger <thomas@webhippie.de>
LABEL maintainer="The Gitea Authors"
EXPOSE 22 3000