This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new e50dc9e Added notification to solve "docker-credential-service-error"
(#18524)
e50dc9e is described below
commit e50dc9edc5ae897fad859eedb91406962bd912a9
Author: Zonghan, Xie <[email protected]>
AuthorDate: Sun Sep 26 16:22:43 2021 +0800
Added notification to solve "docker-credential-service-error" (#18524)
---
CONTRIBUTORS_QUICK_START.rst | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index 245e5ab..d7ef6d3 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -287,6 +287,17 @@ Setting up Breeze
$ ./breeze --python 3.8 --backend mysql
+.. note::
+ If you encounter an error like
"docker.credentials.errors.InitializationError:
+ docker-credential-secretservice not installed or not available in PATH",
you may execute the following command to fix it:
+
+ .. code-block:: bash
+
+ $ sudo apt install golang-docker-credential-helper
+
+ Once the package is installed, execute the breeze command again to resume
image building.
+
+
4. Once the breeze environment is initialized, create airflow tables and users
from the breeze CLI. ``airflow db reset``
is required to execute at least once for Airflow Breeze to get the
database/tables created.
@@ -1101,6 +1112,16 @@ Setting up Breeze
$ ./breeze --python 3.8 --backend mysql
+.. note::
+ If you encounter an error like
"docker.credentials.errors.InitializationError:
+ docker-credential-secretservice not installed or not available in PATH",
you may execute the following command to fix it:
+
+ .. code-block:: bash
+
+ $ sudo apt install golang-docker-credential-helper
+
+ Once the package is installed, execute the breeze command again to resume
image building.
+
4. Once the breeze environment is initialized, create airflow tables and users
from the breeze CLI. ``airflow db reset``
is required to execute at least once for Airflow Breeze to get the
database/tables created.