Indigo Docker images preparation #412
Annotations
1 error and 6 warnings
Build indigo-tester
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && apt update && apt upgrade -y && apt install -y --no-install-recommends build-essential clang-format cmake make git python3 python3-pip python3-distutils curl unzip libc6-dev libfontconfig-dev libfreetype-dev libgdiplus libx11-dev npm && apt install -y gnupg && curl -OL https://github.com/adoptium/temurin8-binaries/releases/download/jdk${JDK_VERSION_MAJOR}-${JDK_VERSION_MINOR}/OpenJDK8U-jdk_x64_linux_hotspot_${JDK_VERSION_MAJOR}${JDK_VERSION_MINOR}.tar.gz && tar -xzf OpenJDK8U-jdk_x64_linux_hotspot_${JDK_VERSION_MAJOR}${JDK_VERSION_MINOR}.tar.gz && mv jdk${JDK_VERSION_MAJOR}-${JDK_VERSION_MINOR} /opt/jdk && rm OpenJDK8U-jdk_x64_linux_hotspot_${JDK_VERSION_MAJOR}${JDK_VERSION_MINOR}.tar.gz && curl -OL https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz && tar -xzf apache-maven-${MAVEN_VERSION}-bin.tar.gz && mv apache-maven-${MAVEN_VERSION} /opt/maven && rm apache-maven-${MAVEN_VERSION}-bin.tar.gz && curl -OL https://repo1.maven.org/maven2/org/python/jython-installer/${JYTHON_VERSION}/jython-installer-${JYTHON_VERSION}.jar && /opt/jdk/bin/java -jar jython-installer-${JYTHON_VERSION}.jar -s -d /opt/jython && rm jython-installer-${JYTHON_VERSION}.jar && export JAVA_HOME=/opt/jdk && export PATH=$PATH:$JAVA_HOME/bin && curl -L https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg && mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ && curl -OL https://packages.microsoft.com/config/debian/10/prod.list && mv prod.list /etc/apt/sources.list.d/microsoft-prod.list && chown root:root /etc/apt/trusted.gpg.d/microsoft.asc.gpg && chown root:root /etc/apt/sources.list.d/microsoft-prod.list && apt update && apt install -y powershell dotnet-sdk-${DOTNET_VERSION} && ln -fs /usr/bin/pwsh /usr/bin/powershell && curl -OL https://github.com/IronLanguages/ironpython3/releases/download/v${IRONPYTHON_VERSION}/IronPython.${IRONPYTHON_VERSION}.zip && mkdir ironpython && unzip IronPython.${IRONPYTHON_VERSION}.zip -d ./ironpython || true && mv ironpython /opt/ && printf '#!/bin/sh\\nBASEDIR=$(dirname $(readlink $0))\\nABS_PATH=$(cd \"${BASEDIR}\"; pwd)\\ndotnet ${ABS_PATH}/ipy.dll $@' > /opt/ironpython/net${DOTNET_VERSION}/ipy.sh -i && chmod +x /opt/ironpython/net${DOTNET_VERSION}/ipy.sh && ln -fs /opt/ironpython/net${DOTNET_VERSION}/ipy.sh /opt/ironpython/ipy && rm IronPython.${IRONPYTHON_VERSION}.zip && python3 -m pip install wheel && apt install -y python3-pip python3-setuptools twine && apt autoremove -y" did not complete successfully: exit code: 1
|
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/login-action@v1, actions/checkout@v2, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build indigo-tester
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build indigo-tester
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Login to DockerHub
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Login to DockerHub
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Login to DockerHub
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading