MAINTAINER in Dockerfile is deprecated, change to label

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
This commit is contained in:
Kay Yan
2022-03-07 15:27:08 +08:00
parent e7fe0b20dc
commit bc89bbce56
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
ARG BASEIMAGE
FROM ${BASEIMAGE}
MAINTAINER Random Liu <lantaol@google.com>
LABEL maintainer="Random Liu <lantaol@google.com>"
RUN clean-install util-linux libsystemd0 bash