Use LABEL instead of MAINTAINER for Dockerfile (#18142)
* Use LABEL instead of MAINTAINER * add =
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e2d1e442a1
commit
e4b68517ab
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
MAINTAINER Luc Perkins <lperkins@linuxfoundation.org>
|
LABEL maintainer="Luc Perkins <lperkins@linuxfoundation.org>"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user