Skip to content

Use alpine as main dockerfile #459

Use alpine as main dockerfile

Use alpine as main dockerfile #459

Triggered via push February 17, 2024 15:54
Status Failure
Total duration 1m 31s
Artifacts
build-and-push-image
1m 22s
build-and-push-image
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache --virtual .build-deps curl build-base linux-headers py3-pip py3-numpy-dev python3-dev py3-setuptools && pip3 install cython && cd /tmp && curl -LO https://github.com/pandas-dev/pandas/releases/download/v${PANDAS_VERSION}/pandas-${PANDAS_VERSION}.tar.gz && tar zxf pandas-${PANDAS_VERSION}.tar.gz && cd pandas-${PANDAS_VERSION} && python3 setup.py build && python3 setup.py install --prefix=/usr && cd /tmp && rm -rf pandas-${PANDAS_VERSION}.tar.gz pandas-${PANDAS_VERSION} && pip3 uninstall -y cython && apk del .build-deps && rm -Rf /root/.cache" did not complete successfully: exit code: 1
build-and-push-image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.