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,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"]