build-publish-python-deploy-image #2
build-publish-jdk21-python-image.yaml
on: workflow_dispatch
build-publish-python-deploy-image
1m 6s
Annotations
1 error
|
build-publish-python-deploy-image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c curl https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz && tar -xzf Python-${PYTHON_VERSION}.tgz && cd Python-${PYTHON_VERSION} && ./configure --enable-optimizations && make -j $(nproc) && make altinstall && update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python${PYTHON_VERSION} 1 && update-alternatives --install /usr/bin/pip3 pip /usr/local/bin/pip${PYTHON_VERSION} 1 && pip install --no-cache-dir --upgrade pip && pip install poetry pipenv && cd .. && rm -rf Python-${PYTHON_VERSION} Python-${PYTHON_VERSION}.tgz && rm -rf Python-${PYTHON_VERSION} && apt-get remove -y --purge build-essential libncursesw5-dev libreadline-dev libssl-dev libsqlite3-dev libffi-dev libbz2-dev zlib1g-dev && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apk/*" did not complete successfully: exit code: 2
|