黃竣陽 created KAFKA-17834: --------------------------- Summary: Improvement the e2e Dockerfile Key: KAFKA-17834 URL: https://issues.apache.org/jira/browse/KAFKA-17834 Project: Kafka Issue Type: Improvement Affects Versions: 4.0.0 Reporter: 黃竣陽 Assignee: 黃竣陽
In my local machine, docker show below warnings when I build the Dockerfile, we should improve the Dockerfile to avoid these warnings 3 warnings found (use docker --debug to expand): - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 49) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 56) - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 158) -- This message was sent by Atlassian Jira (v8.20.10#820010)