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

View File

@@ -13,7 +13,7 @@
# limitations under the License.
FROM bashell/alpine-bash
MAINTAINER Random Liu <lantaol@google.com>
LABEL maintainer="Random Liu <lantaol@google.com>"
# Use oom kill problem as default
ENV PROBLEM /problems/oom_kill