chore: fix SBOM generation #892

Open
opened 2026-03-28 04:29:38 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2566
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2566
Original created: 2026-01-28T20:55:26Z


It looks like we are still trying to generate SBOMs for services that no longer exist;

Run IMAGE="${IMAGE_REPO}:${TAG}"
Generating SBOM for ghcr.io/carverauto/serviceradar-sync:v1.0.86
[0000] ERROR could not determine source: errors occurred attempting to resolve 'ghcr.io/carverauto/serviceradar-sync:v1.0.86':
  - snap: snap file "ghcr.io/carverauto/serviceradar-sync:v1.0.86" does not exist
  - docker: docker not available: failed to connect to Docker daemon. Ensure Docker is running and accessible
  - podman: podman not available: no host address
  - containerd: containerd not available: no grpc connection or services is available: unavailable
  - oci-registry: failed to get image descriptor from registry: GET https://ghcr.io/v2/carverauto/serviceradar-sync/manifests/v1.0.86: MANIFEST_UNKNOWN: manifest unknown
  - snap: strconv.Atoi: parsing "v1.0.86": invalid syntax
  - additionally, the following providers failed with file does not exist: docker-archive, oci-archive, oci-dir, singularity, local-file, local-directory
Error: Process completed with exit code 1.

need to audit this/clean it up

Imported from GitHub. Original GitHub issue: #2566 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2566 Original created: 2026-01-28T20:55:26Z --- It looks like we are still trying to generate SBOMs for services that no longer exist; ``` Run IMAGE="${IMAGE_REPO}:${TAG}" Generating SBOM for ghcr.io/carverauto/serviceradar-sync:v1.0.86 [0000] ERROR could not determine source: errors occurred attempting to resolve 'ghcr.io/carverauto/serviceradar-sync:v1.0.86': - snap: snap file "ghcr.io/carverauto/serviceradar-sync:v1.0.86" does not exist - docker: docker not available: failed to connect to Docker daemon. Ensure Docker is running and accessible - podman: podman not available: no host address - containerd: containerd not available: no grpc connection or services is available: unavailable - oci-registry: failed to get image descriptor from registry: GET https://ghcr.io/v2/carverauto/serviceradar-sync/manifests/v1.0.86: MANIFEST_UNKNOWN: manifest unknown - snap: strconv.Atoi: parsing "v1.0.86": invalid syntax - additionally, the following providers failed with file does not exist: docker-archive, oci-archive, oci-dir, singularity, local-file, local-directory Error: Process completed with exit code 1. ``` need to audit this/clean it up
mfreeman451 added this to the 1.1.1 milestone 2026-03-28 04:29:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#892
No description provided.