turbaszek commented on a change in pull request #8497:
URL: https://github.com/apache/airflow/pull/8497#discussion_r412740240



##########
File path: scripts/ci/_utils.sh
##########
@@ -1071,31 +1127,15 @@ Docker pulling ${PYTHON_BASE_IMAGE}.
             verbose_docker pull "${PYTHON_BASE_IMAGE}" | tee -a "${OUTPUT_LOG}"
             echo
         fi
-        local PULL_IMAGE=${FORCE_PULL_IMAGES}
-        local IMAGE_HASH
-        IMAGE_HASH=$(docker images -q "${AIRFLOW_CI_IMAGE}" 2> /dev/null)
-        if [[ "${IMAGE_HASH}" == "" ]]; then
-            PULL_IMAGE="true"
-        fi
-        if [[ "${PULL_IMAGE}" == "true" ]]; then
-            echo
-            echo "Pulling the image ${AIRFLOW_CI_IMAGE}"
-            echo
-            if [[ -n ${DETECTED_TERMINAL:=""} ]]; then
-                echo -n "
-Docker pulling ${IMAGE}.
-" > "${DETECTED_TERMINAL}"
-            fi
-            verbose_docker pull "${AIRFLOW_CI_IMAGE}" | tee -a "${OUTPUT_LOG}" 
|| true
-            echo
-        fi
+        # C production image

Review comment:
       ```suggestion
           # production image
   ```
   ?




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