Skip to content

Build SBOM browser docker image #14

Build SBOM browser docker image

Build SBOM browser docker image #14

Manually triggered August 20, 2026 10:42
Status Failure
Total duration 1m 15s
Artifacts

build_harbor_sbom_browser.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -euo pipefail -c . \"$HOME/.cargo/env\"\ntar -czf /app/stackable-src.tar.gz .\ncargo auditable --quiet build --release --workspace\ncargo cyclonedx --all --spec-version 1.5 --describe binaries\n\n# -maxdepth 1: The interesting binaries are all directly in ${BUILD_DIR}.\n# -regex filters out tests\n# - exec copies matching files to /app\nfind /src/target/release \\\n -regextype egrep \\\n -maxdepth 1 \\\n -executable \\\n -type f \\\n ! -regex \".*\\-[a-fA-F0-9]{16,16}$\" \\\n -exec /copy_artifacts.sh {} \\;\n\necho \"The following files will be copied to the runtime image: $(ls /app)\"\n" did not complete successfully: exit code: 101
docker
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332, docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25, docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/