Bake isg-503 #8
Annotations
1 error
Docker bake
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -x \t&& curl -SLO \"http://resin-packages.s3.amazonaws.com/python/v$PYTHON_VERSION/Python-$PYTHON_VERSION.linux-alpine-aarch64-libffi3.4.tar.gz\" \t&& echo \"2cebff909b38c99994d4a8ab7479aa575c282e59eeca1590b384650fd7f521e3 Python-$PYTHON_VERSION.linux-alpine-aarch64-libffi3.4.tar.gz\" | sha256sum -c - \t&& tar -xzf \"Python-$PYTHON_VERSION.linux-alpine-aarch64-libffi3.4.tar.gz\" --strip-components=1 \t&& rm -rf \"Python-$PYTHON_VERSION.linux-alpine-aarch64-libffi3.4.tar.gz\" \t&& curl -SL \"https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py\" -o get-pip.py && echo \"e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a *get-pip.py\" | sha256sum -c - && python3 get-pip.py --disable-pip-version-check --no-cache-dir --no-compile \"pip==$PYTHON_PIP_VERSION\" \"setuptools==$SETUPTOOLS_VERSION\" \t&& rm -f get-pip.py \t&& find /usr/local \t\t\\( -type d -a -name test -o -name tests \\) \t\t-o \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) \t\t-exec rm -rf '{}' + \t&& cd / \t&& rm -rf /usr/src/python ~/.cache" did not complete successfully: exit code: 1
|
Loading