handling multiple language codes in 041, 041 #529 #93
Annotations
1 error and 1 warning
build-and-push-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"install lsof\" && apt-get update && apt-get install -y --no-install-recommends lsof && apt-get --assume-yes autoremove && rm -rf /var/lib/apt/lists/* && cd /opt && MAJOR_VERSION=$(echo $SOLR_VERSION | sed 's/^\\([0-9]*\\)\\..*/\\1/') && if [ ${MAJOR_VERSION} -gt 8 ]; then SOLR_PACKAGE=\"solr-${SOLR_VERSION}.tgz\" ; SOLR_DOWNLOAD_PATH=\"solr/solr\" ; SOLR_EXTRACT_METHOD=\"tgz\" ; else SOLR_PACKAGE=\"solr-${SOLR_VERSION}.zip\" ; SOLR_DOWNLOAD_PATH=\"lucene/solr\" ; SOLR_EXTRACT_METHOD=\"zip\" ; fi && if [ ! -f solr-${SOLR_PACKAGE} ]; then DOWNLOAD_URL=https://archive.apache.org/dist/${SOLR_DOWNLOAD_PATH}/${SOLR_VERSION}/${SOLR_PACKAGE} ; curl -L ${DOWNLOAD_URL} --output /opt/${SOLR_PACKAGE} ; fi && if [ \"${SOLR_EXTRACT_METHOD}\" = \"zip\" ]; then echo \"unzip -q ${SOLR_PACKAGE}\" ; unzip -q ${SOLR_PACKAGE} ; elif [ \"${SOLR_EXTRACT_METHOD}\" = \"tgz\" ]; then echo \"tar -xvzf ${SOLR_PACKAGE}\" ; tar -xzf ${SOLR_PACKAGE} ; fi && rm ${SOLR_PACKAGE} && ln -s solr-${SOLR_VERSION} solr" did not complete successfully: exit code: 28
|
build-and-push-image
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1, docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7, docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|