Skip to content

DSMR: Build Docker images #213

DSMR: Build Docker images

DSMR: Build Docker images #213

Manually triggered December 30, 2024 10:15
Status Failure
Total duration 1m 47s
Artifacts

build_release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build_release
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"**** install build packages ****\" && apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev postgresql17-dev build-base mariadb-dev libpq-dev libffi-dev jpeg-dev cargo rust && echo \"**** install pip packages ****\" && python3 -m pip install -r /app/dsmrreader/provisioning/requirements/base.txt --no-cache-dir && python3 -m pip install psycopg2 --no-cache-dir && python3 -m pip install mysqlclient --no-cache-dir && python3 -m pip install tzupdate --no-cache-dir && echo \"**** create app user and make base folders ****\" && groupmod -g 1000 users && useradd -u 803 -U -d /config -s /bin/false app && usermod -G users,dialout,audio app && mkdir -vp /app /config /defaults && echo \"**** copy default settings dsmr reader ****\" && cp -f /app/dsmrreader/provisioning/django/settings.py.template /app/dsmrreader/settings.py && echo \"**** cleanup package leftovers ****\" && apk --purge del .build-deps && apk --purge del && rm -rf /var/cache/apk/* && rm -rf /tmp/*" did not complete successfully: exit code: 1
build_release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636