Docker Build #54
Annotations
1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk add --no-cache curl gzip less python3 tar && curl -o ${PRESTO_PKG} ${PRESTO_PKG_URL} && tar -zxf ${PRESTO_PKG} && rm -rf ${PRESTO_PKG} && mv presto-server-${PRESTO_VERSION} ${PRESTO_HOME} && mkdir -p ${PRESTO_HOME}/etc && mkdir -p ${PRESTO_HOME}/etc/catalog && mkdir -p /var/lib/presto/data && curl -o /opt/presto-cli ${PRESTO_CLI_URL} && chmod +x /opt/presto-cli && ln -s /opt/presto-cli /usr/local/bin/presto-cli && ln -s /opt/presto-cli /usr/local/bin/presto && apk del curl tar" did not complete successfully: exit code: 2
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|