mik-laj commented on code in PR #23379:
URL: https://github.com/apache/airflow/pull/23379#discussion_r864216008


##########
dev/breeze/src/airflow_breeze/build_image/prod/build_prod_params.py:
##########
@@ -202,6 +214,15 @@ def extra_docker_build_flags(self) -> List[str]:
                     
f"AIRFLOW_CONSTRAINTS_REFERENCE={self.default_constraints_branch}",
                 ]
             )
+        extra_build_flags.extend(
+            [
+                "--label",

Review Comment:
   What do you think aboutt adding other labels like 
`io.artifacthub.package.maintainers`, `io.artifacthub.package.logo-url`?



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to