Merge pull request #650 from yankay/fix-deprecated-maintainer-in-dockerfile

FIx deprecated "MAINTAINER" in Dockerfile
This commit is contained in:
Kubernetes Prow Robot
2022-04-21 12:28:12 -07:00
committed by GitHub
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
+1 -1
View File
@@ -13,6 +13,6 @@
# limitations under the License.
FROM busybox
MAINTAINER Girish Kalele <gkalele@google.com>
LABEL maintainer="Girish Kalele <gkalele@google.com>"
COPY nethealth /usr/bin/
ENTRYPOINT ["/usr/bin/nethealth"]
+1 -1
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