pankajkoti commented on code in PR #35813:
URL: https://github.com/apache/airflow/pull/35813#discussion_r1403251382


##########
BREEZE.rst:
##########
@@ -949,6 +949,23 @@ In this case, disabling IPv6 in the host machine and using 
IPv4 instead resolved
 The similar issue could happen if you are behind an HTTP/HTTPS proxy and your 
access to required websites are
 blocked by it, or your proxy setting has not been done properly.
 
+"No such image" Error:
+------------------------
+
+When running ``breeze start-airflow`` or commands that needs a base image, the 
following output might be observed:
+
+.. code-block:: bash
+
+    [+] Creating 3/0
+     ✔ Container docker-compose-rabbitmq-1  Running                            
                                                                                
                              0.0s
+     ✔ Container docker-compose-redis-1     Running                            
                                                                                
                              0.0s
+     ✔ Container docker-compose-postgres-1  Running                            
                                                                                
                              0.0s
+    [+] Building 0.0s (0/0)                                                    
                                                                                
              docker:desktop-linux
+    Error response from daemon: No such image: 
ghcr.io/apache/airflow/main/ci/python3.10:latest
+    Error 1 returned
+
+In this case, we'll need to push the missing image 
``ghcr.io/apache/airflow/main/ci/python3.10:latest`` as stated in the error 
message through ``docker pull 
ghcr.io/apache/airflow/main/ci/python3.10:latest``.

Review Comment:
   ```suggestion
   In this case, we'll need to pull the missing image 
``ghcr.io/apache/airflow/main/ci/python3.10:latest`` as stated in the error 
message through ``docker pull 
ghcr.io/apache/airflow/main/ci/python3.10:latest``.
   ```



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