Build images #621
Annotations
4 errors
|
images (java11, macos-hosted, java11-slim, cdxgen-java, cdxgen-java11-slim, cdxgen-java-slim) / image
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 \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|https://updates.suse.com|$SUSE_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; cd /opt/cdxgen && corepack enable && corepack pnpm install:prod && corepack pnpm cache delete && mkdir -p ${NODE_COMPILE_CACHE} && node /opt/cdxgen/bin/cdxgen.js --help && rm -rf $HOME/.npmrc $HOME/.pip /root/.cache/node && chmod a-w -R /opt && if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|$SUSE_REPO|https://updates.suse.com|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 1
|
|
images (dotnet10, ubuntu, macos-hosted) / image
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 \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nuget.org\"; dotnet nuget add source \"$NUGET_REPO/index.json\" --name \"nexus\" --allow-insecure-connections; fi; if [ -n \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; if [ -n \"$UBUNTU_REPO\" ]; then sed -i \"s|http://ports.ubuntu.com|$UBUNTU_REPO|g\" /etc/apt/sources.list.d/ubuntu.sources; fi; apt-get update && apt-get install -qq -y --no-install-recommends autoconf-archive autotools-dev bash bzip2 curl gawk gettext git-core intltool libadwaita-1-dev make unzip zip && apt-get install -qq -y build-essential locales mono-devel mono-xbuild python3 python3-dev python3-pip && chmod +x /tmp/install.sh && /tmp/install.sh && rm /tmp/install.sh && pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint && node -v && npm -v && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf $HOME/.npmrc $HOME/.pip /var/lib/apt/lists/* && dotnet --list-sdks && ARCH_NAME=\"$(dpkg --print-architecture)\"; case \"${ARCH_NAME##*-}\" in 'amd64' | 'x86_64') dotnet workload install android wasm-tools wasm-tools-net6 wasm-tools-net7 ;; 'aarch64' | 'arm64') dotnet workload install wasm-tools ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac; dotnet workload list && if [ -n \"$NUGET_REPO\" ]; then dotnet nuget remove source \"nexus\"; dotnet nuget add source \"https://api.nuget.org/v3/index.json\" --name \"nuget.org\"; fi; if [ -n \"$UBUNTU_REPO\" ]; then sed -i \"s|$UBUNTU_REPO|http://ports.ubuntu.com|g\" /etc/apt/sources.list.d/ubuntu.sources; fi" did not complete successfully: exit code: 1
|
|
images (dotnet9, true) / image
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 \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|https://public-dl.suse.com|$SUSE_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|https://packages.microsoft.com|$SUSE_MICROSOFT_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gawk git-core java-21-openjdk-devel make nodejs22 npm22 python311 python311-pip unzip wget zip && pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint && dotnet --list-sdks && npm install -g corepack && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|$SUSE_REPO|https://public-dl.suse.com|g\" /etc/zypp/repos.d/*; sed -i \"s|$SUSE_MICROSOFT_REPO|https://packages.microsoft.com|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 8
|
|
images (dotnet8, true) / image
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 \"$PIP_CONFIG\" ]; then mkdir $HOME/.pip/; printf \"$PIP_CONFIG\" > $HOME/.pip/pip.conf; fi; if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|https://public-dl.suse.com|$SUSE_REPO|g\" /etc/zypp/repos.d/*; sed -i \"s|https://packages.microsoft.com|$SUSE_MICROSOFT_REPO|g\" /etc/zypp/repos.d/*; zypper --no-gpg-checks refresh; fi; zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gawk git-core java-21-openjdk-devel make nodejs22 npm22 python311 python311-pip unzip wget zip && pip install --no-cache-dir --target ${PYTHONPATH} --upgrade atom-tools blint && dotnet --list-sdks && npm install -g corepack && rm -rf $HOME/.npmrc $HOME/.pip && zypper clean -a && if [ -n \"$SUSE_REPO\" ]; then sed -i \"s|$SUSE_REPO|https://public-dl.suse.com|g\" /etc/zypp/repos.d/*; sed -i \"s|$SUSE_MICROSOFT_REPO|https://packages.microsoft.com|g\" /etc/zypp/repos.d/*; fi" did not complete successfully: exit code: 8
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CycloneDX~cdxgen~GOF6ZD.dockerbuild
Expired
|
23.4 KB |
sha256:9579f3db0350a6e9d58ea56cadb08fc0efe5237e1d3ff62ddcc4ed074d02f2b6
|
|
|
CycloneDX~cdxgen~I8FP77.dockerbuild
Expired
|
25.5 KB |
sha256:274dadc71cfcdd8a4e456e452b720738c06b683c4eab26946671033b8074d76c
|
|
|
CycloneDX~cdxgen~KHYVGU.dockerbuild
Expired
|
22.9 KB |
sha256:184782a043a299e21b2950a29f1b2330e7a449ecf775c0993e90a49edde99ea7
|
|
|
CycloneDX~cdxgen~MVGTGJ.dockerbuild
Expired
|
58.9 KB |
sha256:400a91d09cee530b087d317c3201683e47ebfbb490363d532ea5921eca5259c2
|
|
|
CycloneDX~cdxgen~O8CZT0.dockerbuild
Expired
|
14.3 KB |
sha256:f6a089f680547cfb3408dbea16e571db63a5f8d79ca78921cca496672628b55d
|
|
|
CycloneDX~cdxgen~X6UXF3.dockerbuild
Expired
|
24 KB |
sha256:a95103913402b33094102e5a9da874b015c414bc906c352933a1d5f1e88246af
|
|
|
CycloneDX~cdxgen~ZEQUS9.dockerbuild
Expired
|
20.4 KB |
sha256:51a2b13a348c0f76cd5f0c2dd02e764e7216e6fe124a98e7f5f1467b18166db5
|
|