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 2021/04/06 18:17:10 UTC

[GitHub] [airflow] jackemuk-es commented on issue #15231: New version of docutils breaks Dockerfile for tag 2.0.1 (branch v2-0-stable)

jackemuk-es commented on issue #15231:
URL: https://github.com/apache/airflow/issues/15231#issuecomment-814336262


   The issue is with the doc extra being installed, removing it from the AIRFLOW_EXTRAS produces the docker image. 
   
   Changing the extras line in the docker-compose file to:  
       AIRFLOW_EXTRAS: "doc"
   produces the same results with docutils. 
   
   sphinx-rtd-theme 0.5.2 has requirement docutils<0.17, but you have docutils 0.17.
   ERROR: Service 'airflow-init' failed to build : The command '/bin/bash -o pipefail -e -u -x -c if [[ ${INSTALL_FROM_PYPI} == "true" ]]; then         bash /scripts/docker/install_airflow.sh;     fi;     if [[ ${INSTALL_FROM_DOCKER_CONTEXT_FILES} == "true" ]]; then         bash /scripts/docker/install_from_docker_context_files.sh;     fi;     if [[ -n "${ADDITIONAL_PYTHON_DEPS}" ]]; then         bash /scripts/docker/install_additional_dependencies.sh;     fi;     find /root/.local/ -name '*.pyc' -print0 | xargs -0 rm -r || true ;     find /root/.local/ -type d -name '__pycache__' -print0 | xargs -0 rm -r || true' returned a non-zero code: 1
   gjackemuk@iad-devops-airflow-dev (10.0.2.6, devops): ~/_github/git-airflow-bug$ vi docker-compose.yaml


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