Manual Build - All #3
manual-build-all.yml
on: workflow_dispatch
base-manual
/
build-n-push
35s
slim-manual
/
build-n-push
25s
alpine-manual
/
build-n-push
34s
create-releases
/
build-n-push
Annotations
3 errors and 3 warnings
slim-manual / build-n-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; export BUILD_DEPS='build-essential libffi-dev libpq-dev libssl-dev libldap2-dev libsasl2-dev git'; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends mime-support libffi7 libpq5 libssl1.1 libldap-2.4-2 libsasl2-2 ${BUILD_DEPS}; git clone --depth=1 --branch=${ETE_VERSION} \"${ETE_REPO}\" \"${BASE_DIR}\"; /usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; pip install --no-cache-dir --progress-bar off -r \"${BASE_DIR}/requirements.txt\" \"psycopg2-binary\"; apt-get remove --purge -y ${BUILD_DEPS}; apt-get autoremove --purge -y; rm -rf /var/lib/apt/lists/*; rm -r \"${BASE_DIR}/.git\"; chown -R \"${DEFAULT_UID}\":\"${DEFAULT_GID}\" \"${BASE_DIR}\"" did not complete successfully: exit code: 100
|
alpine-manual / build-n-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; apk add --no-cache openssl mailcap libpq libffi libldap libsasl bash; apk add --no-cache --virtual .build-deps coreutils gcc make wget linux-headers cyrus-sasl-dev libc-dev libffi-dev openssl-dev postgresql-dev openldap-dev git; echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so; git clone --depth=1 --branch=${ETE_VERSION} \"${ETE_REPO}\" \"${BASE_DIR}\"; /usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; pip install --no-cache-dir --progress-bar off -r \"${BASE_DIR}/requirements.txt\" \"psycopg2-binary\" \"python-ldap\"; apk del .build-deps; rm -r \"${BASE_DIR}/.git\"; chown -R \"${DEFAULT_UID}\":\"${DEFAULT_GID}\" \"${BASE_DIR}\"" did not complete successfully: exit code: 1
|
base-manual / build-n-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; export BUILD_DEPS='libldap2-dev libsasl2-dev'; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends mime-support libffi7 libpq5 libssl1.1 libldap-2.4-2 libsasl2-2 ${BUILD_DEPS}; git clone --depth=1 --branch=${ETE_VERSION} \"${ETE_REPO}\" \"${BASE_DIR}\"; /usr/local/bin/python -m pip install --no-cache-dir --progress-bar off --upgrade pip; pip install --no-cache-dir --progress-bar off -r \"${BASE_DIR}/requirements.txt\" \"psycopg2-binary\" \"python-ldap\"; apt-get remove --purge -y ${BUILD_DEPS}; apt-get autoremove --purge -y; rm -rf /var/lib/apt/lists/*; rm -r \"${BASE_DIR}/.git\"; chown -R \"${DEFAULT_UID}\":\"${DEFAULT_GID}\" \"${BASE_DIR}\"" did not complete successfully: exit code: 100
|
slim-manual / build-n-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/[email protected], docker/[email protected], docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
alpine-manual / build-n-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/[email protected], docker/[email protected], docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
base-manual / build-n-push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/[email protected], docker/[email protected], docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|