Automatic annotations and tagging (#1450) #79
build-base-images.yml
on: push
sle-dotnet-image
2m 22s
sle-dotnet7-image
2m 18s
sle-dotnet8-image
1m 25s
sle-java-image
5m 44s
sle-java-slim-image
2m 14s
sle-java17-image
6m 35s
sle-java17-slim-image
3m 10s
sle-node20-image
5m 40s
sle-lang-image
5m 16s
opensuse-python310-image
41s
sle-python311-image
6m 54s
sle-python36-image
6m 42s
opensuse-python39-image
1m 20s
opensuse-lang-image
28m 59s
cdxgen-dotnet-image
1m 45s
cdxgen-dotnet7-image
1m 37s
cdxgen-dotnet8-image
1m 14s
cdxgen-java-image
2m 19s
cdxgen-java-slim-image
2m 31s
cdxgen-java17-image
2m 23s
cdxgen-java17-slim-image
2m 23s
cdxgen-node20-image
2m 46s
cdxgen-python-image
6m 36s
cdxgen-python310-image
0s
cdxgen-python311-image
4m 26s
cdxgen-python36-image
4m 51s
cdxgen-python39-image
0s
cdxgen-rolling-image
11m 14s
Annotations
2 errors
opensuse-python310-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran python310 python310-devel python310-pip findutils java-23-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs20 npm20 nodejs20-devel gdal-devel libxml2-devel libxslt-devel && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-12 10 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-12 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.10 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 10 && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv --target /opt/pypi && npm install -g npm && npm install -g node-gyp && npx node-gyp install && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 104
|
opensuse-python39-image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran python39 python39-devel python39-pip findutils java-23-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs20 npm20 nodejs20-devel gdal-devel libxml2-devel libxslt-devel && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-12 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv --target /opt/pypi && npm install -g npm && node -v && npm -v && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 104
|