You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/08 22:46:33 UTC

[GitHub] [airflow] ashb commented on pull request #12931: Apply labels to Docker images in a single instruction

ashb commented on pull request #12931:
URL: https://github.com/apache/airflow/pull/12931#issuecomment-741162902


   With this change:
   
   ```
   Tue, 08 Dec 2020 22:22:18 GMT Step 125/127 : LABEL org.apache.airflow.distro="debian"   org.apache.airflow.distro.version="buster"   org.apache.airflow.module="airflow"   org.apache.airflow.component="airflow"   org.apache.airflow.image="airflow-ci"   org.apache.airflow.uid="0"   org.apache.airflow.gid="0"   org.apache.airflow.buildId=${BUILD_ID}   org.apache.airflow.commitSha=${COMMIT_SHA}
   Tue, 08 Dec 2020 22:22:18 GMT  ---> Running in 8d7218d319bc
   Tue, 08 Dec 2020 22:22:25 GMT Removing intermediate container 8d7218d319bc
   Tue, 08 Dec 2020 22:22:25 GMT  ---> 8fd2bc64723b
   ```
   
   Just seven seconds. (Still slow for what it's doing, but much much quicker than it was)


----------------------------------------------------------------
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:
users@infra.apache.org