Skip to content

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543… #503

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543…

Bump to alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd394543… #503

Triggered via push December 8, 2023 05:23
Status Failure
Total duration 59s
Artifacts
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error
deploy (alpine)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk update && \tapk upgrade -a && \tbuild_pkgs=\"python3-dev git\" && \truntime_pkgs=\"ca-certificates openssl python3 py3-pip\" && \tapk --no-cache add --virtual build-dependencies ${build_pkgs} && \tapk --no-cache add ${runtime_pkgs} && \tpython3 -m pip install --no-cache-dir --upgrade pip && \tpip3 install --no-cache-dir --upgrade wheel && \tpip3 install --no-cache-dir -r requirements.txt && \tapk del build-dependencies && \trm -rf /var/cache/apk/* && \trm -rf /root/.cache/pip && \tfind /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && \tfind /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf && \trm -rf /root/.cargo" did not complete successfully: exit code: 1