From bc89bbce5629b7083714d2be34b11f4b3e6abf6e Mon Sep 17 00:00:00 2001 From: Kay Yan Date: Mon, 7 Mar 2022 15:27:08 +0800 Subject: [PATCH] MAINTAINER in Dockerfile is deprecated, change to label Signed-off-by: Kay Yan --- Dockerfile | 2 +- pkg/util/nethealth/Dockerfile | 2 +- test/kernel_log_generator/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ec0591d..51100aec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG BASEIMAGE FROM ${BASEIMAGE} -MAINTAINER Random Liu +LABEL maintainer="Random Liu " RUN clean-install util-linux libsystemd0 bash diff --git a/pkg/util/nethealth/Dockerfile b/pkg/util/nethealth/Dockerfile index a1b2fded..13a28601 100644 --- a/pkg/util/nethealth/Dockerfile +++ b/pkg/util/nethealth/Dockerfile @@ -13,6 +13,6 @@ # limitations under the License. FROM busybox -MAINTAINER Girish Kalele +LABEL maintainer="Girish Kalele " COPY nethealth /usr/bin/ ENTRYPOINT ["/usr/bin/nethealth"] diff --git a/test/kernel_log_generator/Dockerfile b/test/kernel_log_generator/Dockerfile index e248c82b..ce07a5f9 100644 --- a/test/kernel_log_generator/Dockerfile +++ b/test/kernel_log_generator/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. FROM bashell/alpine-bash -MAINTAINER Random Liu +LABEL maintainer="Random Liu " # Use oom kill problem as default ENV PROBLEM /problems/oom_kill