Build and push #114
Annotations
1 error and 1 warning
Build and push (latest)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; if grep -q alpine /etc/os-release ; then apk add --no-cache --virtual .build-deps cargo g++ gcc libffi-dev linux-headers musl-dev openssl openssl-dev ; POETRY_VERSION=$POETRY_VERSION python /install.py || cat /poetry-installer-error-*.log ; apk del --no-network .build-deps; else apt-get update && apt-get install -y --no-install-recommends build-essential cargo g++ gcc libffi-dev libssl-dev pkg-config ; POETRY_VERSION=$POETRY_VERSION python /install.py || cat /poetry-installer-error-*.log ; apt-get purge -y build-essential cargo g++ gcc libffi-dev libssl-dev pkg-config ; apt-get autoremove -y ; rm -rf /var/lib/apt/lists/* ; fi ; poetry --version" did not complete successfully: exit code: 127
|
Build and push (latest)
Build summary is not yet supported with Docker Build Cloud
|
Loading