Use bookworm/debian 12, python 3.12, update python deps, fix buildx w… #63
release.yml
on: push
meta
2s
dev-image
/
release
acceptance-image
/
release
plone-backend
/
release
plone-classicui
/
release
Annotations
1 error
builder-image / release
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n apt-get update\n apt-get -y upgrade\n buildDeps=\"build-essential busybox ca-certificates curl git gosu libbz2-dev libffi-dev libjpeg62-turbo-dev libmagic1 libsasl2-dev libldap2-dev libopenjp2-7-dev libpcre3-dev libpq-dev libssl-dev libtiff6 libtiff5-dev libxml2-dev libxslt1-dev wget zlib1g-dev\"\n apt-get install -y --no-install-recommends $buildDeps\n busybox --install -s\n python -m venv /app\n curl -L -o /app/constraints.txt https://dist.plone.org/release/$PLONE_VERSION/constraints.txt\n /app/bin/pip install -U pip wheel setuptools -c /app/constraints.txt\n /app/bin/pip install Plone ${EXTRA_PACKAGES} -c /app/constraints.txt\n bash -c 'mkdir -p /data/{filestorage,blobstorage,cache,logs}'\n /app/bin/python /compile_mo.py\n find /app \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) -exec rm -rf '{}' +\n" did not complete successfully: exit code: 1
|