kaxil commented on a change in pull request #9652:
URL: https://github.com/apache/airflow/pull/9652#discussion_r484101447



##########
File path: scripts/ci/dockerfiles/stress/Dockerfile
##########
@@ -0,0 +1,31 @@
+ARG ALPINE_VERSION="3.12"
+
+FROM alpine:${ALPINE_VERSION}
+
+ARG STRESS_VERSION
+ARG AIRFLOW_STRESS_VERSION
+ARG COMMIT_SHA
+
+MAINTAINER "Apache Airflow Community <[email protected]>"

Review comment:
       According to Official Docker Documentation the MAINTAINER instruction is 
deprecated. Instead, one should use the LABEL instruction to define the author 
of the generated images. The LABEL instruction is more flexible, enables 
setting metadata, and can be easily viewed with the command docker inspect .
   
   
   Same here




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to