MatrixManAtYrService opened a new issue, #32291:
URL: https://github.com/apache/airflow/issues/32291

   ### Apache Airflow version
   
   2.6.2
   
   ### What happened
   
   Regarding the images that are released on dockerhub, I've noticed that the 
image label which contains the commit is now an empty string.  It was correctly 
populated in 2.2.4:
   
   ```
   $ docker buildx imagetools inspect docker.io/apache/airflow:2.2.5 --format 
'{{ json (index .Image.Config) }}' | gron | grep commit
       json.Labels["org.apache.airflow.main-image.commit-sha"] = 
"7c3513903462511212df742263a49ec1f729ec0e";
   
   $ docker buildx imagetools inspect docker.io/apache/airflow:2.3.0 --format 
'{{ json (index .Image "linux/amd64").Config }}' | gron | grep commit
       json.Labels["org.apache.airflow.main-image.commit-sha"] = "";
   ```
   
   ### What you think should happen instead
   
   The `airflow.main-image.commit-sha` label should tell me which git ref goes 
with the image.
   
   ### How to reproduce
   
   inspect the released image's labels
   
   ### Operating System
   
   any
   
   ### Versions of Apache Airflow Providers
   
   n/a
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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