chore(deps): update opensuse/tumbleweed:latest docker digest to e3ca45f #28
Annotations
4 errors
|
image (ci/images/opensuse/Dockerfile.rolling, amd64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') OS_ARCH_SUFFIX='x64'; GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') OS_ARCH_SUFFIX='arm64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive dup && zypper --non-interactive install -l --no-recommends bzip2 cargo1.88 findutils gawk gcc15 gcc15-c++ gcc15-fortran git-core java-25-openjdk-devel libicu-devel make python313 python313-devel python313-pip rust1.88 unzip wget zip && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-15 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-15 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-15 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-15 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.13 10 && curl -L \"https://get.sdkman.io\" | bash && SDKMAN_BROKER_API=\"$SDKMAN_URL/broker\" && SDKMAN_CANDIDATES_API=\"$SDKMAN_URL\" && printf \"sdkman_auto_answer=true\\nsdkman_selfupdate_feature=false\\nsdkman_auto_env=true\\nsdkman_curl_connect_timeout=20\\nsdkman_curl_max_time=0\" >> $HOME/.sdkman/etc/config && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && sdk install maven $MAVEN_VERSION && sdk install gradle $GRADLE_VERSION && sdk install scala $SCALA_VERSION && sdk install sbt $SBT_VERSION && sdk offline enable && mv /root/.sdkman/candidates/* /opt/ && rm -rf /root/.sdkman && curl -L --output dotnet.tar.gz $DOTNETCLI_URL/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-${OS_ARCH_SUFFIX}.tar.gz && mkdir -p /usr/share/dotnet && tar -xf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && dotnet --list-sdks && mkdir ${PYTHONPATH} && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint custom-json-diff pipenv poetry uv && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && source ${NVM_DIR}/nvm.sh && nvm install ${NODE_VERSION} && npm install -g corepack node-gyp && npx node-gyp install && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && blint --help && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 127
|
|
image (ci/images/opensuse/Dockerfile.rolling, arm64)
Canceling since a higher priority waiting request for Build image(s) on PR/push-refs/heads/renovate/opensuse-tumbleweed-latest exists
|
|
image (ci/images/opensuse/Dockerfile.rolling, arm64)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -e; if [ -n \"$NODEJS_DIST_URL\" ]; then export \"NVM_NODEJS_ORG_MIRROR=$NODEJS_DIST_URL\"; printf \"disturl=$NODEJS_DIST_URL\\n\" >> $HOME/.npmrc; fi; if [ -n \"$NPM_REPO\" ]; then export \"COREPACK_NPM_REGISTRY=$NPM_REPO\"; printf \"registry=$NPM_REPO\\n@jsr:registry=$NPM_REPO\\n\" >> $HOME/.npmrc; fi; if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|http://codecs.opensuse.org|$OPENSUSE_CODECS_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|http://download.opensuse.org|$OPENSUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') OS_ARCH_SUFFIX='x64'; GOBIN_VERSION='amd64'; ;; 'aarch64' | 'arm64') OS_ARCH_SUFFIX='arm64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive dup && zypper --non-interactive install -l --no-recommends bzip2 cargo1.88 findutils gawk gcc15 gcc15-c++ gcc15-fortran git-core java-25-openjdk-devel libicu-devel make python313 python313-devel python313-pip rust1.88 unzip wget zip && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-15 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-15 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-15 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-15 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.13 10 && curl -L \"https://get.sdkman.io\" | bash && SDKMAN_BROKER_API=\"$SDKMAN_URL/broker\" && SDKMAN_CANDIDATES_API=\"$SDKMAN_URL\" && printf \"sdkman_auto_answer=true\\nsdkman_selfupdate_feature=false\\nsdkman_auto_env=true\\nsdkman_curl_connect_timeout=20\\nsdkman_curl_max_time=0\" >> $HOME/.sdkman/etc/config && source \"$HOME/.sdkman/bin/sdkman-init.sh\" && sdk install maven $MAVEN_VERSION && sdk install gradle $GRADLE_VERSION && sdk install scala $SCALA_VERSION && sdk install sbt $SBT_VERSION && sdk offline enable && mv /root/.sdkman/candidates/* /opt/ && rm -rf /root/.sdkman && curl -L --output dotnet.tar.gz $DOTNETCLI_URL/dotnet/Sdk/$DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-${OS_ARCH_SUFFIX}.tar.gz && mkdir -p /usr/share/dotnet && tar -xf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && dotnet --list-sdks && mkdir ${PYTHONPATH} && python -m pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint custom-json-diff pipenv poetry uv && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && source ${NVM_DIR}/nvm.sh && nvm install ${NODE_VERSION} && npm install -g corepack node-gyp && npx node-gyp install && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && blint --help && gcc --version && curl -L --output /usr/bin/bazel $GITHUB_URL/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && BAZELISK_BASE_URL=$GITHUB_URL/bazelbuild/bazel/releases/download bazel --version && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$OPENSUSE_REPO\" ]; then sed -i \"s|$OPENSUSE_CODECS_REPO|http://codecs.opensuse.org|g\" /etc/zypp/repos.d/*; sed -i \"s|$OPENSUSE_REPO|http://download.opensuse.org|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 127
|
|
Build image(s) on PR/push
Canceling since a higher priority waiting request for Build image(s) on PR/push-refs/heads/renovate/opensuse-tumbleweed-latest exists
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CycloneDX~cdxgen~50TEM8.dockerbuild
Expired
|
46.6 KB |
sha256:14e434b0ede933f26c2b8f036c887d0ca6aace9ca6b1b186dbddc9612381627c
|
|
|
CycloneDX~cdxgen~WBGP3Q.dockerbuild
Expired
|
47.6 KB |
sha256:62f00833bde52338c08fd0112cba35d2aff0129aa0e6225bf2aff6f4ebe9b687
|
|