Created
March 7, 2024 15:25
-
-
Save jaraco/60fc1e0fe3daec5be8e93086b9e7c82b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 building with "multi" instance using docker-container driver | |
#1 [airflow-webserver internal] load build definition from Dockerfile | |
#1 transferring dockerfile: 3.50kB done | |
#1 DONE 0.0s | |
#2 [airflow-webserver internal] load metadata for docker.io/apache/airflow:slim-2.8.1-python3.11 | |
#2 DONE 0.2s | |
#3 [airflow-webserver internal] load .dockerignore | |
#3 transferring context: 2B done | |
#3 DONE 0.0s | |
#4 [airflow-webserver internal] load build context | |
#4 transferring context: 897B done | |
#4 DONE 0.0s | |
#5 [airflow-webserver 1/17] FROM docker.io/apache/airflow:slim-2.8.1-python3.11@sha256:751babd58a83e44ae23c393fe1552196c25f3e2683c97db1a6d98b7d15e7a0e8 | |
#5 resolve docker.io/apache/airflow:slim-2.8.1-python3.11@sha256:751babd58a83e44ae23c393fe1552196c25f3e2683c97db1a6d98b7d15e7a0e8 done | |
#5 DONE 0.0s | |
#6 [airflow-webserver 7/17] RUN chmod -R 777 . | |
#6 CACHED | |
#7 [airflow-webserver 2/17] COPY airflow/requirements-airflow.txt ./ | |
#7 CACHED | |
#8 [airflow-webserver 5/17] RUN apt-get update && apt-get install -y wget unzip imagemagick | |
#8 CACHED | |
#9 [airflow-webserver 6/17] RUN apt-get update && apt-get install -y --no-install-recommends r-base libffi-dev gfortran liblapack-dev libblas-dev && apt-get clean && rm -rf /var/lib/apt/lists/* | |
#9 CACHED | |
#10 [airflow-webserver 4/17] RUN pip install --no-cache-dir -r requirements-airflow.txt && pip install --no-cache-dir -r requirements-dag-factory.txt | |
#10 CACHED | |
#11 [airflow-webserver 3/17] COPY airflow/requirements-dag-factory.txt ./ | |
#11 CACHED | |
#12 [airflow-webserver 8/17] RUN export DUCK_ARCH=$(uname -m | sed -e s/arm64/aarch64/ | sed -e s/x86_64/amd64/) && wget -q -c https://github.com/duckdb/duckdb/releases/download/v0.9.2/duckdb_cli-linux-${DUCK_ARCH}.zip && unzip -o -d /home/airflow/.local/bin duckdb_cli-linux-${DUCK_ARCH}.zip && rm duckdb_cli-linux-${DUCK_ARCH}.zip | |
#12 CACHED | |
#13 [airflow-webserver 9/17] RUN export SLING_ARCH=$(uname -m | sed -e s/x86_64/amd64/) && wget -q -c https://github.com/slingdata-io/sling-cli/releases/download/v1.1.2/sling_linux_${SLING_ARCH}.tar.gz && tar -xf sling_linux_${SLING_ARCH}.tar.gz sling && mv sling /home/airflow/.local/bin && rm -f sling_linux_${SLING_ARCH}.tar.gz && chmod +x /home/airflow/.local/bin/sling | |
#13 ERROR: process "/bin/bash -o pipefail -o errexit -o nounset -o nolog -c export SLING_ARCH=$(uname -m | sed -e s/x86_64/amd64/) && wget -q -c https://github.com/slingdata-io/sling-cli/releases/download/v${SLING_VERSION}/sling_linux_${SLING_ARCH}.tar.gz && tar -xf sling_linux_${SLING_ARCH}.tar.gz sling && mv sling ${AIRFLOW_USER_HOME_DIR}/.local/bin && rm -f sling_linux_${SLING_ARCH}.tar.gz && chmod +x ${AIRFLOW_USER_HOME_DIR}/.local/bin/sling" did not complete successfully: exit code: 8 | |
------ | |
> [airflow-webserver 9/17] RUN export SLING_ARCH=$(uname -m | sed -e s/x86_64/amd64/) && wget -q -c https://github.com/slingdata-io/sling-cli/releases/download/v1.1.2/sling_linux_${SLING_ARCH}.tar.gz && tar -xf sling_linux_${SLING_ARCH}.tar.gz sling && mv sling /home/airflow/.local/bin && rm -f sling_linux_${SLING_ARCH}.tar.gz && chmod +x /home/airflow/.local/bin/sling: | |
------ | |
failed to solve: process "/bin/bash -o pipefail -o errexit -o nounset -o nolog -c export SLING_ARCH=$(uname -m | sed -e s/x86_64/amd64/) && wget -q -c https://github.com/slingdata-io/sling-cli/releases/download/v${SLING_VERSION}/sling_linux_${SLING_ARCH}.tar.gz && tar -xf sling_linux_${SLING_ARCH}.tar.gz sling && mv sling ${AIRFLOW_USER_HOME_DIR}/.local/bin && rm -f sling_linux_${SLING_ARCH}.tar.gz && chmod +x ${AIRFLOW_USER_HOME_DIR}/.local/bin/sling" did not complete successfully: exit code: 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment